﻿body {
    background-color: #fff !important;
}

.customGreenHover {
    color: white;
}

    .customGreenHover:hover {
        color: #08da4e !important;
        background-color: white !important;
        border: 1px solid #08da4e;
    }

.cstm-margin-right-for-btn-teacherfinder {
    margin-right: .75em;
}

@media screen and (max-width: 490px) {
    .cstm-margin-right-for-btn-teacherfinder {
        margin-right: 0 !important;
    }
}