.datatable {
	clear: both;
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	empty-cells:hide;
	height:auto;
}

.datatable a{
	text-decoration: none;
	color: black;
	font-size: 100%;
	font-weight: bold;
	display: block;
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height:1.5em;		
}


.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 0.3em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding: 0.6em;
}

.datatable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding: 0.4em 0 0.8em 0;
}

.datatable.test {
	width: 120%;
	color: red;
	background-color: red;

}

.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	background-color: #DFE7F2;
	color: #000000;
}

.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}


table.price {
	width: 40%;
	color: red;
	background-color: red;
}

table{empty-cells:hide;}

table#matchTable{width:100%;}
#matchTable tr td {height:50px;}

label {
	color: black;
}

.table-10{
	font-size: 10px;
}

.table-10 h5{
	font-size: 10px;
}

.table-12 h5{
	 font-size: 12px;
}

.table-12 tr td{
	padding: 2 !important;
  	margin: 0 !important;
}

.table-responsive{
	border: noborder;
}	

.table-14{
	border: noborder;	
  	/*margin: -0px !important;
  	margin-top: 0px !important;
	margin-bottom: 0px !important;*/	 
}

.table-14 th td{
	border: noborder;
}

.table-14 h5{
	border: noborder;
	font-size: 14px;	 
}

.table-15 h5{
	 font-size: 15px;
}

.table-16 h5{
	 font-size: 16px;
}

html {
  scroll-behavior: smooth;
 }
 
 a {
  text-decoration: none;
  color: black;
 } 
 
 #down {
  margin-top: 100%;
  padding-bottom: 25%;
 } 
 
.highLight {
  color: red;
  font-size: 110%;
}
