/* CSS content (all pages) */
body.bodywebsite { margin: 0; font-family: 'Open Sans', sans-serif; }
.bodywebsite h1 { margin-top: 0; margin-bottom: 0; padding: 10px;}

.bodywebsite .pricing-table1 .pricing-plan .nav li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.bodywebsite .pricing-table1 .pricing-plan {
    background: #fff;
    text-align: center;
    margin-top: 20;
    margin-bottom: 20;
    border-right: 1px solid #ecf3f6;
}

.bodywebsite .pricing-table1 .pricing-plan img {
    margin-top: 50;
    margin-bottom: 20;
}


section#subscribe {
    background: #8e4abc;
    color: #f6f6f6;
    position: relative;
    overflow: hidden;
}
