.ship-calc .chosen-container {
    display: block;
    width: 100% !important;
}

.ship-calc .bu1{
    width: 100%;
    margin: 35px 0 15px 0;
}

.ship-calc .padded-box {
    padding: 20px 30px;
    border: 1px #cccccc solid;
    border-radius: 5px;
    margin-top: -1px;
    margin-bottom: 40px;
}
.ship-calc .padded-box .header{
    margin-bottom: 20px;
    text-align: center;
}
.ship-calc .form label{
    margin: 20px 0 6px 0;
    text-align: left;
}

.ship-calc h1 {
    margin-bottom: 50px;
    text-align: center;
    display: block;
}
.ship-calc h2 {
    color: #143255;
    font-size: 28px;
    margin-bottom: 5px;
    text-align: center;
}
.ship-calc h3 {
    color: #898989;
    margin-bottom: 15px;
}

.ship-calc p {
    color: #898989;
    line-height: 1.3;
}

.small-print {
    background-color: #f2f2f2;
    padding: 40px 0;
}
/******  END - ship-calc General classes ******/


/******  START - ship-calc .ship-rates classes ******/
.ship-calc .ship-rates {
    font-size: 16px;
}
.ship-calc .ship-rates h3 {
    color: #515151;
    font-size: 18px;
    font-weight: bold;
}
.ship-calc .ship-rates .method {
    margin-bottom: 10px;
}
/******  END - ship-calc .ship-rates classes ******/


/******  START - Version 1.0 classes (update or eliminate later maybe) classes ******/
.sc8 {
    font-size: 16px;
    color: #5f5e5e;
    padding: 0 0 0 0;
    text-align: left;
}
.sc8 li{
    margin: 0 0 14px 0;
    line-height: normal;
}

/******  END - Version 1.0 classes (update or eliminate later maybe) classes ******/

@media (max-width: 767px) {
    .sc8 {
        margin: 0;
    }

    .ship-calc .padded-box {
        padding: 10px 15px;
    }
}


