/*************************************
 *
 *   SCROLLBOXES
 *
 *************************************/

#substudy-scroll {
	/*width: 100%;*/
	
	position: relative;
	top: 0px;
	left: 0px;
	width: 310px; 
	max-height: 300px;
	/*height: auto !important;*/
	height: 300px;
	overflow: scroll;
	
}


#important-links {
	float: right;
	width: 50%; 
	border: 3px solid gray;
	margin: 10px;
	padding: 10px;
	background:  #dde;
}

