@charset "UTF-8";
/* CSS Document */

.leftsection {
	height: 560px;
}
.rightsection {
	height: 600px;
}
.rightsection #Accordion1 {
}

@media (max-width: 587px){
.leftsection {
	height: 300px;
	overflow-y: scroll;
}
.rightsection {
	overflow-y: scroll;
}
.navbox {
	width: 95%;
}
}

@media (max-width:1200px) and (min-width:588px){
.leftsection {
	height: 650px;
}
.rightsection {
	height: 600px;
