@font-face {
    font-family: 'Flappy Bird';
    src: url('fonts/FB.eot');
    src: url('fonts/FB.eot?#iefix') format('embedded-opentype'),
         url('fonts/FB.woff') format('woff'),
         url('fonts/FB.ttf') format('truetype'),
         url('fonts/FB.svg#04b_19regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body, html {
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
    overflow: hidden;
    font-family: 'helvetica';                
}
a {
    color: green;
}
canvas {
    position: relative;
    margin-bottom: -4px;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
}
.info {
    position: fixed;
    bottom: 0px;
    width: 190px;
    left: 0px;
}
/*iframe {
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -76px;
    z-index: 2;
}*/
.filler {
    width: 100%;
    height: 0px;
}
.top.filler {
    background-color: ;
}
.bottom.filler {
    background-color: ;
}

.ad-container {
    z-index: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 160px;
}
.ad-container.left {
    left: 0px;
}

.mobile-ad {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 10;
    height: 50px;
    text-align: center;
}

@media (max-width:768px){
    .ad-container {
        display: none;
    }
    .mobile-ad {
        display: block;
    }
    .mobile-ad.larger {
        height: 60px;
        z-index: 11;
    }
}

@media (max-width:468px){

    .mobile-ad.larger {
        display: none;
    }
    .mobile-ad {
        display: block;
    }
}