

form h3 {
    margin: 14px 0 10px !important;
}

h3 {
    border-bottom: 1px solid #666666;
    border-left: 5px solid #666666;
    color: #023F64;
    font-size: 12px;
    font-weight: bolder;
    padding: 3px 8px;
    text-align: left;
    white-space: nowrap;
}




.tooltip {
    background-color: #{ richSkin.generalBackgroundColor};
    border-width:3px;
}
.tooltip-custom-body {
    background-color: orange;
}
 
.tooltip-text {
    width: 350px;
    height: 80px;
    cursor: arrow;
    border-width: 2px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
 
.tooltipData {
    font-weight: bold;
}