body{
  margin: 0 !important;
  padding: 0 !important;
  font-family: 'PT Sans Caption', sans-serif;
}

table.leaguetable{
  margin: 0 !important;
  padding: 0 !important;
}

table caption ul li{
  display: inline;
  margin-right: 4px;
}


table.leaguetable tr.title td span {
	font-weight: bold;
}

table.leaguetable td.name a.detaillink{
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
}

table.leaguetable td.name a.detaillink:hover{
	text-decoration: underline;
}

table.leaguetable tfoot ul {
	list-style-type: square;
	list-style-position: outside;
}

table.leaguetable tfoot ul li{
	display: block;
}

table.leaguetable tfoot ul li b{
	float: left;
	width: 6px;
	height: 6px;
	margin-right: 4px;
}

table.leaguetable tfoot td{
	text-align: left;
	padding-left: 4px;
}

table.leaguetable tfoot td img{
	display: block;
	margin: 10px auto;
}

/**/

table.leaguetable {
	width: 300px;
	float: left;
    border-spacing:0;
	margin: 0 15px 20px 0;
	
}

table.leaguetable tr td {
	padding: 2px 0;
	
}

table.leaguetable th{
	background:#FFCC00;
}

table.leaguetable tr th:nth-child(1),table.leaguetable tr td:nth-child(1){
	/*display:none;*/
}

table.leaguetable tr th:nth-child(2){
	font-size: 14px;
	font-style: normal;
	color: #000;
	padding-left: 5px;
}

table.leaguetable tr td:nth-child(3) {
	font-size: 14px;
	font-weight: bolder;
}


table.leaguetable th abbr{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	width:20px;
	padding-left: 7px;
	border: 0;
	cursor: pointer;
	padding-left: 4px;
	position: relative;

}

table.leaguetable th abbr i{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;

}

table.leaguetable th.name {
	text-align: left;
	background:#FFCC00;
}

table.leaguetable tr:nth-child(odd) { background: #F7F5F6; }
table.leaguetable tr:nth-child(even) { background: #FFFFFF ; }

table.leaguetable td.name {
	text-align: left;
	padding-left: 29px;
	background-position: left center;
	background-repeat:no-repeat;
	background-size: 20px 20px;
}
table.leaguetable td.name span.handicap {
	color: red;
	font-size: 16px;
	line-height: 16px;
}

table.leaguetable td {
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 0;
}

table.leaguetable ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

table.leaguetable ul li{
	display: inline;
	padding: 1px; 
}

table.leaguetable tfoot ul {
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

table.leaguetable tfoot ul li{
	display: inline-block;
}

table.leaguetable tfoot ul li b{
	float: left;
	width: 6px;
	height: 6px;
	margin: 5px 4px 0 6px;
	border: 1px solid #999;
}

table.leaguetable tfoot ul li span{
}

table.leaguetable tfoot td{
	text-align: left;
	padding-left: 4px;
}

table.leaguetable ul li a{
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

table.leaguetable ul li a:hover{
	text-decoration:underline;
}

table.leaguetable ul li a.active{
	padding: 0 3px 0 3px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #474747;
	text-decoration: none;
}

table.leaguetable td:nth-child(3) a {
	color: #000;
	text-decoration: none;
}

table.leaguetable td:nth-child(3) a:hover {
	text-decoration: underline;
}