/* for main comfy rooms page */

.compHSrooms {
	text-align: center;
	margin: 0, auto;
}
.compHSrooms div a img {
	width: 100px;
	height: auto;
}
.compHSrooms div a {
	width: 130px
}
.comHSrooms div {
	width: 200px;
}

.compHSrooms div {
	float: left;
	display: inline;
	margin: 20px;
}
.compHSrooms div a {
	border-bottom: 0;
	display: inline-block;
	border: 8px solid #edefef;
	border-radius: 12px;
	background-color: #fff;
	color: #11279b;
}
.compHSrooms div a:hover {
	color: #fff;
	background-color: #259dc5;
	border-color: #259dc5;
}




.compHS h2 {
	padding: 16px 10px;
	background-color: #929d9d;
	color: #fff;
	text-align: center;
}
.compHS div {
	display: inline-block;
	width: 100%;
	float: none;
}
.compHS div.mr {
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.compHS div div {
	width: 11.4%;
	float: left;
	text-align: center;
	font-size: .9em;
	line-height: 1em;
}
.compHS div div:nth-child(1) {
	width: 20%;
	text-align: left;
}

.compHS a { 
	display: block;
	text-decoration: none;
	border: 0;
}
.compHS a img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}

.compHS div.mr:nth-child(3n+0) {
	background-color: #edefef;;
}
.compHS div.mr:nth-child(3n+1) {
	background-color: #f0f8ff;
} 
.compHS div.mr:nth-child(3n+2) {
	background-color: #fff;
}
.compHS div.mr div:nth-child(2), .compHS div.mr div:nth-child(4), .compHS div.mr div:nth-child(6), .compHS div.mr div:nth-child(8) {
	background-color: rgba(0,0,0,.05);
} 

.compHS div.mr div .nolnk {
	padding: 14px 0;
}
.compHS div.mr div a {
	padding: 16px 0;
}
.compHS div div:nth-child(1) a {
	padding: 16px 10px;
	color: #11279b;
}

.compHS div div a:hover, 
.compHS div div:nth-child(1) a:active, 
.compHS div div:nth-child(1) a:focus { 
	background-color: #259dc5;
	color: #fff;
}


.compHS .crww,
.compHS .crienm,
.compHS .crrtea,
.compHS .crrpa,
.compHS .craut,
.compHS .crpor,
.compHS .crcomp {
	background-image: url(../assets/crt-logo-tiny.png);
	background-position: center;
	background-repeat:no-repeat;
}
/* .compHS .crww {
	background-image: url(../assets/cr-w-shadow.png);
}
.compHS .crienm {
	background-image: url(../assets/cr-i-shadow.png);
}
.compHS .crrtea {
	background-image: url(../assets/cr-r-shadow.png);
}
.compHS .crrpa {
	background-image: url(../assets/cr-p-shadow.png);
}
.compHS .craut {
	background-image: url(../assets/cr-a-shadow.png);
}
.compHS .crpor {
	background-image: url(../assets/cr-portable-shadow.png);
}
.compHS .crcomp {
	background-image: url(../assets/cr-c-shadow.png);
} */

/* for little list above in the instructions */


.compHSLegend {
	
}

.compHSLegend div {
	display: inline-block;
	width: 100%;
	float: none;
}
.compHSLegend div.lr:nth-child(odd) {
	background-color: #edefef;
}
.compHSLegend div.lr:nth-child(even) {
	background-color: #fff;
}


.compHSLegend div div:nth-child(1) {
	width: 16%;
	float: left;
	text-align: center;
	line-height: 1em;
}
.compHSLegend div div:nth-child(2) {
	width: 80%;
	margin-left: 3%;
	text-align: left;
	font-style: italic;
}
.compHSLegend a {
	display: block;
}
.compHSLegend a img {
	height: auto !important;
	width: auto !important;
	max-width: 90px;
}

@media only screen and (min-width: 0px) and (max-width: 700px) { 
.compHS div div {
	width: 14%;
	display: inline-block;
	float: left;
}
.compHS div div:nth-child(1) {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.1em;
}
.compHS .crww,
.compHS .crienm,
.compHS .crrtea,
.compHS .crrpa,
.compHS .craut,
.compHS .crpor,
.compHS .crcomp {
	background-size: contain;
}
.compHS .crww {
	background-image: url(../assets/cr-w.png);
}
.compHS .crienm {
	background-image: url(../assets/cr-i.png);
}
.compHS .crrtea {
	background-image: url(../assets/cr-r.png);
}
.compHS .crrpa {
	background-image: url(../assets/cr-p.png);
}
.compHS .craut {
	background-image: url(../assets/cr-a.png);
}
.compHS .crpor {
	background-image: url(../assets/cr-portable.png);
}
.compHS .crcomp {
	background-image: url(../assets/cr-c.png);
}

}