.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: #eeeeee;
    border: 1px black solid;
    z-index: 999;
    text-align: left;
    right: 0
}

.soustotal-dropdown > li {
	list-style: none
}