#freight-calc-tool fieldset.df-method {
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd;
}

#freight-calc-tool fieldset input.radio {
    margin: 0 5px 0 15px;
}

#freight-calc-tool label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#freight-calc-tool th, #freight-calc-tool td {
    border: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #767676;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    height: 50px;
    padding: 4px 20px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#freight-calc-tool fieldset input.button {
    float: right;
}


#freight-calc-tool th.df-unit-length {
    display: table-cell!important;
}

#freight-calc-tool .df-table {
    width: 100%; 
}

#freight-calc-tool #df-total-cbf, #freight-calc-tool #df-total-cbm,
#freight-calc-tool #df-total-lbs, #freight-calc-tool #df-class,
#freight-calc-tool #df-gross,  #freight-calc-tool #df-chargeable
{
    border: none; 
}

#freight-calc-tool .summary-ocean, #freight-calc-tool .summary,
#freight-calc-tool .summary-air {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
}

#freight-calc-tool .action-row {
    margin-top: 20px;
}

#freight-calc-tool .action-row #df-add-rows{
    margin-right: 3rem;
}

.unitConvert {
    border: 1px solid #ddd;
    padding: 10px;
    background: #eee;
    width: 100%;
    float: left;
    margin: 3%;
    text-align: center;
}

.unitConvert input[disabled], .unitConvert-lbs input[disabled] {
    background: transparent;
    border: none;
    padding: 10px;
    color: #222;
    font-weight: bold;
    text-align: center;
    width: 100px;
    border-bottom: 1px solid #222;
}

.unitConvert input, .unitConvert-lbs input {
    padding: 5px;
    margin: 5px;
    width: 80px;
}

.unitConvert-lbs {
    border: 1px solid #ddd;
    padding: 10px;
    background: #eee;
    width: 100%;
    float: left;
    margin: 3%;
    text-align: center;
}

.unitConvert-lbs input[disabled], .unitConvert-lbs input[disabled] {
    background: transparent;
    border: none;
    padding: 10px;
    color: #222;
    font-weight: bold;
    text-align: center;
    width: 100px;
    border-bottom: 1px solid #222;
}

.unitConvert-lbs input, .unitConvert-lbs input {
    padding: 5px;
    margin: 5px;
    width: 80px;
}