﻿@media screen and (max-width: 767px) {
    .table-responsive {
       /* width: 400px;*/
    }
}

.page-header {
    background-color: #b2afab;
    background-position: 50%;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    /*display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;*/
    padding-top: 20px;
}

.toolbar h3 {
    padding-left: 10px;
}

section {
    padding: 0px 0px 20px 0px
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-brand-major {
display:none;
}
.fresh-table {
    color: #000;
}

