@media only screen and (max-width: 600px) {

    .h3{
       display: none;
    }

    table.dataTable{
        border-collapse: collapse !important;
        border-spacing: 0;
        overflow-y: hidden;
        min-height: .01%;
        overflow-x: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .table-responsive{
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .time{
        display: none;
    }

    hr.my-0{
        display: none;
    }

    #soubory .text{
        font-size: x-small !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
        align-self: center;
    }

    #soubory span i{
        font-size: 0.9em !important;
    }

    .nazev_cesty{
        font-size: x-small;
    }

    .btn-primary{
        margin-bottom: 20px !important;
      }

    .neodsazovat{
        margin-bottom: 0px !important;
    }

    .buttonZarovnat{
        font-size: x-small !important;
    }

    .buttonZarovnat2{
        font-size: x-small;
        margin: 5px !important; 
    }

    .buttonGrid{
        display: contents;
    }

    .nadpisy_hlavni{
        font-size: large;
    }

    .nadpisy_mezera{
        margin-bottom: 10px !important;
    }

    .text_schovat{
        display: none !important;
    }

    
    

  }