.sen-font-8{
    font-size: 8pt;
}

.sen-font-9{
    font-size: 9px;
}

.sen-font-10{
    font-size: 10px;
}

.sen-font-12{
    font-size: 12pt;
}

.sen-font-14{
    font-size: 14pt;
}

.sen-font-16{
    font-size: 16pt;
}

.sen-font-18{
    font-size: 18pt;
}

.sen-font-bold{
    font-weight: bold;
}

.sen-btn-dark{
    background-color: #3e3b3b;
    border-color: #e4e5e7;
    color: #e9eff9;
}

.sen-btn-dark:hover, .sen-btn-dark2:focus, .sen-btn-dark:active, .sen-btn-dark.active, .open .dropdown-toggle.sen-btn-dark {
    background-color: #3e3b3b;
    border-color: #edf0f7;
    color: #e9eff9
}

