﻿body {
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #888888;
    background-color: #060606;
}

.label {
    border-radius: 0;
    padding-top: 0.2em;
    padding-right: 0.6em;
    padding-bottom: 0.1em;
    padding-left: 0.6em;
}

.label-default {
    background-color: #424242;
}

.label-warning {
    background-color: #ff8800;
}

.label-danger {
    background-color: #bd001f;
}

.panel {
    border-radius: 0;
    margin-bottom: 0;
    background-color: #222222;
}

.panel-warning {
    border-color: #f05800;
}

    .panel-warning > .panel-heading {
        color: #ffffff;
        background-color: #ff8800;
        border-color: #f05800;
    }

.panel-default {
    border-color: #282828;
}

    .panel-default > .panel-heading {
        color: #888888;
        background-color: #3c3c3c;
        border-color: #282828;
    }

.panel-danger {
    border-color: #bd001f;
}

    .panel-danger > .panel-heading {
        color: #ffffff;
        background-color: #cc0000;
        border-color: #bd001f;
    }

.panel-heading {
    border-radius: 0;
    padding: 2px 15px;
}

@media (max-width: 767px) {
    .text-right {
        text-align: left;
    }

    .text-center {
        text-align: left;
    }
}

h4, .h4 {
    line-height: 0.85 !important;
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #ffffff;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        color: #888888;
    }
