
.btn-modal-ok{
    background: #2c91e8;
    color:#fff;
    padding:3px 12px;
    border-radius: 0;
}
.btn-modal-cancel{
    padding:3px 12px;
    border-radius: 0;
}
.btn-modal-group{
    text-align: right;
}
.modal-body iframe{
    width: 100%;
}

.modal-style-border .modal-content{
    padding:10px;
    border:6px solid #f90;
    border-radius: 0;
    box-shadow: none;
}
.modal-footer .btn-white{
    background: transparent;
    border:1px solid #777;
    color: #555;
}