/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.box-gray {
	background-color:#444; 
	padding-top: 20px; 
	padding-bottom: 10px; 
	padding-left: 20px; 
	padding-right: 20px; 
	margin-bottom: 25px;
}
ul {
	list-style-position: inside;
}