@charset "utf-8";

body {font-family: Arial, Helvetica, sans-serif;
    color: #043987;
    background-color:#dfdfdf;
    margin: 20px;
    padding: 0px;
    text-align: center;
    }

#tsc_player {
   z-index: 9999;	
}

.tscplayer_inline {
    position:static;
    margin: 30px;
    width: 1024px;
    height: 768px;
    z-index:auto;
}

.tscplayer_fullframe {
    position:absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 9999;	
}

@media screen and (max-width: 1024px) {
    .tscplayer_inline {
	width: 100%;
    }
}
