:root {
    font-size: 16px;
}

* {
    margin: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 1px #333 solid;
    max-width: 914px;
    color: #333;
    position: relative;
    padding: 5.625rem;
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1rem;
    font-size: 0.75rem;
    text-align: justify;
    overflow: hidden;
}

p {
    padding-bottom: 1.25rem;
}

h1 {
    margin: -1.25rem -0.625rem 0.25rem -0.125rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #FF0000;
    background: #B2C0CE;
    text-align: left;
    padding: 0.9375rem 0.125rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
    vertical-align: middle
}

ul {
    margin: 0 0 1.25rem -1.875rem;
    padding: 0;
    list-style: none;
    text-align: left;
}

ul li {
    padding-left: 1.875rem;
    position: relative;
    padding-bottom: 0.125rem;
}

ul li:before {
    content: '\2022';
    position: absolute;
    top: -0.1875rem;
    left: 0;
    color: #333;
    font: normal 1.5rem/1.5rem helvetica;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

footer a {
    color: #FF0000;
    white-space: nowrap;
}

article p:first-of-type {
    padding-bottom: 0.9375rem;
}

footer {
    margin-top: -0.625rem;
    text-align: left;
}

header {
    padding-bottom: 0.9375rem;
}

p span {
    white-space: nowrap;
}

@media only screen and (max-width: 914px) {
    #wrapper {
        border: none;
        padding: 4%;
        text-align: left
    }

    ul {
        margin-left: 0
    }

    ul li {
        padding-left: 1.25rem
    }
}
