body{
	background-color:rgb(67,78,230);
	font-family:arial;
}
#main-body{
	background-color:rgb(250,250,250);
	width:80%;
	height:inherit;
	margin-left:10%;
}

#header{
	height:inherit%;
	width:100%;
}
#logo{
	width:9%;
	height:12%;
}
.span{
	font-size:x-large;
	text-align:right;
}

.slider-pics{
	width:100%;
	height:100%;
	position:absolute;
}
.slider{
	width:100%;
	height:60%;
}

.li{
	float:left;
	width:23%;
	border-right:solid 1px transparent;
	list-style:none;
	text-align:center;
	background-color:none;
}
.li:hover{
	text-decoration:underline;
	cursor:pointer;
	background-color:teal;
}
#rpt-auth{
	border:solid 1px grey;
	width:40%;
	height:auto;
	margin-left:35%;
	text-align:center;
	background-color:white;
}

#comment{
	width:80%;
	height:20%;
}
#com_area{
	padding:10px;
}
#details{
	position:static;
	margin-left:2%;
}


@media (max-width:650px){
#main-body{
	background-color:rgb(250,250,250);
	width:100%;
	height:inherit;
	margin-left:0%;
	font-size:small;
   }

#details{
	display:block;
	width:100%;
}

#logo{
	width:23%;
	height:17%;
	float:left;
}
#header{
	text-align:right;
}
#rpt-auth{
	width:80%;
	margin-left:10%;
}

#info{
	font-size:small;
}
#scholarship{
	font-size:small;
}

#detailpic{
	width:35%;
	height:25%;
	cursor:pointer;
	text-align:center;
}

}


h1,h2,h3,h4{
	text-decoration:bold;
	text-align:center;
}	

.middle-pics{
	width:30%;
	height:32%;
	
}
#desc{
	width:80%;
	margin-left:10%;
}

#ok{
	width:8%;
	height:10%;
}

.lo-nav{
	width:auto;
	margin-left:2%;
	
}
.class{
	width:48%;
	height:30%;
	text-align:center;
}
#cel{
	width:80%;
	height:15%;
	margin-left:10%;
}

#code{
	height:4%;
	width:30%;
}
#close{
	float:right;
	cursor:pointer;
}
iframe{
	width:100%;
	height:86%;
}
#sidebar{
	height:85%;
	width:9%;
	position:absolute;
	top:13%;
	left:0%;
	background-color:rgba(10,10,10,0.6);
}
td{
	border-bottom:solid 2px grey;
	color:white;
	cursor:pointer;
	
}
td:hover{
	background-color:teal;
}

#info{
	padding:10px;
	background-color:rgb(130,170,230);
	display:block;
}

#detailpic{
	width:15%;
	height:5%;
	cursor:pointer;
	
}
#annBody{
	display:none;
}

#hidepic{
	width:15%;
	height:5%;
	cursor:pointer;
	display:none;
}