body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 13px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    color: rgb(220,220,220);
    background: rgb(51,51,51) url(../img/background.jpg);
    word-wrap: break-word;
    line-height: 1.28;
    min-width: 300px;
    overflow: auto;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 15px;
}

.header img {
    margin: auto;
    display: block;
}

.navbar {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 14px;
    background-color: rgb(36,37,38);
    border: 1px solid rgb(70,70,70);
    height: 48px;
    padding: 0;
}

.navbar-nav {
    background-color: rgb(36,37,38);
}

.navbar-nav .nav-link {
    color: rgba(255,255,255,0.75);
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    float: left;
    vertical-align: text-bottom;
    text-align: center;
    outline: 0 none;
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 600;
    height: 47px;
    line-height: 30px;
    border-bottom: 1px solid rgb(70,70,70);
} 

.page {
    border-top: 0 !important;
    background-color: rgb(55,55,55);
    padding: 16px;
    border: 1px solid rgb(70,70,70);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    position: relative;
    color: rgb(73,147,197);
    background-color: rgb(55,55,55);
    border: 1px solid rgb(70,70,70);
    border-top-width: 0;
    border-bottom-width: 0;
    text-shadow: 0px 1px rgba(0,0,0,.5);
    bottom: -1px;
}

.table-inverse {
    background-color: transparent;
}

.table-inverse td, .table-inverse th,
.table-inverse thead th {
    border-color: #505050;
}

.navbar-dark .navbar-nav .nav-link:focus:not(.active),
.navbar-dark .navbar-nav .nav-link:hover:not(.active) {
    background-color: rgba(0,0,0,.2);
    color: #ffffff;
}

.table a {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
}

.footer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 0 !important;
    font-size: 14px;
    background-color: rgb(50,50,50);
    border: 1px solid rgb(70,70,70);
    text-align: center;
    padding: 15px;
}
.copy {
    padding: 15px 8px;
    margin-bottom: 50px;
}
.copyLinks {
    float: right;
}
.copyLinks li {
    float: left;
    list-style: none;
}
.copyLinks a,
.copyLinks a:visited {
    padding-right: 8px;
    padding-left: 8px;
    display: block;
    font-weight: 600;
    color: rgb(189,189,189);
    text-decoration: none;
}
.page-link {
    background-color: #3B3B3B;
    border: 1px solid #575757;
    color: rgb(168,174,179);
}
.page-link:hover, .page-link:focus {
    color: rgb(73,147,197);
    text-decoration: none;
    background-color: #303030;
    border-color: #5A5A5A;
}