body {
    margin: 0;
    padding: 0;
}

.fork-me {
    z-index: 20000;
}

.center-wrapper {
    position: absolute;
    right: 0;
    width: 60%;
    bottom: 15%;
    z-index: 100000;
}

@media only screen and (max-width: 40.063em) {
    html, body {
        height: 100%;
    }
    .center-wrapper {
        position: relative;
        right: 0;
        width: 90%;
        bottom: 0;
        z-index: 100000;
        padding: 0 0 0 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
    }
}

.stage {
    margin: 10px 20px 0 0;
}

.stage p {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding: 5px 15px;
    display: inline-block;
}

#stage_refresh a {
    background: url('../images/refresh.jpg') no-repeat scroll left top transparent;
    display: block;
    width: 42px;
    height: 42px;
}

#stage_refresh a:hover {
    background-position: left bottom;
}
