html {height:100%;}
body {background:#dcdcdc;}
img {border:0;}
.hidden {display:none;}

#error_dev {width:760px;margin:0 auto;}
#error {position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;margin:0 auto;background:#dcdcdc;overflow:scroll;}
#error .icon {margin:50px auto;display:block;width:110px;height:110px;}
#error h1 {text-align:center;font-family:'Open Sans',Helvetica,Sans-serif;font-size:24px;font-weight:800px;text-transform:uppercase;}
#error p {text-align:center;font-family:'Open Sans',Helvetica,Sans-serif;font-size:14px;font-weight:400px;line-height:150%;}

#exception {text-align:center;}
#exception .back-button {display:inline-block;font-size:16px;color:#fff;background:#01b4dc;font-family:'Open Sans',Sans-serif;padding:8px 12px;border:0;text-decoration:none;-webkit-border-radius:12px;-khtml-border-radius:12px;-moz-border-radius:12px;border-radius:12px;cursor:pointer;outline:0;}

#other {position:absolute;bottom:12px;left:12px;}
#other a {filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity:0.8;opacity:0.8;color:#000;text-decoration:none;}
#other a:hover, #other a.active {filter:alpha(opacity=100);-moz-opacity:1.0;-khtml-opacity:1.0;opacity:1.0;}
#other a.creator {font-family:'Open Sans',Sans-serif;font-size:16px;font-weight:800;}

.detail {width:100%;}
.detail .icon {width:110px;display:block;margin:50px auto 50px auto;}
.detail .name {text-align:center;font-family:'Open Sans',Helvetica,Sans-serif;font-size:24px;font-weight:800;text-transform:uppercase;margin-bottom:24px;}
.detail .file {text-align:center;font-family:'Open Sans',Helvetica,Sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;margin-bottom:24px;}
.detail .error {width:760px;padding:20px;position:relative;min-height:200px;margin:0 auto 50px auto;font-family:'Open Sans',Helvetica,Sans-serif;font-size:10px;line-height:150%;-webkit-border-radius:24px;-khtml-border-radius:24px;-moz-border-radius:24px;border-radius:24px;background:#fff;-webkit-box-shadow:11px 11px 14px rgba(50, 50, 50, 0.5);-moz-box-shadow:11px 11px 14px rgba(50, 50, 50, 0.5);box-shadow:11px 11px 14px rgba(50, 50, 50, 0.5);}
.detail .error .date {position:absolute;top:20px;right:20px;font-family:'Open Sans',Helvetica,Sans-serif;font-size:14px;}
.detail .error .ip {position:absolute;top:40px;right:20px;font-family:'Open Sans',Helvetica,Sans-serif;font-size:14px;}
.detail .error .referer {font-size:16px;margin-bottom:4px;}
.detail .error .useragent {font-size:14px;margin-bottom:12px;}