

/* *******************************************************************************************
 *         Misc                                                                              *
 ******************************************************************************************* */

.noTabletOrLess,
.noTablet,
.onlyPhone,
.onlyHighRes {
	display: none !important;
}
.noHighRes,
.noPhone,
.onlyTablet,
.onlyTabletOrLess {
	display: block !important;
}
