﻿thead tr:first-child th {
    background: #00543d;
    color: white;
}

div.button {
    background: #00543d;
    border: 2px solid #00543d;
}

.extras .fas {
    color: #00543d;
}

h1 {
    color: #00543d;
}

.lotheader h2 {
    color: #00543d;
}
h2 {
    color: #00543d;
}

.btn-secondary {
    background-color: rgb(154, 186, 173);
    border-color: rgb(154, 186, 173);
}

.page-item.active .page-link {
    background-color: rgb(154, 186, 173);
    border-color: rgb(154, 186, 173);
}

.page-link {
    color: #00543d;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #00543d;
    background: #00543d;
}
