.flappysites {
    text-align:left;
    margin:0px;
    padding:0px;

}
.flappysites li {
    list-style-type:none;
    background:green;
    width:200px;
}
.flappysites li:hover{
    background:white;
}
.flappysites li a div {
    width:200px;
    padding:4px;
}
.flappysites li a{
    color:white;
}
.flappysites li a:hover{
    color:green;
}

#xgame{display:none}

#preloxader #ad {background:red;width:300px;height:250px;margin:0px auto;margin-top:40px}
#prelxoader {}

.lightbox{
    display:none;
}
.leaderboard th,td{font-size:12px;bordxer:1px solid black;pxadding:1px;background:white}
.leaderboard td{borxder:0px;borderx-bottom:1px solid black;padding:4px;background:white}
table.leaderboard {border:0px;background:gray}
            @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;
            }
            .adbanner {
            	z-index:2;
            	left:50%;
            	top :2%;
            	position:absolute;
            }
            canvas {
                position: relative;
                margin-bottom: -4px;
                max-height: 100%;
                max-width: 100%;
                z-index: 1;
            }
            .info {
                position: fixed;
                bottom: 0px;
                width: 190px;
                left: 50px;
                top:0px;
            }
            /*iframe {
                position: fixed;
                top: 0px;
                left: 50%;
                margin-left: -76px;
                z-index: 2;
            }*/
            .filler {
                width: 100%;
                height: 0px;
            }
            .top.filler {
                backgrounxd-color: ;
            }
            .bottom.filler {
                backgrxound-color: ;
            }
            .ca a {

            }

            .ca {
                maxrgin: 25px 0px;
            }


            .ad-container {
                z-index: 0;
                position: absolute;
                top: 0px;
                right: 0px;
                width: 360px;
            }
            .ad-container .chitikaAdContainer {
                border: 1px solid #999;
                border-radius: 5px;
            }
            .ad-container iframe {
/*                right: 0px;
                left: inherit;
                position: absolute;
                z-index: 0;
*/            }
            @media (max-width:768px){
                .ad-container {
                    display: none;
                }
            }