.ole-measure-tool {
    position: absolute;
    padding: 3px 5px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-family: arial, simsun;
    border: 1px solid #ff0103;
    color: #333333;
    background-color: white;
}

.ole-measure-tool-move {
    position: absolute;
    padding: 3px 5px;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: arial, simsun;
    border: 1px solid #ff0103;
    color: #333333;
    background-color: white;
}

.ole-measure-tool-move span .measure-result {
    color: #FF6319;
}

.ole-measure-tool-move .tool-tip {
    color: #7A7A7A;
}

.ole-measure-tool-overlay-label {
    border: 1px solid #7A7A7A;
    border-radius: 4px;
    color: #7a7a7a;
    font-size: 12px;
    padding: 1px 4px;
    background-color: #ffffff;
}

.ole-measure-tool-area-overlay-label {
    font-size: 12px;
    padding: 3px 5px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-family: arial, simsun;
    background-color: #ffffff;
    border: 1px solid #ff0103;
    color: #333333;
}

.ole-measure-tool-end-overlay-label {
    padding: 3px 5px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
    font-family: arial, simsun;
    border: 1px solid #ff0103;
    color: #333333;
    background-color: white;
}

.ole-measure-tool-end-overlay-label .measure-end-label {
    color: #FF6319;
}