/* 
This is the section css for
Holocaust and Genocide Studies 
*/

#home-content .margin-right{
	padding-right: 30px;
}

#home-content .margin-left{
	padding-left: 30px;
}


#home-content .link-wrap .grid6 .grid12 .gPadding{
	padding: 10px;
}



/* HOME */
#home-content #bGrim{
	float: right;
	padding: 10px;
} 
#home-content .flyerSection img{
	display: block;
	margin: 0 auto;
}
#home-content .flyerSection img + span.pdfIcon{
	display: none;
}
#home-content .flyerSection .btnMain{
	display: block;
	width: 100%;
	margin-top: 10px;
}

/* LIBRARY COLLECTION */
#home-content #libraryImage{
	float: right;
	padding: 10px;
} 

/* FACULTY */
 #home-content .grid12  #facultyTable .responsiveTable .tableCenter{
	 min-width: 300px;
 }



@media only screen and (max-width: 1200px) {
	/* HOME */
	#home-content .grid3 .margin-right { 
		display: none;
	}
	#home-content #bGrim{
		float: none;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
		padding: 0%;
	}
	#home-content #home-text .grid9{
		width: 100%;
	}
	
}
@media only screen and (max-width: 600px) {
	/* LIBRARY COLLECTION */
	#home-content #libraryImage{
		display: none;
	}
}


