/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

.price-block .features:after, .price-block .features:before {
 width: -webkit-calc(100% - 30px);
 width: calc(100% - 30px);
 content: "";
 display: block;
 background-color: #333;
 height: 0px;
 position: absolute;
 left: 15px;
}


/* FOOTER */ 
.sePageFooter { margin-top: 0px; } 