.t-btn.t-btnflex, .t-submit.t-btnflex, .t-store__card__btn {
    background-color: #edb5bf;
    color: #5f6366;
    border-radius: 10px;
}
.t-btn.t-btnflex, .t-submit.t-btnflex, .t-store__card__btn a {
    color: #5f6366;
}
.t-btn.t-btnflex:hover, .t-submit.t-btnflex:hover, .t-store__card__btn:hover {
    background-color: #9c0528;
    color: #eeeeee;
}

.t-popup .t-btnflex__text {
    font-size: 24px;
}
#allrecords a {
    color: #5f6366;
    text-decoration: none;
}
#allrecords a:hover {
    color: #eeeeee;
}

#t-footer a {
    color: #eeeeee !important;
    text-decoration: underline;
}
#t-footer a:hover {
    color: #99ced3 !important;
}
#t-footer .t708__bottom-text a {
    color: #5f6366 !important;
}
#t-footer .t708__bottom-text a:hover {
    color: #99ced3 !important;
}