.navbar-brand {
    padding: 2.5px 15px;
}

.footer {
    border-top: 1px solid;
    border-color: #d3e0e9;
    color : #777;
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    height: 41px;
}

.s2t-marked-up {
    font-weight: bold;
    text-decoration: underline;
}

.result-keywords {
    border-left: 10px solid #901fa7;
}

.result-text {
    text-align: justify;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.alert-purple {
    color: #5a318f;
    background-color: #eed9f7;
    border-color: #ccb9d7;
}

.table-kaldi {
    background-color: #fff;
}

.purple-fade{
    background: linear-gradient(to right, rgba(107,29,106,1) 0%, rgba(185,87,184,1) 100%);
}

.rounded{
    border-radius: 5px;
}

.display-flex{
    display: flex;
}