* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

#wrapper {
    max-width: 885px;
    margin: 12px auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
    position: relative;
}

article {
    padding: 16px;
}

footer {
    padding: 0 16px 16px;
}

p {
    margin: 0 0 15px;
    text-align: justify;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 22px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #00607b;
}

h2 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

h3 {
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #00607b;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    padding: 0 0 14px;
    list-style: none;
    font-size: 13px;
}

ul li {
    padding-left: 22px;
}

li:before {
    content: "\2022";
    color: #000;
    float: left;
    margin-left: 0px;
    font-size: 14px;
    text-indent: -22px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.box {
    margin: 0;
}

@media all and (max-width:884px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    p {
        text-align: left;
    }

    br {
        display: none;
    }

    .box br {
        display: inline;
    }

    footer {
        position: static;
        padding: 0 16px 16px;
    }
}