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

/* *** table */

table.turn {
	width: 300px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
	
	padding: 0;
	margin: 7px 0 20px 0;
	display: table;
	border-collapse:inherit;
	border-spacing: 0;
	
	clear: both;
}

table.turn caption {
	background-color: #EFEFEF;
}

table.turn td {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	color: #000;
	
	width: 100px;
	padding: 4px;
	
	border: 0 !important;
	margin: 0 !important;
}

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

table.turn td a:hover{
	text-decoration: underline;
}

table.turn thead {
	display:none;
}

table.turn tfoot {
}

table.turn th {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	background: #F7F5F6;
	border-bottom: 1px solid #000;
}

table.turn th time{
  display: block;
  text-align: center;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: -4px;
}
	
table.turn tr:nth-child(odd) { background: trasparent; }
table.turn tr:nth-child(even) { background: #F7F5F6 ; }

table.turn td.bye {
	font-size: 13px;
  text-align: center;
}

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

/* *** club home */

table.turn .clubHome {
	border-right: 0;
	z-index: 4;
	
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	padding-right: 24px;
	background-position: right center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

table.turn .clubHome span{
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: right;
}

table.turn .aside{
	width: 32px;
}

/* *** club visitors */

table.turn .clubVisitors {
	border-left: 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-left: 24px;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

table.turn .clubVisitors span{
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: left;
}

table.turn .clubHome a,
table.turn .clubVisitors a {
	font-size: 13px;
	font-style: normal;
	color: #000;
}