#totsmartdelivery {
    width: 100%;
    border: 1px solid #BDC2C9;
}

#totsmartdelivery > thead > tr > th {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #383838;
}

#totsmartdelivery > thead > tr > th, #totsmartdelivery > tbody > tr > td {
    border: 1px solid #ccc;
    text-align: center;
}

#totsmartdelivery > tbody > tr:hover > td {
    background: #CCC;
}

#totsmartdelivery > tbody > tr > td.choice {
    background: #78D07D;
}

#totsmartdelivery > tbody > tr > td.totTD {
    width: 95px;
}

#totsmartdelivery > tfoot > tr > td.center {
    text-align: center;
}

#totsmartdelivery > tfoot > tr > td.center > a:hover {
    text-decoration: none;
}

#totsmartdelivery > tfoot > tr > td.center > a.button.previous {
    float: left;
}

#totsmartdelivery > tfoot > tr > td.center > a.button.next {
    float: right;
}

.carrier_totsmartdelivery {
    margin: 0 0 20px;
}

#totsmartdelivery-prevweek, #totsmartdelivery-today, #totsmartdelivery-nextweek{
    color: #FFFFFF;
    border-radius: 3px;
    background: none;
    background-color: #333;
    border: none;
    height: 30px;
    vertical-align: middle;
    line-height: 20px;
}

@media only screen and (max-width: 700px) {
    
    #totsmartdelivery > thead > tr > th{
        font-size: 7px;
        padding: 10px 0px !important;
    }

    #form > div.order_carrier_content.box{
        padding: 14px 2px 13px;
    }
    #totsmartdelivery-prevweek, #totsmartdelivery-today, #totsmartdelivery-nextweek{
        font-size: 11px;
    }
    #totsmartdelivery > thead > tr > th, #totsmartdelivery > tbody > tr > td {
    padding: 1px;
    }
}