@font-face {
    font-family: Avenir-Book;
    src: url(../fonts/AvenirLTStd-Book.otf) format("opentype")
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 7px;
    background-color: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif
}

.clearfix:after {
    display: table;
    content: '';
    clear: both
}

h1 {
    text-align: center;
    font-family: lato, sans-serif;
    font-size: 43px;
    font-weight: 700;
    color: #131313;
    margin: 0 0 20px;
    padding: 0
}

h2 {
    font-family: lato, sans-serif;
    font-size: 28px;
    color: #121212;
    margin: 0 0 20px;
    padding: 0
}

header,
.content {
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    width: 100%;
    max-width: 800px;
    padding: 10px;
    margin: 0 auto 10px;
    position: relative
}

.content {
    padding: 35px 25px;
    font-family: cabin, sans-serif;
    font-size: 18px;
    color: #606060;
    margin-bottom: 20px
}

footer {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px;
    padding: 0 10px;
    font-family: Avenir-Book;
    font-size: 20px;
    color: #626262;
    text-align: center
}

footer span {
    font-family: Avenir-Book;
    font-size: 13px;
    color: #afafaf
}

footer span a {
    color: #afafaf;
    text-decoration: none
}

footer span a:hover {
    text-decoration: underline
}

.m-show {
    display: none
}

.thumb {
    float: left;
    width: 50px;
    margin-right: 10px
}

.main {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    height: auto
}

.name {
    font-family: cabin, sans-serif;
    font-size: 17px;
    color: #1f599d;
    display: block;
    text-decoration: none;
    margin-bottom: 5px
}

.stat {
    font-family: cabin, sans-serif;
    font-size: 13px;
    color: #818181;
    display: inline-block;
    padding-right: 15px
}

.advertorial {
    position: absolute;
    top: 0;
    right: 25px;
    text-align: right;
    font-size: 19px;
    color: #9b9b9b
}

.advertorial img {
    display: inline-block
}

.button {
    background: #019cfe;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    font-family: cabin, sans-serif;
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    padding: 18px 70px;
    display: table;
    margin: 0 auto;
    text-decoration: none
}

.button:hover {
    background: #0184d5
}

@media screen and (max-width:500px) {
    body {
        padding: 0
    }

    .m-show {
        display: block
    }

    .m-hide {
        display: none
    }

    .advertorial {
        right: 10px
    }

    .name {
        display: inline-block;
        padding-right: 5px
    }

    .stat.first {
        padding-right: 50px
    }

    h1 {
        font-size: 20px
    }

    h2 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .main {
        margin-bottom: 10px
    }

    .content {
        font-size: 14px
    }

    footer {
        font-size: 13px
    }

    .button {
        padding: 10px 45px
    }
}

#fda {
    font-size: 12pt
}

#fda a {
    color: #4a4a4a
}

#adver p {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 14pt;
    color: #4a4a4a
}