#table {
    border:1px solid #000;
}

#table > tbody > tr > td,#table > tbody > tr, #table > tbody > tr > th, #table > tfoot > tr > td, #table > tfoot > tr > th, #table > thead > tr > td, #table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #000;

}

#table #limit0,#table #limit1,#table #limit2,#table #error_dimension,#table #error_weight,#table #error_liquid,#table #error_length,#table #error_width
,#table #error_height,#table #error_depth {
    border-top: 0;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

#holder {
    padding-left: 0;
    padding-right: 0;
}

#td_right {
    border-right: 1px solid #000;
}

#td_top {
    padding-top: 15px;
}

#limits0, #limits1, #limits2 {
    border-top: 0px;
    text-align: center;
    padding-top: 1px;
}

#table #tr {
    border-top:0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0px;
}

#msg {
    display: block;
    margin-bottom: 15px;
}

label.error {
    color: #00A1CB;
}