.nb{
    color: #fff!important;
    background-color: #96c93d!important;
    border-color: #96c93d!important;
}
.nb:hover{
    color: #000!important;
    background-color: #96c93d!important;
    border-color: #96c93d!important;
}
.nb2{
    color: #000!important;
    background-color: #fff!important;
    border-color: #fff!important;
}
.nb2:hover{
    color: #fff!important;
    background-color: #96c93d!important;
    border-color: #96c93d!important;
}
.wt{
	color:#fff!important;
}
.gt{
	color:#96c93d;
}
.text-secondary {
    color: #96c93d !important;
}