.cesty_wrapper {
    width: 100%;
}

table.cesty {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 25px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table.cesty td, table.cesty th {
    border-bottom: 1px #68737a solid;
    padding: 8px 0px 8px 10px;
    color: #68737a;
}

table.cesty th {
    text-align: left;
    font-weight: bold;
    padding: 8px 0px 8px 10px;
}

table.cesty .barva {
    width: 180px;
    height: 140px;
    display: block;
    width: 30px;
    height: 20px;
    border-radius: 2px;
    text-indent: -999px;
    overflow: hidden;
}


@media (max-width: 680px) { 
    .cesty_wrapper {
        overflow-x: scroll;
    }
}