.compte-comptable-tabset-container div.panel {
    margin-top: 0px !important;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}

.compte-comptable-tabset-container ul {
    margin-bottom: -1px !important;
}

.compte-comptable-tabset-container ul > li.active > a {
    background-color: #f8f8f8;
    color: #375a7f;
    border-radius: 0 !important;
    border-top: 1px solid #c1c1c1 !important;
    border-right: 1px solid #c1c1c1 !important;
    border-left: 1px solid #c1c1c1 !important;
    border-bottom: 1px solid #f8f8f8 !important;
    z-index: 1;
}

.compte-comptable-tabset-container ul > li.active > a:focus {
    background-color: #f8f8f8;
    color: #375a7f;
    border-radius: 0 !important;
    border-top: 1px solid #c1c1c1 !important;
    border-right: 1px solid #c1c1c1 !important;
    border-left: 1px solid #c1c1c1 !important;
    border-bottom: 1px solid #f8f8f8 !important;
    z-index: 1;
}

.compte-comptable-tabset-container ul > li.active > a:hover {
    background-color: #f8f8f8;
    color: #375a7f;
    border-radius: 0 !important;
    border-top: 1px solid #c1c1c1 !important;
    border-right: 1px solid #c1c1c1 !important;
    border-left: 1px solid #c1c1c1 !important;
    border-bottom: 1px solid #f8f8f8 !important;
    z-index: 1;
}

.compte-comptable-tabset-container ul > li > a {
    color: #375a7f;
    border-radius: 0 !important;
}

.compte-comptable-tabset-container ul > li > a:hover {
    color: #375a7f;
    border-radius: 0 !important;
}