<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container{	width: 1050px;}
/* 1050 content and sidebar percent */
#contentContainer {	width: 75.15%;}
#sidebarContainer {	width: 23.2%;}
#navcontainer, .f-navcontainer{	max-width: 1050px;}
#pageHeader{	max-width: 1050px;}
#pageHeader{	max-width: 1050px;}
/* hide border if active */
@media only screen and (max-width: 1062px) {
#navcontainer:after, .f-navcontainer:after, #navcontainer:before, .f-navcontainer:before {display: none;}
}
@media only screen and (max-width: 1050px) {
/* corners off */
#extraContainer3, #navcontainer, #navcontainer_color {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;		
}
}

/* ----sidebar position range---- */

@media only screen and (max-width: 1000px) {

/* 950 content and sidebar percent */
#contentContainer {
	width: 72.74%;
}
#sidebarContainer {
	width: 25.5%;
}
}

@media only screen and (max-width: 950px) {

/* 900 content and sidebar percent */
#contentContainer {
	width: 71.2%;
}
#sidebarContainer {
	width: 26.9%;
}
}

@media only screen and (max-width: 900px) {

/* 850 content and sidebar percent */
#contentContainer {
	width: 69.42%;
}
#sidebarContainer {
	width: 28.5%;
}
}

@media only screen and (max-width: 850px) {

/* 800 content and sidebar percent */
#contentContainer {
	width: 67.6%;
}
#sidebarContainer {
	width: 30.25%;
}
}

@media only screen and (max-width: 800px) {

/* 750 content and sidebar percent */
#contentContainer {
	width: 65.4%;
}
#sidebarContainer {
	width: 32.35%;
}
}

@media only screen and (max-width: 750px) {

/* 700 content and sidebar percent */
#contentContainer {
	width: 64.4%;
}
#sidebarContainer {
	width: 33.3%;
}
}</pre></body></html>