﻿a:hover{
    text-decoration: none !important;
    /*color: #ffffff !important;*/
}
button a {
    text-decoration: none !important;
    color: #e0e0e0 !important;
    
}
    button a:hover {
        text-decoration: none !important;
        /*color: #ffffff !important;*/
        background: #3c8dbc;
    }
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
}
    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0px auto -webkit-focus-ring-color !important;
    }