*
{
	margin:0px;
	padding:0px;
	border:0px;
}

#marcadortenis {
	width:100%;
	max-width:710px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	margin-bottom:10px;
	float: left;
}

#marcadortenis h3 {
	width: 100%;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #256DC2;
	font-weight: bold;
	padding: 6px 0px;
}

#marcadortenis table {
	float:left;
	width: 100%;
	font-size: 12px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#marcadortenis th {
	color: #333333;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#marcadortenis th:nth-child(1) { 
	background-color: #ffffff;
}

#marcadortenis th:nth-child(2) { 
	background-color: #ffffff;
}

#marcadortenis th:nth-child(3) { 
	background-color: #e0eaf6;
}

#marcadortenis.sinjuegos th:nth-child(3) { 
	display: none;
}

#marcadortenis th:nth-child(4) { 
	background-color: #e0dfdf;

}

#marcadortenis td {
	text-align: center;
	background-color: #ffffff;
	color: #717171;
	line-height: 32px;
	font-weight: bold;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;

}

#marcadortenis td:nth-child(1) {
width:7%;
}

#marcadortenis td:nth-child(2) {
width:42%;
}

#marcadortenis.sinjuegos td:nth-child(2) {
width:53%;
}

#marcadortenis td:nth-child(3) {
background-color: #e0eaf6;
width:11%;
}

#marcadortenis.sinjuegos td:nth-child(3) {
display: none;
}

#marcadortenis td:nth-child(4) {
background-color: #f3f3f3;
width:8%;
}

#marcadortenis td:nth-child(5) {
background-color: #e0dfdf;
width:8%;
}

#marcadortenis td:nth-child(6) {
background-color: #f3f3f3;
width:8%;
}

#marcadortenis td:nth-child(7) {
background-color: #e0dfdf;
width:8%;
}
#marcadortenis td:nth-child(8) {
background-color: #f3f3f3;
width:8%;
}
#marcadortenis td.foto {
	text-align: left;
}

#marcadortenis td.foto img {
width:50px;
}

#marcadortenis td.jugador {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 15px;

}

#marcadortenis td.jugador img {
float:left;
width:16px;
height:16px;
margin: 6px 6px 0 6px;

}

#marcadortenis td.foto {
	height:50px;
}

#marcadortenis tr.duracion td {
font-weight: normal;
font-size: 11px;
height: 16px;
line-height: 16px;
background-color: #ffffff;
}

#marcadortenis img.rivales {
float:left;
margin: 12px 8px;
}

#marcadortenis td.jugador img.servicio {
float:right;
margin-top:10px;
}

@media screen and (max-width: 480px){

#marcadortenis th:nth-child(1) {
display:none;
}

#marcadortenis td.jugador {
  font-size: 13px;
}

#marcadortenis td.jugador img.servicio {
float:right;
margin:8px 2px 0px 0px;
}

#marcadortenis.sinjuegos th:nth-child(1),
#marcadortenis.sinjuegos td:nth-child(1) {
display: table-cell;
}

#marcadortenis td:nth-child(1) {
display:none;
}

#marcadortenis td:nth-child(2) {
  width: 52%;
}

#marcadortenis.sinjuegos td:nth-child(2) {
  width: 53%;
}

}

@media screen and (max-width: 340px){

#marcadortenis.sinjuegos th:nth-child(1),
#marcadortenis.sinjuegos td:nth-child(1) {
display: none;
}

#marcadortenis.sinjuegos td:nth-child(2) {
  width: 60%;
}

#marcadortenis td.jugador {
  font-size: 13px;
  text-indent: 6px;
}


#marcadortenis td.jugador img:first-child {
  display: none;
}

}

