/* 
This is the section css for
Pre-Law Advisory Program 
*/

#home-content .rightColumn{
	padding-left: 20px;
}
#home-content .sideButtons{
	width: 100%;
	margin: 0px !important;
}
#home-content .sideButtons a{
	width: 75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#home-content li.preLawList{
	padding-bottom: 1%;
}
#home-content li.appStratList{
	padding-top: 1%;
}

@media screen and (max-width: 500px) {
	#home-content .sideButtons{
		width: 100%;
	}
}