#map-directionBtn{
    direction: ltr;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: rgb(0, 0, 0);
    font-family: Arial, sans-serif;
    -webkit-user-select: none;
    font-size: 13px;
    background-color: rgb(255, 255, 255);
    padding: 1px 6px;
    border: 1px solid rgb(113, 123, 135);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
    font-weight: bold; min-width: 29px;
    cursor: pointer;
   /* background-position: initial initial;
    background-repeat: initial initial;*/
}