.result-blue {
    background-color: #265180;
    margin-right: 5px;
}

.result-yellow {
    background-color: #f5d442;
    margin-right: 5px;
}

.result-orange {
    background-color: #dd890b;
    margin-right: 5px;
}

.result-red {
    background-color: #FF0000;
    margin-right: 5px;
}

.nav-justified > .nav-item {
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
}