/* Site specific CSS styling */

.Rojito {
color: Red;
font-weight: bold;
font-size: 12px;
}
.Red {
background-color: Red !important;
font-weight: bold;
}
.Red2 {
background-color: Red !important;
}
.Orange {
background-color: Orange !important;
font-weight: bold;
}
.LightRed {
background-color: #ffb3b3 !important;
font-weight: bold;
}
.Green {
background-color: #C6FF69 !important;
font-weight: bold;
}
.LightBrown {
background-color: LightBrown !important;
}
.Yellow {
background-color: Yellow !important;
font-weight: bold;
}
.LightBlue {
background-color: LightBlue !important;
font-weight: bold;
}
.Blue {
background-color: Blue !important;
}
.Grey {
background-color: #D3D3D3 !important;
font-weight: bold;
}
.LightGreen {
background-color: LightGreen !important;
font-weight: bold;
}


.stateHeader .closed {
	display:none;
}
	
.stateHeader > div:nth-child(1) > div:nth-child(9){
	display:none !important;
}