.navbar {
    background: #fff;
}

.navbar-header {
    position: relative;
}

.navbar-toggle.pull-left {
    margin: 8px 0 0 15px;
}

.avatar {
    background-color: #fff;
    border-radius: 500px;
    padding: 2px;
}

.thumb-small {
    display: inline-block;
    text-align: center;
    width: 38px;
}

.thumb-small img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.hidden-xs-only {
    display: none !important;
}

i.iconfont {
    margin: 0 5px 0 0;
}


footer {
    padding: 8px 0;
    background: #121212;
    color:#959595;
}

#logo {
    background: url('/static/images/g/logo.png') no-repeat;
    background-size: 100%;
    width: 105px;
    height: 30px;
    text-indent: -999em;
    overflow: hidden;
    display: block;
    left: 50%;
    top:50%;
    margin: -15px 0 0 -52px;
    position: absolute;
}

.content_box p {
    text-align:justify;
}

.list-group-item {
    background: #ffd7b3;
    border: 1px solid #cba684;
}

a.list-group-item:focus, a.list-group-item:hover {
    background: #f4b073;
}
.container .nav > li > a {
    padding: 5px 10px;
}

.special_nav {
    margin-bottom: 20px;
}

.required {
    color: #D70100;
}