#myTab {
   flex-direction: row !important;  
}

#yearBtns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

#btn {
    width: 300px;
    margin: 7px;
}

.sppb-btn-lg {
    font-size: 16px !important;
    line-height: 5px !important;
}
.nav-link {
    color: #8edb5a !important;
}

.nav-tabs .nav-link.active {
    border-color: #dee2e6;
}

.nav-tabs .nav-link {
    border-radius: 0.5rem;
    margin-bottom: 5px;
}

#yearHead {
    margin-top: 5px;
}
