.jsMatrixContainer .jsmatrix_bullet{
	border-radius: 10px;
	background: #555;
	width: 10px;
	height: 10px;
	display:inline-block;
}
#joomsport-container .jsMatrixContainer  .table-responsive{
	padding:3px;
}
#joomsport-container .table-hover > tbody > tr:hover{
	background-color: #f1f8e9;
}
#joomsport-container  .jsMatrixContainer .jsmatrix_table th{
	padding:5px;
	border: 0px;
	border-left: 1px solid #fff;
	background-color: #ededed;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#joomsport-container  .jsMatrixContainer .jsmatrix_table th:first-child {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#joomsport-container .jsMatrixContainer  .jsmatrix_table td{
	text-align: center;
	vertical-align: middle !important;
	min-width: 60px;
        white-space: nowrap;
}
#joomsport-container .jsMatrixContainer  .jsmatrix_table td:first-child {
	font-weight: bold;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #ededed;
	white-space: nowrap;
}
#joomsport-container .jsMatrixContainer  .jsmatrix_table td img{
	margin-right: 15px;
}