.newbutton {
    background: #177E89 !important;
    color: #fff !important;
    border: 1px solid #0F5057 !important;
}

.groupbycat {
    background: #598381 !important;
    color: #fff !important;
    border: 1px solid #426160 !important;
}

.changelevel {
    background: #8E936D !important;
    color: #fff !important;
    border: 1px solid #717557 !important;
}

h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    background: #eee;
    font-size: 0.92em;
    padding: 0.5em;
}

.soustotal-dropdown {
    display: none;
    position: absolute;
    padding-block-start: 0;
    padding: 15px;
    background-color: #2d2d2d;
    border: 1px solid #e0e0e0;
    z-index: 10000;
    text-align: left;
    right: 0;
    border-radius:5px;
    box-shadow: 5px 5px 20px #AAA;
}

.soustotal-dropdown > li {
	list-style: none
}
.soustotal-dropdown a, label .flat{color:#fff!important;}