.mainTable {
  min-width:100%;
  background-color: #e6e6e6;
}

.blockDiv {
  background-color: #e6e6e6;
  padding:20px;
}
.blockDiv.gamecont {
  /* padding:20px; */
  padding: 10px 30px 0 30px;
}
.phone .blockDiv.gamecont {
  padding:0 0;
}
.divisorDiv {
  background-color: #333;
}
.divisorDiv.links {
  background-color: #ac2b2f;
  text-align: center;
  font-size: 2rem;
  padding: 20px 0;
  color:#fff;
	text-shadow: 1px 1px #222;
}
.divisorDiv.links a, .divisorDiv.links a:active, .divisorDiv.links a:hover {
  color:#fff;
  text-decoration: underline;
	text-shadow: 1px 1px #222;
}
.divisorDiv.links a img{
    max-width: 160px;
  margin: 10px 0 0 0;
}
.lblHead {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  margin: 0;
  padding: 20px 0;
  line-height: 60px;
}
.divisorDiv.links img.qrcode{
  width: 200px;
}
.divisorDiv.links p{
  text-align: center;
  margin:0;
}
.divisorDiv.links .lblHead{
  line-height: 40px;
  padding: 10px 0;
  font-size: 34px;
}

#gamesList {
  text-align: center;
  margin: 20px auto;
}
#gamesList img{
  border:1px solid #333;
  border-radius: 16px;
  margin: 4px 2px;
}
#gamesList h4{
  text-align: center;
  font-size: 26px;
}

#videoad {
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: 1111111111;
  display: none;
}

#gameContainer {
  position:relative;
  width: 100%;
  height: 600px;
  border: 10px solid #333;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.phone #gameContainer {
  border: 0;
  border-radius: 0px;
}
#gameCell {
  vertical-align: top;
}
#bannerBottom, #bnrBot {
  text-align:center;
  min-height: 90px;
  margin-top: 30px;
}
.phone #bannerBottom, .phone #bnrBot {
  margin-top: 0;
  overflow: auto;
}
#bannerLeft {
  width:300px;
  height: 900px;
  /* margin:36px auto 0 auto; */
  margin:0 auto;
  text-align:center;
}
#leftBannerCell {
  width:300px;
  height: 900px;
  vertical-align: top;
  /* display: none; */
}
.phone #leftBannerCell {
  display: none;
}
/* .portrait #bannerLeft, .portrait #leftBannerCell {
  width:160px;
} */
#bannerRight {
  width:160px;
  height: 600px;
  margin:0 auto;
}
#rightBannerCell {
  background:#e6e6e6;
  width: 160px;
  height: 600px;
  vertical-align: top;
}
.phone #rightBannerCell {
  display: none;
}

body.rightBannerVisible .toast-top-right {
  top:40px;
  right:200px;
}

#bannerLeft, #bnrBot {
	/* background: #00b7e0 url(../images/hero_spaghetti.jpg) repeat center;
	background-size: cover; */
}

.spalogo {
  max-height: 140px;
}

#unity-container {
  width:100%;
  height: 100%;
}
#unity-canvas {
  width:100%;
  height: 100%;
  /* margin:36px auto 0 auto; */
  margin:0 auto;
}
#unity-footer {
  display: none;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    margin:0!important;
    padding:0!important;
  }
  /* #gameContainer {
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    border: none;
    border-radius:0;
  } */
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    margin:0!important;
    padding:0!important;
  }
  /* #gameContainer {
    position:absolute;
    top:0;
    left:0;
    height: 100%;
    border: none;
    border-radius:0;
  } */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /* #gameContainer {
    height: 760px;
  } */
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    width:940px;
  }
  body.phone.landscape {
    margin:0!important;
    padding:0!important;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    width:940px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1380px) {
  .container {
    width:1180px;
  }
}


/* styles for si-game-website */
.leadPnl {
	border:none;
	background: none;
  margin-top: 20px;
}

.leadPnl .panel-body {
	background-color: #fff;
}

.leadPnl .panel-heading {
	padding : 5px 15px;
	border:none;
	border-top-right-radius: 9px;
	border-top-left-radius: 9px;
	color: #fff;
}

 .multiplayer .panel-heading {
	background-color: #00a6d7;
}

.esperti .panel-heading {
	background-color: #bf0506;
}

.bravi .panel-heading {
	background-color: #ff5500;
}

.principianti .panel-heading {
	background-color: #FFB800;
}

#bestOfLastMonthData .innerBox {
	width: 100%;
	overflow: hidden;
}
#bestOfLastMonthData .innerBox table{
	width: 100%;
}

.rank {
  text-align: right;
  padding-right: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 66px;
  margin: 0;
  padding: 0;
  width: 28px;
}
.pointswrapper {
	overflow: hidden;
	width: 100%;
}
.pointswrapper p {
	margin: 0;
	padding: 0;
}

hr {
	background-color: #A3A79A;
	height: 1px;
	/*margin: 2px;*/
	border-top-width:0;
	margin: 0 5px 0 5px;
}

.ranks   {
	margin: 0 auto 20px auto;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 200px;
}
.ranks .spinner  {
  margin-top:50px;
  background-color: #e6e6e6;
}

.imgTop {
	margin:5px;
	width:50px !important;
}

.topscoreimg {
	margin:6px 5px;
	width:55px !important;
	height:55px !important;
  min-width: 55px;
	background: #fff url(../images/avatars/0.png) no-repeat center;
	background-size: 100%;
}
.nick {
	font-size: 1.5rem;
	text-overflow: clip;
	/* Required for text-overflow to do anything */
	white-space: nowrap;
	overflow: hidden;
}

.rankscore {
	font-size: 1.7rem;
}

.whitebox {
	background-color: rgba(255,255,255,.9);
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	color: #333;
}
.topscoreimgplace {

	width: 100%;
	padding: 5px;
}

.topscoretable {
	text-align: center;
}
.topscoreimg {

	border-radius: 7px;
}

.panel-title-custom {
	font-size: 23px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #333;
  margin: 0;
}

.foot {
  text-align: center;
  padding:20px 0;
  font-family: inherit;
  background: #333;
  color: #fff;
}
.foot a, .foot a:link,.foot a:active, .foot a:hover{
  color: #fff;
  text-decoration: underline;
}

.gamethumb {
  max-width: 90px;
  max-height: 90px;
}

#bnx {
  position: fixed;
	background-color:rgba(0,0,0,.5);
  /* display: none; */
}
#bannerCentered.inpage {
  position: inherit;
}

.topBannerText {
	background-color: #e6e6e6;
	padding: 14px 0;
	/* margin: 24px 0px; */
}
.topBannerText p {
    color: #333;
    margin: 0;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.topBannerText a img {
    max-height: 60px;
}
