@CHARSET "US-ASCII";

.gouel-tab {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F1F1F1;
}

.gouel-tab-ttl {
    cursor: pointer;
    font-size: 1.2em;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #D1D1D1;
}

.gouel-active {
    font-weight: bold;
    background-color: #B1B1B1;
}

.gouel-over{
    background-color: #B1B1B1;
}

.gouel-infobox-content {
    border: 1px solid green;
    margin-top: 8px;
    padding: 5px;
    background: white;
}

.gouel-infobox-title {
    font-weight: bold;
}

.gouel-infobox-description {
    font-size: 0.8em;
}

.gouel-infobox-toolbar {
    font-size: 0.8em;
    text-align: right;
    /* font-style: italic; */
}
