html, body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow: auto;
    background-color: #17433f;
    height: 1690px;
}
object:focus {
  outline: none;
}
#AngryBirdsFacebook {
  visibility: visible !important;
}
#topExtraContent {
  position: relative;
  width: 972px;
  height: 120px;
  margin: 0 auto 0 auto;
  padding-top: 0;
  overflow: hidden;
  display: block;
  border: 0;
}
#bottomExtraContent {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 990px;
  margin: 25px auto 0 auto;
  display: block;
  border: 0;
}
#bottomExtraContentAds {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 990px;
  margin: 25px auto 0 auto;
  overflow: hidden;
  display: block;
  border: 0;
}
#allContent {
  position: relative;
  min-width: 760px;
  max-width: 940px;
  margin: 0 auto;
  height: 570px;
}
#flashContent {
  margin-top: 10px;
  width: 100%;
}
#imageContent {
  display: none;
  position: absolute;
  width: 100%;
  top: 10px;
}
#screenshot, #pauseLoading {
  width: 100%;
  height: 570px;
  position:absolute;
}
#flashHolder {
  display: none;
}
.theme.background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/fb_images/themes/default/bg3_char_3d.png) no-repeat 50% 115px,
    url(/fb_images/themes/default/sun.png) no-repeat,
    #17433f url(/fb_images/themes/default/bg.png) repeat-x 0 0;
}
.theme.background .contentRelative {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.theme.background .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.theme.background .right {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}
.theme.background .contentLeft {
  display: table-cell;
  height: 100%;
}
.theme.background .content {
  display: table-cell;
  width: 940px;
  height: 100%;
}
.theme.background .contentRight {
  display: table-cell;
  height: 100%;
}
#bottomContent {
  max-width: 990px;
  min-width: 980px;
  margin: 0 auto 0 auto;
}
#socialButtons {
	padding: 8px;
	width: 971px;
	height: 20px;
}
#socialButtons div, #socialButtons a{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#socialButtons div:hover, #socialButtons div:active, #socialButtons a:hover, #socialButtons a:active{
	-webkit-filter: brightness(80%);
  	-moz-filter: brightness(80%);
  	-o-filter: brightness(80%);
  	filter: brightness(80%);	
}
#button1, #button2 {
  filter: brightness(100%);
  float: left;
}
#button3, #button4 {
  float: right;
}
div#underGameButton {
  padding: 20px 0 0 10px;
  width: 971px;
  height: 70px;
}
.redirectingButton {
  height: 60px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.redirectingButton:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#scheduleButton {
  cursor: pointer;
  height: 60px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#scheduleButton:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
#upcomingTournamentDescription {
  padding: 0 16px;
  color: #464646;
  font-size: 15px;
  max-height: 78px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  #upcomingTournamentDescription {
    display: -webkit-box;
    -webkit-line-clamp: N;
    -webkit-box-orient: vertical;
  }
}
#tournament {
  font-family: AngryBirds; src:url(../../../fonts/AngryBirds-Regular.ttf);
  font-size: 17px;
  line-height: 26px;
  color: #6d6c6c;
  word-wrap: break-word;
  overflow: hidden;
  display: none;
  height: 0;
}
#scheduleContainer {
  height: 150px;
  width: 550px;
  -webkit-columns: 2 180px;
  -moz-columns: 2 180px;
  columns: 2 180px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
#scheduleGroup {
  position: relative;
  float: left;
  height: 170px;
  width: 560px;
  padding: 40px 10px 10px 20px;
  background: url(/fb_images/schedulePop.png) no-repeat;
  margin-left: 35px;
}
.schedule {
  cursor: pointer;
  float: left;
  clear: both;
  margin-left: 7px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
}
.schedule a:hover {
  color: #265e9e;
}
.active {
  color: #265e9e;
}
.schedule img {
  height: 38px;
}
#tournamentDetail {
  margin-top: 21px;
  margin-left: 13px;
  padding: 20px 15px 5px 15px;
  width: 285px;
  height: 170px;
  float: right;
  background: url(/fb_images/tournamentDetail.png) no-repeat;
}
.detailContent {
  /* display: none; */
  text-align: center;
}
.fb_iframe_widget iframe {
  position: fixed !important;
  z-index: 999 !important;
}
.cl-effect a::before, .cl-effect a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
.cl-effect a::before {
  margin-right: 3px;
  content: "[";
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.cl-effect a::after {
  margin-left: 3px;
  content: "]";
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.cl-effect a:hover::before, .cl-effect a:hover::after, .cl-effect a:focus::before, .cl-effect a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}