body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #000;
    overflow: auto
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#float {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    position: relative
}

#content-container {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#content-container canvas {
    margin: 0 auto
}

#game-container {
    opacity: 0
}

img {
    border: 0
}

#loader {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #fff;
    width: 800px;
    margin: 155px auto 0;
    position: absolute
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.message {
    z-index: 100;
    background-color: #000;
    color: #fff;
    display: none
}

#message-orientation {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative
}

#message-orientation img {
    width: 100%;
    max-width: 800px;
    max-height: 800px
}

#no-canvas {
    text-align: center;
    display: none;
    width: 800px;
    height: 160px;
    position: relative;
    top: 160px;
    margin: 0;
    padding: 0;
    color: #999;
    font-family: 'Open Sans', sans-serif
}

#no-canvas-content {
    text-align: left;
    width: 680px;
    margin: 0 auto;
    padding: 0
}

#no-canvas h1 {
    font-size: 20px;
    margin: 0 0 24px;
    padding: 0
}

#no-canvas ul {
    font-weight: 700;
    list-style: none;
    font-size: 13px;
    margin: 0;
    padding: 0
}

#no-canvas li {
    float: left;
    max-width: 250px;
    margin: 0 25px 0 0
}

#no-canvas li.icon {
    text-align: center;
    padding-top: 1em;
}

#no-canvas p {
    margin: 4px 0 30px;
    padding: 0;
    color: #999;
    font-size: 12px;
    font-weight: 400
}