<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: Century Gothic, sans-serif;
    background-color: #d3d3d3;
    padding-top: 50px;
    padding-bottom: 20px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

#main_content{
    margin: 0 auto;
    text-align: left;
    width: 1000px;
    margin-top: -2px;
}
#header{
    width: 1000px;
    height: 150px;
    position: relative;
    background-color: #2f2f2f;
    margin: 0px auto;
    text-align: left;
    border-bottom: 5px solid white;
}
#header h1{
    margin-left: 40px;
    padding-top: 40px;
    font-weight: normal;
    font-size: 36px;
    color: white;
    position: absolute;
    left:10px;
    bottom: 2px;
}
#logo{
    position: absolute;
    top:10px;
    right: 30px;
}
body {
    margin-bottom: 80px;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content: "\e080";
}</pre></body></html>