/* Put any custom CSS rules here */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 20px;
    background: #d30000;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 12px 23px 11px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 14px;
}

.update .update__foot a:not(.btn) {
    color: #d30000;
}

.list-times a:hover, .list-times .active a {
    background: #d30000;
    color: #fff;
}