@charset "utf-8";

/* CSS Document */
html {
    height:100%;
    margin:0;
    padding:0;
    display: block;
    position: relative;
    overflow-y:scroll;
}
body{
    height:100%;
    margin:0;
    padding:0;
    font-size:100%;
    line-height:1.3em;
    color: #000000;
}
* html div#wrapper{
    height:100%;
}
div#wrapper{
    min-height: 100%;
    position:relative;
    text-align: center;
    background-color: #f0f0f0;
}
article.view{
    box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
}
div#footer{
    display: none;
    background-color: #f9f9f9;
    border-top: 1px solid #d6d6d6;
    position:relative;
}
div#footer #pagetop {
    font-size: small;
    position: absolute;
    right: 10px;
    top: -25px;
    height: 25px;
    box-sizing: border-box;
    padding:5px 15px;
    background-color:#f9f9f9;
    border: 1px solid #d6d6d6;
    border-bottom:none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
img {
    border: none;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
a {
    color: #4078c0;
    text-decoration: none;
}
a:active,a:hover,a:visited{
    text-decoration: underline;
}
a:hover img{
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
#noscript{
    font-size: 150%;
    background-color: red;
    color: white;
    font-weight: bold;
    text-align: center;
}
i.fa{
    margin-right: 3px;
}
