﻿.stateHeader th h4 {
    margin-bottom: 0 !important;
}

.stateHeader tr th {
    border-top: 0 !important;
}

.container {
    border-radius: 10px;
    text-align: left;
    background: white;
    border: 1px solid black;
    padding-bottom: 20px;
    -webkit-box-shadow: 10px 10px 40px 15px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 40px 15px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 40px 15px rgba(0,0,0,0.75);
    position: relative;
    width: auto !important;
    margin: 50px 80px !important;
}

h1, h2, h3, h4 {
    font-family: 'Orbitron', sans-serif;
    color: #e63127;
}

#header {
    margin: 10px 10px 30px 10px;
    font-size: 50px;
    font-family: 'Orbitron', sans-serif;
    color: #e63127;
}

.progressWrap {
    margin: 5px 0 10px 0;
}

.progress {
    margin-bottom: 0px;
}

.progress-label {
    float: left;
    width: 26px;
    margin: 3px 7px 0 0;
    font-size: 10px;
    text-align: left;
}

.infoTable {
    width: 100%;
    margin: 5px;
    font-size: 12px;
}

    .infoTable tr td:first-child {
        font-weight: bold;
        text-align: left;
        padding-right: 5px;
    }

.tableRightAlignInfo tr td:last-child {
    text-align: right;
}

.strikethrough {
    text-decoration: line-through;
}
