.modal .modal-header {
    margin-bottom:1.5em;
    padding:0!important; }
.modal-header .modal-title {
    width:100%;
    padding:1rem;
    color:#333333;
    font-size:1.4rem; }
.modal-header .close {
    width: 130px;
    height: 60px;
    margin:0;
    float:right; }
.modal .modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.5em;
    border-top:0; }
.modal-footer .button-continue {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    background-color: #000000;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 1em 1.7em!important;
    width:20%;
    text-align: center;
    position: relative;
    letter-spacing: normal;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out; }
.modal-footer .btn-close {
    margin-right:1em;
    float:left;
    display:block;
    text-decoration:none;
    color:#000000; }
.modal-footer .btn-close > span {
    vertical-align:sub; }