@charset "UTF-8";
/* CSS Document */


body.gamesheet #section2 div.hockeytech-hide {
  display:none;
}

@media screen and (min-width: 1300px) {
    body.gamesheet #section2 .hockeytech-main iframe {
/*
      width: 1280px;
*/
      width: 100%;
    }
    body.gamesheet #section2,
    body.gamesheet #section2 div.hockeytech-main {
      margin:0 auto;
      width:1280px;
    }

}@media screen and (min-width:601px) and (max-width: 1299px) {
    body.gamesheet #section2 .hockeytech-main iframe {
/*
        width: 1000px;
*/
      width: 100%;
    }
    body.gamesheet #section2,
    body.gamesheet #section2 div.hockeytech-main {
      margin:0 auto;
      width:100%;
    }

}@media screen and (min-width:0) and (max-width: 600px) {
    body.gamesheet #section2 .hockeytech-main iframe {
      width: 100%;
    }
    body.gamesheet #section2,
    body.gamesheet #section2 div.hockeytech-main {
      margin:0 auto;
      width:100%;
    }
}