.small-btn {
    background: none;
    border: none;
    border-left: #BF0000 3px solid;
    border-radius: 0;
    padding: 0px 8px;
    color: #000;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.small-btn:hover {
    color: #BF0000 !important;
}
