/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/



<style>
.content { 
	background-color:#ececec; border-top: 1px solid #d2d3dc; border-bottom: 1px solid #d2d3dc; margin:15px;
}
div img 
{ padding-left:10px;
}
.shadow 
	{box-shadow: 5px 5px 10px #888888;}
</style>