pre.ipre:before{-webkit-animation:arrow1 1.5s infinite .75s;animation:arrow1 1.5s infinite .75s;opacity:0}pre.ipre:after{-webkit-animation:arrow2 1.5s infinite;animation:arrow2 1.5s infinite;opacity:0}pre.ipre:after,pre.ipre:before{position:fixed;top:0;right:20px;bottom:0;width:20px;height:20px;margin:auto;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);border:2px solid #fff;border-top:none;border-right:none}@keyframes arrow1{from{opacity:1}to{transform:translateX(-75%) rotate(45deg);opacity:0}}@keyframes arrow2{from{opacity:1}to{transform:translateX(-75%) rotate(45deg);opacity:0}}pre.ipre:hover:after,pre.ipre:hover:before{content:none}@media screen and (min-width:740px){pre.ipre:hover{max-width:60%}}@media screen and (max-width:739px){pre.ipre:hover{max-width:100%}}pre.ipre:hover{z-index:10000;overflow:auto;max-height:100%;color:#267fb5;border:10px solid transparent}pre.ipre{font-family:monospace,monospace;font-size:1em;position:fixed;z-index:10000;top:20px;right:20px;bottom:20px;left:20px;overflow:hidden;max-width:50px;max-height:50px;margin:auto 0 auto auto;transition:all .5s;color:transparent;border-radius:5px;background-color:#14191f;-webkit-box-shadow:0 0 .5em #14191f;-moz-box-shadow:0 0 .5em #14191f;box-shadow:0 0 .5em #14191f}