.smoke-base {
 position         : absolute;
 left             : 0%;
 top              : 0%;
 width            : 100%;
 height           : 100%;
 background-color: rgba(0, 0, 0, 0.59);
 display          : table;
 z-index          : 1001;
}

.smoke-dialog_wrapper {
 position       : relative;
 vertical-align : middle;
 display        : table-cell;
}

.smoke-dialog {
 width            : 35%;
 margin           : 0 auto;
 padding          : 25px;
 color            : #202020;
 border           : 1px solid #B6B6B6;
 border-radius    : 28px;
 background-color : #f3f3f3;
 font-family      : Arial;
 font-size        : 18px;
 font-weight      : normal;
 text-align       : center;
 line-height: 24px;
}

.smoke-dialog-buttons {
 vertical-align : middle;
    margin-top: 10px;
}

.smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
       margin: -96px -30px;
    padding: 10px 10px;
    border: 0;
    border-radius: 35px;
    outline: 0;
    color: #ef4940;
    background: none;
    font-weight: normal;
    float: right;
    text-transform: none;
    line-height: 25px;
    font-size: 45px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
        -webkit-transform: rotate(-495deg);
    -ms-transform: rotate(-495deg);
    transform: rotate(-495deg);
}
.smoke-dialog-buttons-ok:hover, .smoke-dialog-buttons-cancel:hover {
  background: none;
    color:#2597d9;
}

.smoke-prompt {
 margin-top : 15px;
 text-align : center;
}

.smoke-prompt-input {
 -moz-box-sizing  : border-box;
 box-sizing       : border-box;
 width            : 75%;
 margin           : 0;
 padding          : 11.2px;
 border           : 1.4px solid #aaa;
 outline          : none;
 font-family      : arial;
 font-size        : 22.4px;
 background-color : white;
 display          : inline-block;
}

.smoke-dialog-buttons-cancel {
 background-color : rgba(0, 0, 0, .40);
}
@media only screen and (max-width: 1514px) and (min-width: 880px) {
        .smoke-dialog {
width: 90%; 
    }
    .smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
    margin: -95px -30px;
    padding: 10px 10px;
    border: 0;
    border-radius: 35px;
    outline: 0;
    color: #ef4940;
    background: none;
    font-weight: normal;
    float: right;
    text-transform: none;
    line-height: 25px;
    font-size: 45px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(-495deg);
    -ms-transform: rotate(-495deg);
    transform: rotate(-495deg);
    }
}
@media only screen and (max-width: 879px) and (min-width: 580px) {
    .smoke-dialog {
width: 90%;
    }
    .smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
    margin: -90px -30px;
    padding: 10px 10px;
    border: 0;
    border-radius: 35px;
    outline: 0;
    color: #ef4940;
    background: none;
    font-weight: normal;
    float: right;
    text-transform: none;
    line-height: 25px;
    font-size: 45px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(-495deg);
    -ms-transform: rotate(-495deg);
    transform: rotate(-495deg);
    }
}
@media only screen and (max-width: 579px) and (min-width: 280px) {
     .smoke-dialog {
width: 90%;
    }
    .smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
    margin: -118px -30px;
    padding: 10px 10px;
    border: 0;
    border-radius: 35px;
    outline: 0;
    color: #ef4940;
    background: none;
    font-weight: normal;
    float: right;
    text-transform: none;
    line-height: 25px;
    font-size: 45px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: rotate(-495deg);
    -ms-transform: rotate(-495deg);
    transform: rotate(-495deg);
    }
}