﻿.btn-red {
    border-radius: 5px !important;
    background: #FF4500 !important;
    border: solid 1px #FF4500 !important;
    border-radius: 5px !important;
}
    .btn-red:hover {
        background: #A82700 !important;
        border: solid 1px #A82700 !important;
    }

.btn-grey {
    border-radius: 5px !important;
}

    .btn-grey:hover {
        background: #FF4500 !important;
        border: solid 1px #FF4500 !important;
    }