/* ========= */
/* = Basic = */
/* ========= */
body {
    background-color: #141414;
    color: #808080;
    font-size: 75%; /*68.75%;*/
    font-family: Verdana, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.75;
}
h1, h2, h3, h4, h5, h6 {
    float: left;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin: 0;
}
p, ul, ol, table, tr, td {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style-type: none;
}
li ul, li ol {
    margin: 0;
    padding: 0;
}
td {
    vertical-align: top;
}
a, a:active, a:visited, a:hover {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
input {
    font-family: Verdana, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* =============== */
/* = Development = */
/* =============== */
.showgrid {
    background: url("custom-grid.png");
}

/* ========== */
/* = Global = */
/* ========== */
.assistivetext {
    display: none;
}

.paragraphcontainer p, .paragraphcontainer ul, .paragraphcontainer ol {
    margin-bottom: 1em;
}
.paragraphcontainer p:last-child, .paragraphcontainer ul:last-child, .paragraphcontainer ol:last-child {
    margin-bottom: 0;
}

.zerohidden {
    display: none;
}