.color_over {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
.color_over_current {
	background-color: #CCC;
	color: #000;
}
.color_over_files {
	background-color: #CCC;
	color: #000;
}
.color_over_fix {
	background-color: #999;
	color: #000;
	font-weight: bold;
}
.color_out {
	background-color: inherit;
	color: inherit;
}
.color_out_files {
	background-color: inherit;
	color: inherit;
}
body   {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#header { 
	text-align: center;
	padding: 5px;
}
#footer {
	text-align: center; 
	font-size: 7pt;
}
.index {
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
	color: #FFF;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2  {
	font-size: 1em;
	font-weight: bold;
}
h4.title {
	background-color:#000;
	width:auto;
	color:#fff;
	margin-bottom: 1px;
	padding: 5px 23px 3px 23px;
	margin: auto -20px;
	min-height: 30px
}
p, td, th {
	font-size: 12px;
	line-height: 1.5;	
}
td.counter_check {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  width: fit-content;
  white-space: nowrap;
}
.league_download {
	font-size: 12px;
	line-height: 2.5;
}
th {
	text-align: center;
}
li {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}
p.heading {
	border: 1px solid #000;
	background-color: #CCC;
	font-weight: bold;
	width: 100%;
	text-align: auto;
	padding: 0 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 1em;
}
p.heading-unavailable {
	border: 1px solid #000;
	background-color: #F00;
	font-weight: bold;
	width: 100%;
	text-align: auto;
	padding: 0 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-size: 1em;
}
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.shadow {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#paginate {
	padding: 3px;
	font-size: 12px;
	max-width: 500px;
	margin: 3px auto;
}

#paginate a {
	padding:2px 5px 2px 5px;
	margin: 1px;
	border: 1px solid #000;
	text-decoration:none;
	color: #666;
}
#paginate a:hover, #paginate a:active {
	border: 1px solid #000;
	color: #000;
}
#paginate a.current {
    margin: 1px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #000;
	background-color: #CCC;
	color: #000;
}
#paginate a.disabled {
	padding:2px 5px 2px 5px;
	margin:1px;
	border:1px solid #eee;
	color:#DDD;
}
.button_row {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
	text-align: center;
	float:left; 
	width: 149px; 
	margin: 0 1px; 
	margin-bottom: 2px; 
	border: 1px solid #000; 
	border-radius: 5px;
}
.button {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
	font-size: 12px;
	line-height: 2.5;
	text-align: center;
	float:left; 
	width: 100%; 
	margin: 0 15px;
	margin-bottom: 2px; 
	border: 1px solid #000; 
	border-radius: 5px;
}
