﻿  .main {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
        margin-bottom: 28px;
        padding: 10px 35px 35px 25px;
        -webkit-border-radius: 2px 6px 6px;
        border-radius: 2px 6px 6px;
        background: #fff;
        -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.25);
        box-shadow: 0 3px 9px rgba(0,0,0,.25);
    }

    body {
        background: #F6F6F6;
        font-size: 16px;
        line-height: 24px;
    }

    body {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
        background-color: #fff;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 20px;
        font-weight:400;
        color:black;
        margin-top: 30px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .sub {
        margin-left: 20px;
    }

    p > span {
        font-weight: bold;
        color: #71716d;
        font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;
    }

    p {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }