.measure {
    min-width:20px;
    opacity: 0.8;
    max-height: 15px;
    height: 15px;
    text-wrap: nowrap;
    overflow: hidden;
    line-height: 15px;
    background-color: aquamarine;
    position: absolute;
    font-size:0.55em;
    text-align: center;
    vertical-align: middle;
    z-index: 1000;
    cursor: pointer;
    border: 0;
    /* transition: width 0.2s ease-in-out; */
}

.measure:hover,  .measure:focus {
    outline: 2px solid black;
    border-radius: 5px;  
    font-size: 18px; 
    height: 20px;
    /* position: absolute; */
    min-width: 30px;
}
 .measure:focus {
 background-color: rgb(255, 242, 0);
}

.measureInput  {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: rgb(202, 250, 44);
    width:100%;
    height:15px;
    text-align: center;
    outline: 2px solid black;
}
