body {
    background-image: url('/img/bg.jpg');
    background-repeat: no-repeat;
}

.gw-header-search {
    margin-top: 11px;
}

.gw-glyphicon-noborder {
    border: none;
    background-color: transparent;
}

.gw-docs-footer-links {
    text-align: center;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999
}

.gw-docs-footer-links li {
    display: inline;
    padding: 0 2px
}

.gw-docs-footer-links li:first-child {
    padding-left: 0
}

.gw-edit-right {
    float: right
}

.gw-vertical-center {
    float: left
}

.gw-btn-margin {
    margin: 20px auto
}

.gw-thread {
    color: #333;
    display: block
}

.gw-thread-unread {
    font-weight: bold
}

.gw-thread-read {

}

.gw-userinfo-nickname{
    font-size: 110%;
    font-weight: bold
}
.gw-userinfo{
    margin-top: 5px;
    font-size: 90%
}

.gw-userinfo-avatar{
    margin-top: 5px;
    width: 100px;
    height: 100px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}

.gw-banner{
    min-height: 179px;
    padding: 0 20px;
    margin: 0 3px 20px 3px;
    border-radius: 6px;
}

.gw-banner .row {
    margin-bottom: 0;
    padding-top: 100px
}

.table > thead {
    background-color: rgba(255, 255, 255, 0.95);
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgba(255, 255, 255, 0.95);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(240, 240, 240, 0.95);
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.95);
}
.gw-news {
    margin: 20px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.gw-upload {
    margin-top: 90px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.0);
}

.breadcrumb {
    background-color: rgba(245, 245, 245, 0.95);
}

.gw-anchor {
    text-decoration: none;
}

.gw-anchor-title {
    color: rgb(69, 69, 90);
}

.gw-anchor-infotext {
    color: rgb(51, 51, 51);
}

.gw-post {
    background-color: rgba(230, 230, 230, 0.5);
    margin: 10px 0;
    -webkit-box-shadow: none;
}