body{background-color:#000;margin:0;padding:0;overflow:auto;height:100%;font-family:helvetica neue,Helvetica,Arial,sans-serif;color:#ddd;line-height:1.5}a{color:#00e;text-decoration:none}.window{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;transition:opacity .3s ease;background-image:url(/images/calendar-bg.jpg);background-size:100% 100%;background-repeat:no-repeat;background-position:0 0;z-index:100}.window.shown{opacity:0}.window-content{display:none}.window-content h2{background-color:green;padding:10px;color:#fff;max-width:100%;text-align:center;border-radius:8px}.window-section{border:solid red;border-radius:10px;padding:15px 10px 10px;max-width:100%;margin-top:16px}.window-section img.signed{width:250px}.window-section img{width:100%}.window-section h3{position:absolute;margin-top:-28px;margin-left:10px;color:#fff;background:red;border-radius:4px;padding:2px 10px}.window-section blockquote{font-weight:700}.window-section blockquote em{display:block;float:right;font-style:italic;padding-right:4em}#calendar-container{position:relative;width:100%;max-width:100%;margin:0 auto}#calendar-image{width:100%;max-width:2400px;height:auto;display:block}#popover-link{position:absolute;bottom:10px;left:10px;color:#fff;background:rgba(0,0,0,.5);padding:5px 10px;text-decoration:none;border-radius:5px;font-size:14px;z-index:500}#popover-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:none;z-index:1000;overflow:auto}#popover-content{display:none;position:relative;background:#fff;color:#000;margin:40px auto;padding:20px;width:80%;max-height:calc(100% - 80px);overflow-y:scroll;border-radius:5px}#close-popover{position:absolute;top:-5px;right:15px;font-size:28pt;font-weight:700;color:#333;cursor:pointer;z-index:900}#close-popover:hover{color:#693}