﻿.networks {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    display: none;
}

    .networks img {
        vertical-align: top;
    }

    .networks h1 {
        border: 0;
        border-radius: 5px;
        padding: 0;
        display: inline-block;
        color: #D12C2C;
        font-family: Helvetica;
        font-weight: 400;
        font-size: 14px;
        margin: 0px;
        vertical-align: middle;
        line-height: 19px;
        margin-top:27px;
    }


.networks h1:after {
    content: 'You are currently offline. Please connect to a network.';
}

.networks.hide-me h1:after {
    content: 'You are now connected to the network!';
}

.hide-me img {
    display: none;
}

.hide-me h1 {
    color: #4cc238;
    border-color: #4cc238;
}

@media only screen and (max-width:992px){
    .networks h1 {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .networks h1 {
        margin-top: 0;
        margin-bottom: 15px;
        padding-left: 35px;
    }
}
