body{
    padding-top: 60px;
    background-color: #262a36;    
}
.body{
    margin-top: 23px;
    padding: 0 3px;
    height: 500px;
}
.container{
    background: no-repeat url("../images/bg.jpg");
    max-width: 845px;
}
.header{
    position: relative;
    background-color: #515d77;
    height: 110px;
    color: white;
}
.header h1{
    padding: 0 30px;
    margin: 0;
    color: white;
    line-height: 110px;
    font-size: 18pt;
}
.header.login h1 {
    line-height: 70px;
}
.header form {
    position: absolute;
    right: 20px;
    top: 40px;
}
.header form input[type="submit"] {
    border-color: white;
    border-radius: 0;
    background: black;
    color: #b8b7bc;
}
h2{
    margin: 0;
    font-size: 24px;
}
h3{
    font-size: 14px;
    font-weight: 700;
}
table.menu{
    border-spacing: 1px;
    width: 100%;
    background-color: #12121a;
}
table.menu tbody tr td{
    height: 80px;
    border: 1px solid white;
    color: #b8b7bc;
    padding: 0 20px;
}
table.menu tbody tr td a,
table.menu tbody tr td a:hover{
    color: #b8b7bc;
}
table.menu tbody tr td small{
    display: block;
}
.content{
    padding: 15px;
    border: 1px solid #8d8c91;
    background: rgba(0,0,0, 0.3);
    height: 250px;
    overflow-y: auto;
    margin-top: 20px;
    color: white;
}
.content a,
.content a:hover{
    color: white;
}
footer{
    width: calc(100% + 27px);
    margin-left: -15px;
    margin-bottom: 25px;
    padding: 30px 40px 20px 40px;
    background-color: #12121a;
    color: #b8b8ba;
    font-size: 16px;
}
footer p {
    font-size: 12px;
}
footer a,
footer a:hover{
    color: #b8b8ba;
}
footer table{
    width: 100%;
}
footer table tr td{
    vertical-align: top;
}
footer table tr td ul{
    padding: 0;
    list-style-type: none;
}
footer table tr td ul li{
    padding: 0 15px;
}
footer table tr td ul:nth-child(1) li{
    border-right: 1px solid #474747;
}
footer #copyright{
    margin-top: 10px;
    font-size: 10px;
    color: white;
    text-align: right;
}
footer #copyright a{
    color: white;
}
.hpbg {
    color: transparent;
    background-image: url('../images/hp.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    width: 680px;
    height: 75px;
    top: 155px;
    left: 160px;
}
.hpbg small{
    color: transparent;
}
.form-control {
    border-radius: 0 !important;
}
.btn-primary {
    border-color: white !important;
    border-radius: 0 !important;
    background: black !important;
    color: #b8b7bc !important;
}
.gcdcboardListing td.date,
.gcdcboardListing .gcdcboardListingCreated {
    display: none;
}

.doc .menu-wrapper h3 {
    margin: 0;
    font-size: 17px;
    color: #b8b7bc;
}

.doc .menu-wrapper ul {
    padding: 0;
    list-style: none;
}

.doc .menu-wrapper h3,
.doc .menu-wrapper ul li {
    border: 1px solid white;
    background-color: #12121a;
    padding: 5px 10px;
}

.doc .menu-wrapper ul li a {
    color: #b8b7bc;
}

.doc-head {
    margin-bottom: 10px;
}
.search-wrapper {
    width: 200px; 
    float: right; 
}
@media (max-width: 767px){
    video {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .search-wrapper {
        float: none;
        margin: auto;
    }
    .gcdcboardListing tbody tr td:first-child {
        padding-right: 10px;
    }
    .header {
        height: 160px;
    }
    .header.login {
        height: 110px;
    }
    .header form {
        text-align: center;
        position: static;
    }
    .header.login h1 {
        line-height: 35px;
        height: 140px !important;
        text-align: center;
        padding: 30px 20px;
        width: 100%;
    }
    .header h1 {
        text-align: center;
        line-height: 35px;
        height: 110px !important;
        padding: 20px 20px;
    }
    .header form input[type="submit"] {
        margin-right: -10px;
    }
    .content{
        padding-top: 70px;
    }
    .hpbg{
        background: none;
        position: static;
        color: white;
        text-align: center;
        width: auto;
        margin: auto;
        height: auto;
        max-width: 375px;
        padding: 50px 0;
    }
    .hpbg small{
        display: block;
        font-size: 40%;
        color: #b8b8ba;
    }
    table.menu tr td{
        display: block;
        padding: 22px !important;
        text-align: center;
    }
    .container{
        background: none;
    }

    .body{
        height: auto;
        background-color: #515d77;
        padding-bottom: 3px;
    }
    .content{
        background: rgba(0,0,0, 0.3);
        height: auto;
        overflow-y: auto;
    }
    footer{
        width: 100%;
        margin-left: 0;
    }
    footer table tr td{
        display: block;
        margin: auto;
        text-align: center;
    }
    footer table tr td ul.pull-left,
    footer table tr td ul.pull-right{
        float: none !important;
    }
    footer table tr td ul:nth-child(1){
        padding: 30px 0 0 0;
        margin: 0;
    }
    footer table tr td ul li{
        border: none !important;
    }
    footer #copyright{
        text-align: center;
    }
}
