div.modal div.modal-usp div.row { margin: 0 50px; }
div.modal div.modal-usp h5 { font-size: 1.3em; }
div.modal div.modal-text {
    padding: 10px 0;
}
div.modal div.modal-text h4 { text-align: center; color: #000; }
div.modal div.modal-form {
    text-align: left;
}
div.modal div.modal-form p { margin: 0 50px 20px 50px; padding: 10px 0 0 0; font-size: 0.9em; color: #999; }

@media screen and (min-width: 768px) {
    .modal-dialog.modal-lg {
        width: 760px;
    }
}
div.modal table {
    margin: 0; padding: 0; border: 0;
}
div.modal table td {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
div.modal table td.sep { width: 20px; }

div.modal table td p em {
    font-size: 0.9em; color: #333;
}
div.modal table td p em sup { vertical-align: bottom; margin-left: 2px; font-size: 1.2em; font-weight: bold; color: #999; }

div.modal table td p {
    margin: 0 0 5px 0;
}
div.modal table td.button a.btn {
    margin: 5px 0 0 0;
}

.modal.modal-alert .modal-dialog .modal-content {
    border-radius: 6px;
    padding: 0;
}
.modal.modal-alert .modal-dialog .modal-content .modal-header-buy {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #00807F;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.modal.modal-alert .modal-dialog .modal-content .modal-body-buy {
    padding: 10px 0;
}
.modal.modal-alert .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
    border-bottom: 1px solid #eee;
    background-color: #00807F;
}