﻿.tm-ol-scale-line
{
    background: #95b9e6;
    background: rgba(0,60,136,.6);
    border-radius: 4px;
    bottom: 38px;
    left: 8px;
    padding: 4px;
    position: absolute;
}
.tm-ol-scale-line-inner
{
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}