body {
    padding: 50px 15px 15px 10px;
}
header {
    margin-bottom: 25px;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}
header img {
    max-width: 250px;
    margin: -45px 15px 0px 0px;
    vertical-align: middle;
}
select {
    margin-bottom: 10px;
}
tr.priority td {
    text-align: left;
    font-size: 14px;
}
th {
    text-align: left;
}
.panel-heading {
    font-size: 18px;
    font-weight: bold;
}

.dash-feature {
    width:150px;
    margin:10px auto;
    padding:20px 10px 5px 10;
    text-align:center;
    background-color:#d9edf7;
    border:#eeeee0 solid 2px;
    border-radius:10px;
}

.dash-feature.dash-feature-default {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dash-feature.dash-feature-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dash-feature.dash-feature-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.dash-feature.dash-feature-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.dash-feature.dash-feature-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.dash-feature span {
    display:block;
    margin:15px 0px;
    font-size:250%;
}

.loading-overlay {
    background:rgba(81,81,81,0.20);
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}

.loading-overlay > .loading-icon {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
