body {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

    background-color: #1b1b1b;
    padding: 0;
    margin: 0;

    font-family: Inconsolata, monospace, sans-serif;
    font-size: 16px;
}

section {
    color: #CC7832;
    font-weight: 700;
}

section h1 {
    color: white;
    font-size: 36px;
}

section h2 {
    color: white;
}

section h3 {
    color: white;
}

section a {
    color: #a5c261;

    font-family: Inconsolata, monospace, sans-serif;
    font-size: 16px;
}

.green {
    color: #a5c261;
}

section img {
    border: 2px solid #2b2b2b;
}

.main {
    margin: 0;
    padding: 25px;
}

h1 {
    font-size: 22px;
    color: #E8BF6A;
}

h4 {
    font-family: Inconsolata, monospace, sans-serif;
}

.outer {
    margin: auto;
}
.centered {
}

.bigtable {
    display: table;
    width: 100%;
}

.table {
    display: table;
}

.row {
    display: table-row;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.topcell {
    display: inline-block; //table-cell;
    vertical-align: top;
}

.bottomcell {
    display: inline-block; //table-cell;
    vertical-align: bottom;
}

.bottom {
    display: flex;
    align-items: center;

    color: #CC7832;
    background-color: #2b2b2b;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.message_bar {
    position: absolute;
    display: block;

    width: 100%;
    bottom: 0;
    left: 0;

    padding: 0;
    margin: 0;

    color: #CC7832;
    background: #2b2b2b;
    border-top: 2px solid #1b1b1b;

    height: 24px;
    font-size: 16px;
    vertical-align: middle;
}

.status {
    position: absolute;
    left: 0;
    border-right: 2px solid #1b1b1b;
    width: 200px;
    padding: 2px 15px 0 15px;
    height: 22px;
}

.message {
    position: absolute;
    left: 190px;
    padding: 2px 15px 0 15px;
    height: 22px;
    text-align: left;
}

.dirty_status {
    position: absolute;
    width: 100px;
    right: 0;
    border-left: 2px solid #1b1b1b;
    padding: 2px 15px 0 15px;
    height: 22px;
    text-align: left;
}

.dirty {
    color: #CC7832;
}

.clean {
    color: #a5c261;
}

#songinfo .pattern .row .cell {
    padding: 1px 0 0 5px;
    white-space: nowrap;
}

.columns2 {
    position: relative;
}

.mainColumn {
    width: 70%;
    min-width: 400px;
    float: left;
}

.newsColumn {
    width: 30%;
    min-width: 300px;
    float: left;
    font-weight: 400;
}

.newsColumn p {
    font-size: 16px;
    font-weight: normal;
    /*color: #6897bb;*/
}

.newsColumn h5 {
    color: #E8BF6A;
}

#twitter {
    position: absolute;
    z-index: 100;
    right: 50px;
    top: 25px;
}