.alertable{position:fixed;z-index:9999;top:38vh;left:calc(50% - 150px);width:300px;background:white;border-radius:2px;padding:20px;margin:0 auto;}.alertable-overlay{position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);}.alertable-message{margin-bottom:20px;font-size:1em;}.alertable-prompt{margin-bottom:20px;}.alertable-input{width:100%;border-radius:2px;box-shadow:none;border:solid 1px #ccc;font-family:inherit;font-size:inherit;color:inherit;padding:6px 12px;display:block;box-sizing:border-box;margin-bottom:10px;}.alertable-buttons{text-align:right;}.alertable-ok{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-color:#8D2C2C;background-color:#712222;color:#FFFFFF;font-family:inherit;font-size:inherit;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;padding:0.6em 1em;margin-left:10px;cursor:pointer;outline:0 none;}.alertable-ok:hover,.alertable-ok:focus,.alertable-ok:active{border-color:#666666;background-color:#7F7F7F;color:#FFFFFF}
.alertable-ok:hover{opacity:0.9;}.alertable-cancel{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-color:#8D2C2C;background-color:#712222;color:#FFFFFF;font-family:inherit;font-size:inherit;-webkit-border-radius:2px;-moz-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;padding:0.6em 1em;margin-left:10px;cursor:pointer;outline:0 none;}.alertable-cancel:hover,.alertable-cancel:focus,.alertable-cancel:active{border-color:#666666;background-color:#7F7F7F;color:#FFFFFF}