<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



.reveal-modal-bg {position: fixed; height: 100%; width: 100%; z-index: 100; display: none; top: 0; left: 0;}

.reveal-modal {	visibility: hidden; top:30px;  left: 50%; margin-left: -300px; width: 540px; background: #f2f2f2; border:1px solid #ccc; border-bottom:5px solid #ccc; position: absolute; z-index: 101; padding: 20px 35px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.close {position: absolute; top:-10px; right:-10px; cursor: pointer; width:30px; height:30px;} 
</pre></body></html>