/*
 * sibl.css
 *
 * This stylesheet supplements the styles defined in the hdsbl_global.css stylesheet file.
 *
 * Developed as part of the conversion to HTML5 standards.
 */


.w_div_col1_pc
{
width:14%;
}

.w_div_col2_pc
{
width:14%;
}

.w_div_col3456_pc
{
width:6%;
}

.w_div_col7a_pc
{
width:8%;
}

.w_div_col8_pc
{
width:40%;
}

.w_div_col2345_pc
{
width:7%;
}

.w_div_col6_pc
{
width:10%;
}

.w_div_col7b_pc
{
width:48%;
}

.w_ko_4rounds_hcapcol_pc
{
width : 5%;
}

.w_ko_4rounds_oddcols_pc
{
width : 5%;
}

.w_ko_4rounds_evencols_pc
{
width : 15%;
}

.w_ko_5rounds_hcapcol_pc
{
width : 6%;
}

.w_ko_5rounds_oddcols_pc
{
width : 5%;
}

.w_ko_5rounds_evencols_pc
{
width : 11.5%;
}

.w_ko_breaks_col1_pc
{
width:30%;
}

.w_ko_breaks_col2_pc
{
width:70%;
}

.w_fixtures_cols13_pc
{
width:14%;
}

.w_fixtures_cols24_pc
{
width:36%;
}

.hdr_row
{
border: 4px solid;
border-color: blue;
height: 50px;
}

.bg_colour_away
{
background-color:MistyRose;
}

.bg_colour_home
{
background-color:LightCyan;
}

@media (max-width: 979px) {

	.sibl-hide-on-lessthan979 {
		display: none !important;
	}

}

@media (min-width: 980px) {

	.sibl-hide-on-greaterthan980 {
		display: none !important;
	}

}