#installer_offer_modal .modal-lg {
    width: 900px;
}

#installer_offer_modal .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0;
    display: block;
}

#installer_offer_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

#installer_offer_modal .modal-body {
    position: relative;
    padding: 15px;
    text-align: left;
}

#installer_offer_modal .modal-header .close{
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background-color: white;
    padding: 9px;
}

#installer_offers_nav{
    margin-top: 20px;
}

#installer_offers_tab_content {
    padding: 0px 20px;
}