#modal{width:349px;margin-left:-175px;left:50%;opacity:0;position:absolute;top:-50%;visibility:hidden;box-shadow:0 3px 7px rgba(0,0,0,.25);box-sizing:border-box;transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out}#modal:target{opacity:1;top:0px;visibility:visible}#modal .header,#modal .footer{border-radius:5px 5px 0 0;background-color:#eff1f8}#modal .footer{border:0;border-top:1px solid #e7e7e7;border-radius:0 0 5px 5px}#modal h2{margin:0;color:#ff5f39;text-align:center;font-size:20px}#modal .btn{float:right}#modal .copy,#modal .header,#modal .footer{padding:10px;color:#fff}.modal-content{height:100%;background:#34bc9d;position:relative;z-index:20;border-radius:5px;color:#fff}#modal .copy{background:#eff1f8}#modal .overlay{background-color:#000;background:rgba(0,0,0,.8);height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.copy a{color:#fff;text-decoration:none;display:inline-block;padding:5px 10px;border-radius:5px;background-color:#e74c3c}