/*
@font-face {
    font-family: 'disney_junior';
    src: url('disneyjunior-light-webfont.eot');
    src: url('disneyjunior-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('disneyjunior-light-webfont.woff') format('woff'),
         url('disneyjunior-light-webfont.ttf') format('truetype'),
         url('disneyjunior-light-webfont.svg#disney_junior') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'disney_junior';
    src: url('disneyjunior-bold-webfont.eot');
    src: url('disneyjunior-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('disneyjunior-bold-webfont.woff') format('woff'),
         url('disneyjunior-bold-webfont.ttf') format('truetype'),
         url('disneyjunior-bold-webfont.svg#disney_junior') format('svg');
    font-weight: bold;
    font-style: normal;
}

html, body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    background: #000000;
    -webkit-text-size-adjust: none; /* important, or your text resizes randomly on rotation! */
    -webkit-tap-highlight-color: transparent;
}

@media print {
    @page {
        size: 10in 7.5in;
        margin: 0;  /* this affects the margin in the printer settings */
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}

div::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
    border : 0px;
}

*, canvas {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

#game_canvas
{
    z-index: 1;
    overflow: hidden;
    image-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -ms-touch-action: none;
}

canvas
{
    z-index: 1;
    overflow: hidden;
    image-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
}

#wrong_orientation
{
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

#wrong_orientation img
{
    display: block;
    margin: 0 auto;
    width: 75%;
    z-index: 3;
}

#unsupported
{
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
}

#unsupported img
{
    display: block;
    margin: 0 auto;
    width: 75%;
    z-index: 3;
}

#ios7 {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

#ios7_box {
    width: 82%;
    height: 88%;
    margin: 4%;
    border: solid 1px white;
    border-radius: 15px;
    text-align: center;
    padding: 5%;
    overflow: hidden;
    display: table;
}

span {
    color: #007aff;
    font-weight: bold;
}
#ios7_close {
    position: absolute;
    right: 19px;
    top: 18px;
}
#ios7_canvas {
    position: absolute;
    width: 100%;
    bottom: 110px;
}
