.chooseButton{
    background-color: #80808029;
    border: 0px;
    color: #080808ba;
    width: 100px;
    height: 38px;
}
#news p{
    text-align: left;
}
#newsFlash p{
    text-align: left;
}
button{
    float: left;
    border: 0px;
    width: 100px;
    height: 32px;
    color: black;
    font-size: 14px;
}
button:hover{
    background-color: orange;
    color: white;
}
.row{
    border: 0px solid darkgrey;
    box-shadow: darkgrey 4px 2px 30px -5px;
    border-radius: 15px;
}
.col-md-9,.col-md-3{
    padding-bottom: 40px;
    border-radius: 23px;
}
.btn-default:hover{
    background-color: orange;
    color: white;
}
@media (max-width: 992px) {
    #shipper{
        position: absolute !important;
        left: 36% !important;
        top: 65px !important;
    }
}