/**
* ServerStatus Utility
* Copyright (C) 2002-2019 Metagûsto
* Website: http://www.metagusto.com
*
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
body {
    color: #999;
    background-color: #000;
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 11px;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
}

.wrapper {
    float: left;
    width: 100%;
    height: 380px;
}

.box {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 780px;
    margin: -180px 0 0 -390px;
}

.left {
    float: left;
    width: 339px;
    border-right: 1px solid #333;
    text-align: right;
    padding: 20px 30px 20px 20px;
    min-height: 230px;
}

.right {
    float: right;
    width: 349px;
    text-align: left;
    padding: 20px;
    border-left: 1px solid #000;
    min-height: 230px;
}

.logo {
    margin: 0 0 10px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -390px;
    width: 780px;
    border-top: 1px solid #333;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    z-index: -1;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: lighter;
    font-family: Helvetica, arial, serif;
    line-height: 1.2em;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    margin: 1em 0 0 0;
}

blockquote {
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1.6em;
    color: #fff;
    line-height: 1.4em;
}

a:link, a:visited {
    color: #ff6a00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: -1px 0;
}

span {
    font-family: "Courier New", Courier, monospace;
}

span.online {
    font-family: "Courier New", Courier, monospace;
    color: #92bc37;
}

.right h2 {
    margin-top: 25px;
    margin-bottom: 9px;
}


@media only screen and (max-width: 770px) {

    .wrapper, .box, .content, .left, .right {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        left: 0;
        width: 100%;
        border: none;
    }

    .box {
        top: 10%;
        width: 100%;
    }

    .left {
        width: 100%;
        text-align: center;
        min-height: 180px;
    }

    .right {
        width: 100%;
        text-align: center;
    }

    .right span {
        display: block;
        margin-bottom: 10px;
    }
}