<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajax__tab_header {
    border-bottom: 1px solid #DDD;
}

.ajax__tab_header .ajax__tab_outer {
    position: relative;
    display: block;
    padding: 10px 15px 0 15px;
    line-height: 1.42857;
}

.ajax__tab_active .ajax__tab_outer {
    cursor: default;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #DDD #DDD transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin-right: 2px;
}

.ajax__tab_header .ajax__tab_outer:hover {
    text-decoration: none;
    background-color: #EEE;
}

.ajax__tab_active .ajax__tab_outer:hover {
    text-decoration: none;
    background-color: #FFF;
}

.ajax__tab_active .ajax__tab_outer a {
    color: #555;
}

.ajax__tab_spelog .ajax__tab_body
{
    background-color:#fff;
    border-right:solid 1px #DDD;
    border-left:solid 1px #DDD;
    border-bottom:solid 1px #DDD;
    /*overflow:hidden;*/
    /*Correctif dropdown*/
    overflow: visible;
}

.ajax__tab_spelog .ajax__tab_panel
{
	padding:2px;
}
.ajax__tab_default .ajax__tab {
  display: inline-block !important;
  float: none !important;
}
</pre></body></html>