﻿.btn {
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


.btn-primary:hover, .btn-info:hover {
    background-color: #002a42 !important;
    color: white !important;
    border: solid 1px #002a42 !important;
}

.btn-info {
    color: white !important;
}