.column-extra-small {
    width: 7%;
}

.column-small {
    width: 12%;
}

.column-medium {
    width: 25%;
}

.column-big {
    width: 40%;
}

.result-warning {
    background-color: #FFFBDA !important;
}

.result-error {
    background-color: #FFDADA !important;
}

.result-critical {
    background-color: #AA4A44 !important;
}

.result-not-in-database {
    background-color: #e5b554 !important;
}
