.wapper-page-detail .summary {
    font-weight: bold;
    margin-bottom: 20px;
}
.wapper-page-detail .description {
    padding-bottom: 40px;
    margin-bottom: 30px;
    color: #000000;
}
.wrapper_main_column .content_title {
    font-size: 16px;
    font-weight: normal !important;
    text-transform: uppercase;
}
.wrapper_main_column .content_title span{
   color: #ffffff;
    font-family: "MyriadPro-Semibold";
    background: #626262;
    padding: 18px 30px 5px 30px;
    float: left;
}
.wrapper_main_column .wapper-content-page {
	border-top: 1px solid #D6D6D6;
	box-shadow: 0px -5px 0px #E5E5E5;
	margin-top: 5px;
	border-bottom: 1px solid #DCDCDC;
	padding: 22px 20px;
	background: #ffffff;
	margin-bottom: 20px;
}