.red {
    background-color:rgba(197, 0, 22, 1);
    border-radius: 3px;
}
.red:focus {
    background-color: rgba(197, 0, 22, 1);
}
.has-tip {
    font-weight: normal !important;
}
