#content {
    margin-top: 60px;
    margin-bottom: 55px;
    margin-left: 5px;
    margin-right: 5px;
}
.content-row {
    margin-left: 5px;
    margin-right: 5px;    
}
.help-img-right{
        margin: 0 15px 15px 15px;
}
.help-img-left{
        margin: 0 15px 15px 0;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #e0e0e0;
}
#online-status {
    float:right;
    position: relative;
    top: 6px;
}

.with-caption {
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.with-caption p {
    margin: 0;
    padding-top: 0.5em;
    width: 100%;
    text-align: center;
    display: inline-block;
}
a.back {
    position: fixed;
    right: 20px;
    bottom: 60px;
}

@media only screen and (max-width : 768px) {
    .table-responsive {
    font-size: 11px;
    }
    .brand-logo {
        margin-top: -10px;
        margin-right: 10px;
        height: 36px !important;
    }
    .brand-logo.visible-xs {
        display: block !important;
    }
    .brand-title {
        margin-top: -3px;
        margin-left: -5px;
        font-size: 22px;
        color: #fff;
    }
    h1 {
        font-size:24px !important;
    }
}

@media only screen and (min-width : 320px) {
    .breadcrumb {
        font-size: 16px; 
    }
    #page-content-wrapper {
        overflow-x: auto; 
    }
    .brand-title {
        margin-top: -3px;
        margin-left: -5px;
        font-size: 22px;
        color: #fff;
    }

}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        width:325px;
    }
    .breadcrumb {
        font-size: 20px; 
    }
    #page-content-wrapper {
        overflow-x: hidden; 
    }
    .brand-logo {
        height: 30px;
        position: relative;
        top: -6px;
        left:-10px;
    }
    .brand-title {
        margin-top: -3px;
        margin-left: -5px;
        font-size: 28px;
        color: #fff;
    }
}

