﻿a.btn-simple-link {
    background-color: #DFE3EC;
    color: #0A1C5C;
}

    a.btn-simple-link:focus, a.btn-simple-link:hover {
        background-color: #0A1C5C !important;
        color: #DFE3EC !important;
        text-decoration: none !important;
    }
