html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

html,
body {
    background-color: #043c78;
    color: #e2e2d5;
}
html header,
body header {
    padding: 20px 10px 20px 12px;
}
html header h1,
body header h1 {
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px 0 #1c1c1c;
}
html #main,
body #main {
    padding-left: 15px;
}
@media screen and (max-width: 320px) {
    html #main,
    body #main {
        padding: 0 10px;
    }
}
html #main a,
body #main a {
    text-decoration: none;
}
html #main a:link, html #main a:visited, html #main a:active,
body #main a:link,
body #main a:visited,
body #main a:active {
    color: #e2e2d5;
}
html #main a:hover,
body #main a:hover {
    color: #e2e2d5;
    opacity: 0.7;
}
html #main ul,
body #main ul {
    list-style-type: none;
    margin: 0 3%;
}
html #main ul li,
body #main ul li {
    background-color: #296e8b;
    margin: 15px 0;
    box-shadow: 4px 4px 0 gray;
    padding: 5px 0 5px 10px;
}
html #main ul li.notworking,
body #main ul li.notworking {
    text-decoration: line-through;
}
html #main ul li a,
body #main ul li a {
    height: 1.6em;
    vertical-align: middle;
    display: block;
}
html #main ul li span.comment,
body #main ul li span.comment {
    padding-left: 15px;
}
html #main .prof,
body #main .prof {
    background-color: #296e8b;
    margin: 50px  3% 0 3%;
    padding: 5px 10px;
}
html #main .prof h2,
body #main .prof h2 {
    font-size: 1.8em;
}
html #main .prof div,
body #main .prof div {
    text-align: center;
}
html #main .prof div i,
body #main .prof div i {
    margin-left: 5px;
}
html #main .prof img,
body #main .prof img {
    margin: 5px 20px;
    float: left;
}
html #main .prof i,
body #main .prof i {
    font-size: 2em;
}
html #main .prof p,
body #main .prof p {
    float: left;
    margin: 5px 10px;
}
html #main .prof:after, html #main .prof:before,
body #main .prof:after,
body #main .prof:before {
    clear: both;
    content: "";
    display: block;
}
html footer,
body footer {
    background-color: #296e8b;
    position: absolute;
    bottom: 0;
    width: 100%;
}
html footer small,
body footer small {
    padding: 5px 10px;
    display: block;
    text-align: center;
}
