.message-popup{visibility:hidden;position:fixed;max-width:45em;white-space:normal;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;padding:0;font-size:1.8rem;z-index:1;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;border-radius:2px}.message-popup::before{content:"";position:absolute;display:block;width:0;left:0;top:50%}.message-popup-active{visibility:visible;opacity:1}.message-popup-header{font-size:1.1em;padding:2px;font-weight:700;background-color:#f7f7f7;border:2px solid #999;text-align:center}.message-popup-body{font-size:.9em;padding:2px;border-left:2px solid #999;border-right:2px solid #999;border-bottom:2px solid #999}.message-popup-body span,.message-popup-body ul{margin-left:.2em}.message-popup-footer{font-size:.9em;padding:2px;border:2px solid #999;border-top:0}.link-style{color:#0058b1}