.fa-yellow{
	color: yellow;
}

.fa-red{
	color: red;
}

#tablaResultados table, #tablaClasi table, #tablaConocidos table{
	background-color: rgba(0,0,0,0.3);
}

#tablaClasi table a, #tablaResultados table a, #tablaConocidos table a{
	color: #FFF;
	border-bottom: none;
}

#tablaClasi table a:hover, #tablaResultados table a:hover, #tablaConocidos table a:hover{
	color: #FFF;
	background-color: #F0AD4E;
}

.teamdetails{
	font-size: 1.1em;
}

.teamdetails i{
	padding-left: 15px; 
}

.reglas{
	background: rgba(255,255,255,1);
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	display: block;
	color: #000 !important;
	border: none;
	box-shadow: 2px 2px 4px 1px #00000091;
	line-height: 1.6em;
}

.reglas h1{
	color: #000 !important;
}

.reglas a{
	color: #195383 !important;
	text-decoration: underline;
}

.draftpick div{
	padding-left: 5px;
	padding-right: 5px;
}

#barra_mensaje a{
	color: black;
}

.table{
	margin-bottom: 0px;
}