/* Desktop styles */

@import "shared.css";

table, p, li {
    font-family: sans-serif;
    font-size: 10pt;
}

pre {
    font-family: monospace;
    font-size: 9pt;
    background-color: #e0e0e0;
    white-space: wrap;
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

h1 {
    background-color: var(--main-bg-color);
    color: white;
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
}

ul.menu li.menu {
    display: block;
    position: relative;
    float: left;
    border:1px solid #fff;
}

.logo {
    float: left;
    margin-right: 10px;
}

/* Container is used to control max with of page contents within template. */
.container {
    margin-left: 0;
    float: none;
    clear: both;
    max-width: 640px;
}

.footer {
    float: none;
    clear: both;
    max-width: 640px;
}
