
body {
    background-color: #F4F6F8;
}

.maincontentOuter {
	background-color: white;
	
	border: 1px solid #dddddd;
  	border-radius: 4px;
  	padding-bottom:20px;
  	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  	margin-bottom:20px;

}

.main-content, #main-content {
	padding:20px;
}
