#customalert-overlay,#customconfirm-overlay{display:none;opacity:.5;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2147483647;background:#000}.customalert{background-color:#fff;border-radius:5px;width:550px;display:none;position:fixed;max-width:100vw;max-height:100vh;z-index:2147483647;top:5%;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);margin-left:-275px;}@media (min-width:321px){.customalert{top:25%;left:50%;padding:10px}}@media (max-width:550px){.customalert{margin-left:-50vw}}.customalert .header,.customalert .body,.customalert .footer{text-align:center;background:#fff}.customalert .header{font-size:.75em}.customalert .body{padding:10px;font-size:1.2em}.customalert.customalert-confirm .footer button.button-done{margin-left:10px;}