/* W3.CSS 4.12 November 2018 by Jan Egil and Borge Refsnes */
/* Colors */

.w3-courier-button, .w3-hover-courier-button:hover {
    color: #fff !important;
    background-color: #001ca8 !important
}

.w3-courier-back, .w3-hover-courier-back:hover {
    color: #fff !important;
    background-color: #009ee5 !important
}

.w3-skyhigh-button, .w3-hover-skyhigh-button:hover {
    color: #fff !important;
    background-color: #EF5714 !important
}

.w3-skyhigh-back, .w3-hover-skyhigh-back:hover {
    color: #fff !important;
    background-color: #EF5714 !important
}

.w3-skyhigh-border, .w3-hover-skyhigh-border:hover {
    color: #000000 !important;
    border-bottom: solid 2px #EF5714 !important
}

.w3-solved-button, .w3-hover-solved-button:hover {
    color: #fff !important;
    background-color: #384E5B !important
}

.w3-solved-back, .w3-hover-solved-back:hover {
    color: #fff !important;
    background-color: #384E5B !important
}

.w3-solved-border, .w3-hover-solved-border:hover {
    color: #000000 !important;
    border-bottom: solid 2px #8FBF1F !important
}

.w3-kanguro-button, .w3-hover-solved-button:hover {
    color: #fff !important;
    background-color: #ED5F00 !important
}

.w3-kanguro-back, .w3-hover-solved-back:hover {
    color: #fff !important;
    background-color: #ED5F00 !important
}

.w3-kanguro-border, .w3-hover-solved-border:hover {
    color: #000000 !important;
    border-bottom: solid 2px #000000 !important
}


