@charset "UTF-8";
/* CSS Document */

/**********************
 * by division        *
 **********************/
/* collapse L10, Home, Away columnes when the longest team name (Kansas City-Omaha Kings) breaks */
@media only screen and ( min-width: 1025px) and ( max-width: 1284px ) {
	.standings_break_1 {
		display: none;
	}
}

/* collapse streak when the longest team name (Kansas City-Omaha Kings) breaks again */
@media only screen and ( min-width: 1025px) and ( max-width: 1048px ) {
	.standings_break_2 {
		display: none;
	}
}

/* tablet portrait */
@media only screen and ( max-width: 1024px ) {
	.half_table {
		float: left;
		width: 100%;
	}
}

/**********************
 * by conference      *
 **********************/
/* collapse home, away when the longest team name (Kansas City-Omaha Kings) breaks */
@media only screen and ( min-width: 1025px) and ( max-width: 1229px ) {
	.standings_break_3 {
		display: none;
	}
}

/* collapse L10 when the longest team name (Kansas City-Omaha Kings) breaks again */
@media only screen and ( min-width: 1025px) and ( max-width: 1055px ) {
	.standings_break_4 {
		display: none;
	}
}