.ui_s_a_s {
    width: 180px;
}

.ui_n_e {
    width: 145px;
}

.add_account {
    width: 100%;
    text-align: left;
    background-color: #a2c715;
    color: #4F5155;
    border: solid 1px #8f8f9d;
    border-radius: 3px;
    padding: 2px 6px;
    font-weight: normal;
}

.add_account:hover {
    /*color: #fff;*/
}

.add_account i {
    font-weight: 600;
}

#tabs {
    width: unset;
}