.left_menu_tacho{
    position: absolute;
    z-index: 100;
    width: 160px;
    height: 156px;
    top: 50px;
    left: 4px;
    background-color: #FdFdFd;
    border-radius: 10px;
    border: solid #777777 1px;
    padding-top: 10px;
}

.tacho_menu_button{
    width: 120px;
    margin-left: 20px !important;
}

.tacho_menu_button:hover{
    background-color: var(--color-7,#A5B5C3) !important;
    color: var(--color-2,#5E9ECE) !important;
}

.tacho_main_top{
    left: 180px;
    position: absolute;
    top: 46px;
    margin-top: 5px;
}

#upload_button{

}

ul.tacho_top {
    margin: 0;
    padding: 4px;
}
ul.tacho_top li {
    display: inline-block;
    margin: 0 2px 4px 0;
    padding: 3px 5px 3px 4px;
}

.taho_top_grid{
    margin-top: 6px;
}

.taho_bottom_grid{
    margin-top: 6px;
}

.taho_full_grid{
    margin-top: 10px;
}

#DetailGridD{
    margin-left: 6px;
}