.serverGood {
        color:green;
}

.serverProblem {
        color:orange;
}

.serverError {
        color:red;
}

.serverCritical {
        color:purple;
}

.container {
        max-width: 100% !important;
}

body {
        font-size: 0.8rem !important;
}

.error {
        color: red !important;
        font-weight: bold;
}

.New {
        color: blue;
        background-color: lightblue;
}

.col-15 {
        flex: 0 0 10.5% !important;
        max-width: 10.5% !important;
        text-align: center;
}
.col-05 {
        flex: 0 0 5% !important;
        max-width: 5% !important;
        text-align: center;
}

.col-01 {
        flex: 0 0 2% !important;
        max-width: 2% !important;
        text-align: center;
}

.col-04 {
        flex: 0 0 8% !important;
        max-width: 8% !important;
        text-align: center;
}

.even {
        background-color: #e7dcbd;
}

.odd {
        background-color: #ffffff;
}

.errorbg {
        background-color: lightpink;
}

.hailExists {
        background-color: lightgreen;
}

.smalltext {
        font-size: 0.65rem;
}

h6 {
        font-size: 0.7rem !important;
}

.shade1 {
	background-color: lightblue;
}
.shade2 {
	background-color: lightgrey;
}
