body {
    background-color: #242526;
    color: #FFF
}
#header {
    background-color: #1F1F20;
}
#content-header {
    border-bottom: none;
}
.Title h1 {
    background-color: #2A2B2C;
}
.Title {
    border-bottom: none;
}
.table-full {
    background-color: #2E3032;
}
.table-full thead {
    background-color: #2E3032;
}
.table > thead tr > th {
    border-bottom: none;
}
.table > tbody > tr:hover {
    background: #333537;
}
.Box {
    background-color: #2E3032;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #2A2B2C;
}
.table > tbody > tr > td {
    border-top: none;
}
.up {
    color: #932FFF;
}