.rouvenfo-block{
    position: absolute;
    width: 30px;
    height: 30px;
}

#block-container-1{
    top: 180px;
  position: absolute;
  left: 0px;
}

#lok-container{
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.rouvenfo-lok{
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    background: #eee;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;

    &.active{
        background: #0ad135;
    }
}

.rouvenfo-lok img{
    border-radius: 5px;
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#lok-speed{
    position: absolute;
    bottom: 10px;
    left: 20px;
    height: 20px;
    width: clac(100% - 40px);
}

.lok-speed-block{
    width: 10px;
    height: 100%;
    margin-right: 2px;
    background: #bbb;
    display: inline-block;
    cursor: pointer;

    &.active{
        background: #0ad135;
    }
}

.lok-speed-block-stop{
    background: red;
    color: white;
    width: 50px;
    padding: 1px;
    vertical-align: top;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
