<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fichajes_cont {
	width:100%;
	float:left;
	background-color: #336699;
	margin-bottom: 15px;
}
#fichajes_cont_texto {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 30px;
	background-image:url(http://www.emol.com/especiales/fotos/2015/deportes/flechas_entrasale.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 10px;
}
#fichajes_cont_dias {
	float:right;
	width:50%;
	margin-right:3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#fichajes_cont select, #fichajes_cont input {
	width: 100%;
	height: 32px;

}

#fichajes_cont .custom-select select option {
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	color:#fff;
	height: 25px;
	width: 100%;
}

#fichajes_cont .custom-select select {
	margin: 0;
	outline:none; /* remove focus ring from Webkit */
	color:#9ce3fb;
	border:0;
	background-image:url(http://www.emol.com/especiales/fotos/2015/deportes/flecha.png);
	background-color: #1e3b58;
	background-repeat: no-repeat;
	background-position: right center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

#fichajes_cont .custom-select select::-ms-expand {
    display: none;
}


@media (max-width: 1260px) {
#fichajes_cont_texto {
	font-size: 11px;
}
}

@media (max-width: 750px) {

#fichajes_cont_texto {
	float:left;
	margin-top:0px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

#fichajes_cont_dias {
	float:right;
	width:96%;
	margin-right:2%;
	margin-top: 3px;
	margin-bottom: 2%;
}

}</pre></body></html>