.support-button:hover {
    color: navy;
    background: gold;
}

.support-button {
    padding: 6px;
    margin: 6px;
}

.yes-button {
    background: green;
    color: white !important;
}

.no-button {
    background: red;
    color: white !important;
}

.license_panel {
    background: #e9ecef;
    /* background: rgb(229, 227, 223); */
}

/* overrides */
.section {
    padding-bottom: 0px;
}
