@charset "utf-8";
/* CSS Document */

/*
Source - https://stackoverflow.com/q/19467693
Posted by Datacrawler, modified by community. See post 'Timeline' for change history
Retrieved 2026-05-05, License - CC BY-SA 3.0
*/

 .reveal-modal     
  {
        background:#e1e1e1; 
        visibility:hidden;
        display:none;
        top:100px; 
        left:50%; 
        width:820px; 
        position:absolute; 
        z-index:41;
        padding:30px; 
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
        box-shadow:0 0 10px rgba(0,0,0,0.4)
  }
