/* --------- Maintinence Mode -----------*/


div#main {
    float: none;
}


h2 {
    text-align: center;
    color: #058B8C;
}

div#content-content {
    margin-top: 160px;
}

div#site-name {
    display: none;
}







#header .inner, #header-right .inner {
    padding-top: 55px;
    padding-bottom: 120px;
}







/* ---------- basic ----------- */

h1, h2, h3, h4, h5, h6 {
font-family: quatro, sans-serif;
font-style: normal;
font-weight: 500;
}
.block h2{
 font-weight: normal;   
}


body {
    margin: 30px;
    line-height: 1.75em;
    font-size: 1em;
    color: #8a8a8a;
    border-color: #058B8C;
}


p {
    margin: 30px;
    line-height: 1.5em;
    font-size: 1.15em;
    color: #8a8a8a;
}

a:link, a:visited, #navigation ul li a, #navigation ul.sf-menu li a {
    color: #058B8C;   
}
#credits {
    color: #FFF;
}
table {
     margin: 10px 22px;
}
tbody {
    border-top: 0px;
}

td {
    padding: 0px;
    
}



@media screen and (max-width: 768px) {
    
    table {
    display: contents;
    width: 100%;
    
}
}