.tool-tip {
                color: #fff;
                width: auto;
                z-index: 10;
                background-color: #6D9A35;
                overflow: hidden;
                cursor: pointer;
                border-bottom: 2px solid #ED8127;
                border-right: 2px solid #ED8127;
                border-left: 1px solid #ED8127;
                border-top: 1px solid #ED8127;
                padding: 3px;
}
 
.tool-title {
                text-align: center;
                font-weight: bold;
                font-size: 11px;
                color: #fff;
                width: auto;
                padding: 2px 0px;
}
 
.tool-text {
                text-align: center;
                font-size: 11px;
                width: auto;
                color: #fff;
}
