/* Styles go here */
.shadow {text-shadow: 2px 2px 5px silver;}


.back_button{
    position: fixed; left: 0; bottom: 0; padding: 10px 20px; font-size: 21px;
}

.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 100;
    top: 0;
    background: #fff url('loading.gif') no-repeat center center;
}

img {
    max-width: 100%;
}

body{
    padding-bottom:50px;
}