.text-justify {
    text-align: justify;
}

.blue-link {
    color: #317ab5;
}

.blue-link:hover {
    color: #26608e;
}

.blue-button {
    background-color: #317ab5;
    color: #ffffff;
}

.blue-button:hover {
    background-color: #26608e;
    color: #ffffff;
}

.border-left-color{
    border-left: 1px solid #317ab5;
}

.green-link {
    color: #198754;
}

.green-link:hover {
    color: #197254;
}

.green-button {
    background-color: #198754;
    color: #ffffff;
}

.green-button:hover {
    background-color: #197254;
    color: #ffffff;
}

.border-left-color-green{
    border-left: 1px solid #198754;
}
