.smoke-base {
 position         : absolute;
 left             : 0%;
 top              : 0%;
 width            : 100%;
 height           : 100%;
 background-color : rgba(0,0,0,.4);
 display          : table;
 z-index          : 1001;
}

.smoke-dialog_wrapper {
 position       : relative;
 vertical-align : middle;
 display        : table-cell;
}

.smoke-dialog {
 width            : 1000px;
 margin           : 0 auto;
 padding          : 35px;
 color            : #202020;
 border           : 1px solid #B6B6B6;
 border-radius    : 28px;
 background-color : #f3f3f3;
 font-family      : 'rokkitt';
 font-size        : 56px;
 font-weight      : normal;
 text-align       : center;
}

.smoke-dialog-buttons {
 vertical-align : middle;
}

.smoke-dialog-buttons > * {
 margin           : 0 7px;
 padding          : 12.6px 16.8px;
 border           : 0;
 border-radius    : 7px;
 outline          : 0;
 color            : white;
 background-color : rgba(0,0,0,.85);
 font-family      : arial;
 font-size        : 18.2px;
 font-weight      : bold;
 text-transform   : uppercase;
 line-height      : 18.2px;
 vertical-align   : baseline;
 display          : inline-block;
 cursor           : pointer;
}

.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);
}