table#tabelaTerminy td input, #terminyDostaw table td input {
    display:none;
}

table#tabelaTerminy td input + label, #terminyDostaw table td input + label {
    display:block;
    margin: 0;
    /*padding: 6px;*/
}

table#tabelaTerminy td input + label, #terminyDostaw table td input + label{
    display: block;
    text-align:center;
}


table#tabelaTerminy td label:hover, #terminyDostaw table td label:hover, table.delivery-times td label:active {
    background-color: rgba(0, 0, 0,.1);
    cursor: pointer;
}

table#tabelaTerminy tr.odd, #terminyDostaw table tr.odd {
    background-color: #f5f5f5;
}

/* reset cms article styles */
#terminyDostaw table {
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #333;
}
