/*** Reusable style fragments ***/
/*** In-Game Styles ***/
#app-container {
  position: absolute;
  height: 100%;
  width: 100%;
  /*overflow-y: hidden;*/
}
@media (max-width: 520px) {
  #app-container {
    margin-top: 0px;
  }
}

#gradient-background {
  position: fixed;
  left: 0;
  top: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-image: -ms-linear-gradient(top left, #bbbbbb 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top left, #bbbbbb 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top left, #bbbbbb 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(top left, #bbbbbb 0%, #ffffff 100%);
  background-image: linear-gradient(top left, #bbbbbb 0%, #ffffff 100%);
}

#app-container-inner {
  height: 100%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  /** Miscellaneous styles from style.css **/
  /**** Links ****/
  /**** Top Bar ****/
  /**** LANDING ****/
  /**** About Us ****/
  /* Override Bootstrap Row Class */
  /* More media queries */
}
#app-container-inner .cardSection {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 17.5%;
  height: 215px;
  padding: 1%;
  margin: 1%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: white;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  vertical-align: top;
}
@media (max-width: 520px) {
  #app-container-inner .cardSection {
    font-size: 14px;
    height: 115px;
    word-wrap: break-word;
  }
}
#app-container-inner .cardSection.black {
  background: white;
  border-color: white;
}
#app-container-inner .cardSection.longBlack {
  background: white;
  border-color: white;
  height: 100%;
  width: 35.5em;
  padding-left: 2%;
  padding-right: 2%;
}
#app-container-inner .cardSection.smallest {
  font-size: 0.750em;
}
@media (max-width: 520px) {
  #app-container-inner .cardSection.smallest {
    font-size: 10px;
  }
}
#app-container-inner .cardSection u {
  position: relative;
  content: '';
  display: inline-block;
  width: 25%;
  text-decoration: none;
  height: 1em;
  border-bottom: 0.125em solid white;
  margin-bottom: -0.125em;
}
#app-container-inner .cardSection u .small {
  width: 25%;
}
#app-container-inner .cardSection u .big {
  width: 75%;
}
#app-container-inner .cardSection u .end:after {
  position: absolute;
  right: -0.357em;
  display: inline-block;
  content: '.';
}
#app-container-inner .main-container, #app-container-inner .cont, #app-container-inner #first-section, #app-container-inner #inner-container {
  height: 100%;
}
#app-container-inner body {
  font-family: "helvetica neue", helvetica, sans-serif;
  background: transparent;
  margin: 10px;
  color: black;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner body {
    margin: 5px;
  }
}
@media (max-width: 520px) {
  #app-container-inner body {
    margin: 1px;
  }
}
#app-container-inner #menu-container {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: white;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px;
}
@media (max-width: 520px) {
  #app-container-inner #menu-container {
    margin-bottom: 1px;
    margin-top: 0px;
  }
}
#app-container-inner #menu-container #logo {
  display: inline-block;
  margin-left: 10px;
  font-size: 28px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: black;
}
@media (max-width: 520px) {
  #app-container-inner #menu-container #logo {
    font-size: 20px;
  }
}
#app-container-inner #menu-container #abandon-game-button {
  float: right;
  font-size: 20px;
  font-size: 1.25rem;
  width: 140px;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
  color: white;
  background: #C54141;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 35px;
  cursor: pointer;
  padding: 0.65em 20px;
}
@media (max-width: 520px) {
  #app-container-inner #menu-container #abandon-game-button {
    font-size: 0.7rem;
    margin-top: 5px;
    margin-right: 1px;
    padding: 5px;
    width: 60px;
  }
}
#app-container-inner #menu-container #abandon-game-button:hover {
  background: #F34444;
}
#app-container-inner #menu-container #tweet-container {
  float: right;
  padding-top: 10px;
  width: 77px;
  margin-right: 10px;
}
@media (max-width: 520px) {
  #app-container-inner #menu-container #tweet-container {
    float: right;
    padding-top: 6px;
    width: 55px;
    overflow: hidden;
    margin-right: 11px;
  }
}
#app-container-inner #menu-container #tweet-container .hcount .count-o {
  display: none !important;
  width: 0 !important;
}
#app-container-inner #menu-container #tweet-container .count-0 {
  width: 0 !important;
}
#app-container-inner #menu-container #tweet-container .count-ready .count-o {
  visibility: visible;
  visibility: hidden !important;
}
#app-container-inner #social-bar-container {
  width: 20%;
  height: 63%;
  position: absolute;
  right: 0;
  top: 60px;
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container {
    top: auto;
    width: 100%;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
  }
}
#app-container-inner #social-bar-container #player-container {
  height: 13.166667%;
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  min-height: 85px;
  background: #7CE4E8;
  margin: 0 0 6% 8%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container {
    min-height: 0;
    display: inline-block;
    margin: 0px .5%;
    width: 15.5%;
    height: 48px;
    padding-top: 1%;
    padding-bottom: 0;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container {
  height: 65%;
  width: 100%;
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container {
    height: 100%;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ {
  height: 100%;
  width: 38%;
  float: left;
  position: relative;
  z-index: 999;
}
#app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ #king {
  position: absolute;
  max-width: 80%;
  bottom: 20px;
  -webkit-transform: rotate(-18deg);
  left: -5px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ #king {
    max-width: 80%;
    bottom: 27px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ #king {
    max-width: 80%;
    bottom: 31px;
    left: -3px;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ img {
  width: 100%;
  height: 140%;
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 40px;
  min-height: 40px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ img {
    width: 100%;
    height: 100%;
    margin-left: 3px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #avatar_ img {
    height: 69%;
    width: 100%;
    min-height: 0;
    min-width: 0;
    margin: 0;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner {
  float: left;
  position: relative;
  bottom: 8px;
  left: 2px;
  padding-left: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner {
    left: 3px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner {
    bottom: 0;
    left: 0;
    height: 100%;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-name h4 {
  font-family: sans-serif;
  margin-bottom: 0px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-name h4 {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-name h4 {
    font-family: 'Lobster', cursive;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-score {
  float: left;
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-score h2 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-score h2 {
    font-size: 21px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-score h2 {
    font-size: 17px;
    line-height: 40%;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-star {
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-star {
    margin-top: 1px;
    margin-left: 5px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-star {
    display: none;
  }
}
#app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-star img {
  width: 22px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #social-bar-container #player-container #above-judge-container #player-container-inner #player-star img {
    width: 18px;
  }
}
#app-container-inner #social-bar-container #player-container #judge-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  background: black;
  opacity: 0.4;
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #judge-container {
    overflow: auto;
  }
}
#app-container-inner #social-bar-container #player-container #judge-container #the-judge {
  color: white;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 520px) {
  #app-container-inner #social-bar-container #player-container #judge-container #the-judge {
    display: none;
  }
}
#app-container-inner #gameplay-container {
  height: 100%;
  width: 80%;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container {
    width: 100%;
    height: 91%;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container {
  height: 28%;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
  			/*
  			@include mobile-only{
  				min-height: 140px;
  				max-height: 140px;
  			
  			}
  include tablet-portrait-only{
  				height: 16%;
  				min-height: 180px;
  				max-height: 180px;
  			}
  			*/
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container {
  float: left;
  width: 19%;
  height: 100%;
  margin-right: 2%;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container {
    width: 21%;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container {
    width: 27%;
    margin-right: 1%;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #menu-container {
  display: none;
  text-align: center;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f0f0f0');
  background-color: #D5D5D5;
  text-indent: 0;
  text-shadow: 1px 1px 0px #ffffff;
  cursor: pointer;
  height: 20%;
  margin-bottom: 16px;
  line-height: 20%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #menu-container #menu-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container {
  height: 100%;
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container {
  text-align: center;
  text-align: center;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f0f0f0');
  background-color: #D5D5D5;
  text-indent: 0;
  text-shadow: 1px 1px 0px #ffffff;
  cursor: pointer;
  background: #FFF;
  text-shadow: none;
  cursor: default;
  border: none;
  min-width: 85px;
  min-height: 85px;
  height: 100%;
  color: #000;
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-round, #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-judge-choosing {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 5px;
  padding-bottom: 8px;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-round, #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-judge-choosing {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-round, #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #timer-status-judge-choosing {
    font-size: 11px;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #time {
  font-family: 'Lobster', cursive;
  font-size: 110px;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #time {
    font-size: 90px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #menu-timeremaining-container #timer-container #inner-timer-container #time {
    font-size: 73px;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer {
  height: 100%;
  float: left;
  width: 79%;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer {
    width: 77%;
    float: right;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer {
    float: left;
    width: 71%;
    margin-left: 1%;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner {
  width: 100%;
  height: 100%;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection {
  width: 100%;
  margin: 0px auto;
  display: block;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #notifications {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  right: 1%;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #finding-players {
  font-size: 33px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #finding-players {
    font-size: 21px;
    margin-top: 0;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #player-count-container, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #loading-container, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container {
  width: 33.333%;
  float: left;
  text-align: center;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #player-count-container #player-count {
  font-size: 33px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #player-count-container #player-count {
    font-size: 21px;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #player-count-container #the-word-players {
  font-size: 17px;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #loading-gif {
  margin: 20px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame #loading-gif {
    margin-top: 5px;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #start-game-button, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #late-join-button {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: white;
  background: #1F959C;
  padding: 0.65em 20px;
  margin: 10px;
  width: 65%;
  cursor: pointer;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #start-game-button, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #late-join-button {
    padding: 0.65em 2px;
    font-size: 1.1rem;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #start-game-button, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #late-join-button {
    padding: 0.65em 1px;
    font-size: 1rem;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #start-game-button:hover, #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #startGame .join-game-container #late-join-button:hover {
  background: #41C2CA;
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #game-end-info {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #game-end-info {
    font-size: 13px;
  }
}
#app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #game-end-info .game-end-headline {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #upper-gameplay-container #question-container-outer #question-container-inner .cardSection #game-end-info .game-end-headline {
    font-size: 18px;
  }
}
#app-container-inner #gameplay-container #info-container {
  width: 100%;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
  height: 50%;
  margin-top: 10px;
  margin-bottom: 200px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #gameplay-container #info-container {
    padding-top: 5px;
    height: auto;
  }
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #info-container {
    width: 100%;
    padding: 1px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 72%;
  }
}
#app-container-inner #gameplay-container #info-container #inner-info {
  width: 90%;
  margin: 0 5%;
}
#app-container-inner #gameplay-container #info-container #inner-info #lobby-how-to-play {
  font-size: 18px;
  margin-top: 10px;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #gameplay-container #info-container #inner-info #lobby-how-to-play {
    font-size: 14px;
  }
}
#app-container-inner #gameplay-container #info-container #inner-info ol {
  margin-top: 10px;
  font-family: "helvetica neue", helvetica, sans-serif;
  text-align: left;
  font-size: 17px;
}
#app-container-inner #gameplay-container #info-container #inner-info ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #info-container #inner-info ol {
    font-size: 13px;
    padding: 0px 10px 10px 10px;
  }
}
#app-container-inner #gameplay-container #judge-blank-container {
  width: 100%;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  height: 50%;
  position: relative;
  margin-top: 10px;
  font-size: 30px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #judge-blank-container {
    width: 100%;
    font-size: 16px;
    margin: 0px auto;
  }
}
#app-container-inner #gameplay-container #judge-blank-container #judge-blank-inner {
  position: absolute;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 50px;
  margin-top: 5%;
}
#app-container-inner #gameplay-container #judge-blank-container #judge-blank-inner #smaller-text {
  font-size: 18px;
}
#app-container-inner #gameplay-container #cards-container {
  width: 100%;
  margin-top: 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #cards-container {
    background: transparent;
    margin-top: 2px;
  }
}
#app-container-inner #gameplay-container #cards-container #cards {
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding-left: 5px;
}
@media (max-width: 520px) {
  #app-container-inner #gameplay-container #cards-container #cards {
    background: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    max-height: 245px;
  }
}
#app-container-inner #game-end-container {
  width: 100%;
  background: white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  height: 50%;
  margin-top: 10px;
}
@media (max-width: 520px) {
  #app-container-inner #game-end-container {
    height: 65%;
  }
}
#app-container-inner #game-end-container #inner-info-exit {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 520px) {
  #app-container-inner #game-end-container #inner-info-exit {
    float: none;
    width: 80%;
  }
}
@media (max-width: 520px) {
  #app-container-inner #game-end-container #inner-info-exit .game-end-answer-text {
    padding: 6px;
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #game-end-container #inner-info-exit {
    width: 100%;
  }
}
#app-container-inner #game-end-container #inner-info-exit #inner-text-container {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 520px) {
  #app-container-inner #game-end-container #inner-info-exit #inner-text-container {
    height: auto;
  }
}
#app-container-inner #game-end-container #inner-info-exit #inner-text-container #join-new-game, #app-container-inner #game-end-container #inner-info-exit #inner-text-container #exit-match {
  display: inline-block;
  width: 275px;
  margin: 10px;
  height: 60px;
  padding: 10px;
  font-size: 20pt;
  font-family: sans-serif;
  background: #484;
  color: white;
  border: 1px solid black;
  border-radius: 16px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
#app-container-inner #game-end-container #inner-info-exit #inner-text-container #join-new-game:hover, #app-container-inner #game-end-container #inner-info-exit #inner-text-container #exit-match:hover {
  background: #5a5;
}
@media only screen and (min-width: 521px) and (max-width: 768px) {
  #app-container-inner #notifications {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  #app-container-inner #notifications {
    font-size: 15px;
  }
}
#app-container-inner #tweet-container-index {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}
#app-container-inner #twitter-facebook {
  display: block;
}
#app-container-inner #send-link {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
#app-container-inner #facebook-share {
  font-size: 12px;
  padding: 3px;
  background: white;
  border-radius: 3px;
  margin-left: 10px;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dedede));
  background-image: -moz-linear-gradient(top, #fff, #dedede);
  background-image: -o-linear-gradient(top, #fff, #dedede);
  background-image: -ms-linear-gradient(top, #fff, #dedede);
  background-image: linear-gradient(top, #fff, #dedede);
  border: #ccc solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
#app-container-inner #facebook-share a {
  color: #333;
}
#app-container-inner a {
  color: #60B197;
}
#app-container-inner a:hover {
  text-decoration: none;
  color: #2ecc71;
  border-radius: 0px !important;
}
#app-container-inner p a {
  color: #60B197;
}
#app-container-inner p a:hover {
  color: #2ecc71;
}
#app-container-inner #menu-container {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: white;
  margin: 10px 0;
  padding: 5px;
}
#app-container-inner .wpb-top-bar {
  height: 60px;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 10000;
  max-width: 1400px;
}
#app-container-inner .wpb-top-bar #navver {
  height: 60px;
}
#app-container-inner .wpb-top-bar .mod-contain {
  /*padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
#app-container-inner .wpb-top-bar #landing-logo {
  margin: 5px 0 5px 0px;
  font-size: 28px;
  font-family: sans-serif;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: white;
  color: black;
  padding: 5px 5px 5px 13px;
}
#app-container-inner .wpb-top-bar .wpb-logo-container {
  font-weight: bold;
  font-size: 11px;
  max-width: 100%;
  margin-right: 9px;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container {
  float: right;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container .wpb-dropdown-menu {
  display: none;
  margin-top: 35px;
  text-align: center;
  float: right;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container .wpb-main-menu {
  list-style: none;
  margin: 0;
  text-align: right;
  height: 100px;
  margin-top: -77px;
  margin-right: 35px;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container .wpb-main-menu li {
  display: inline-block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container .wpb-main-menu li a:hover {
  color: #2ECC71 !important;
}
#app-container-inner .wpb-top-bar .wpb-logo-container .wpb-menu-container .wpb-main-menu li a {
  display: block;
  height: 100%;
  line-height: 100px;
  font-weight: bold;
  padding: 0px 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 1000;
}
#app-container-inner #main-text {
  margin: 5px;
}
#app-container-inner .wpb-teaser {
  min-height: 450px;
  position: relative;
  z-index: 990;
  width: 90%;
  margin: 0px auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 5px;
  padding: 30px;
}
#app-container-inner .wpb-teaser .background-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 999;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
}
#app-container-inner .wpb-teaser .container {
  position: relative;
  z-index: 1000;
}
#app-container-inner .wpb-teaser .modified-container {
  position: relative;
  z-index: 1000;
}
#app-container-inner .wpb-teaser .wpb-slogan h2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}
#app-container-inner #slogan {
  text-align: center;
}
#app-container-inner .wpb-teaser .wpb-text p {
  padding-top: 15px;
  text-align: center;
  font-size: 1.15em;
  margin: 0 auto;
  width: 84%;
  max-width: 585px;
  padding-bottom: 20px;
}
#app-container-inner #create {
  text-align: center;
  font-family: arial;
  margin-bottom: -13px;
}
#app-container-inner #sign-up-btn-other {
  font-size: 20px;
  font-size: 1.35em;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-weight: 400;
  text-align: center;
  color: white;
  background: #C54141;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 10px;
  padding: 5px 35px;
  cursor: pointer;
}
#app-container-inner #login-buttons {
  text-align: center;
}
#app-container-inner .login-item {
  max-width: 48%;
}
#app-container-inner .input-info {
  max-width: 100%;
}
#app-container-inner #how-to-play {
  margin-top: 190px;
}
#app-container-inner #card-list {
  margin-bottom: 15px;
}
#app-container-inner .top-margin {
  margin-top: 15px;
}
#app-container-inner li {
  list-style-type: none;
}
#app-container-inner .avatar-list {
  overflow: hidden;
  padding-left: 0px;
  margin-left: 3%;
}
#app-container-inner .avatar-list img {
  max-width: 60%;
}
#app-container-inner .avatar-list .avatars {
  position: relative;
  float: left;
  margin: 2px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#app-container-inner .row {
  margin-left: 0;
  margin-right: 9px;
}
@media (min-width: 1430px) {
  #app-container-inner .row {
    margin: 0 0 -9px 0;
  }
  #app-container-inner .wpb-logo-container {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  #app-container-inner .wpb-menu-container {
    display: none;
  }
  #app-container-inner .mod-contain {
    text-align: center;
  }
}
@media (min-width: 865px) and (max-width: 1024px) {
  #app-container-inner .wpb-menu-container .wpb-main-menu {
    text-align: right;
    height: 100px;
    margin-top: -77px;
    font-size: .9em;
    margin-right: 35px;
  }
  #app-container-inner .wpb-menu-container .wpb-main-menu li a {
    height: 100%;
    line-height: 100px;
    padding: 0px 6px;
  }
  #app-container-inner .wpb-logo-container {
    margin-right: 10px;
  }
  #app-container-inner .wpb-teaser .container {
    position: relative;
    z-index: 1000;
  }
}
@media (min-width: 480px) and (max-width: 865px) {
  #app-container-inner .wpb-menu-container .wpb-main-menu {
    text-align: right;
    height: 100px;
    margin-top: -77px;
    font-size: .85em;
  }
  #app-container-inner .wpb-menu-container .wpb-main-menu li a {
    height: 100%;
    line-height: 100px;
    padding: 0px 3px;
  }
  #app-container-inner .wpb-logo-container {
    margin-right: 0;
    max-width: 99%;
  }
  #app-container-inner .wpb-teaser .container {
    position: relative;
    z-index: 1000;
  }
}
@media (max-width: 480px) {
  #app-container-inner #sign-up-btn {
    font-size: 1.5rem;
  }
  #app-container-inner .wpb-teaser .container {
    position: relative;
    z-index: 1000;
    padding: 0;
  }
  #app-container-inner .wpb-teaser {
    min-height: 360px;
    position: relative;
    z-index: 990;
    width: 98%;
    margin: 0px auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 30px;
  }
  #app-container-inner .wpb-teaser .wpb-slogan h2 {
    font-size: 1.6em;
    text-align: center;
    line-height: 24px;
  }
  #app-container-inner .wpb-top-bar {
    height: 60px;
    background: transparent;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
    max-width: 1400px;
  }
  #app-container-inner .mod-contain {
    width: 100%;
    text-align: center;
  }
  #app-container-inner #homer {
    padding-top: 0;
  }
  #app-container-inner #main-text {
    margin: 0;
  }
  #app-container-inner .wpb-menu-container {
    display: none;
  }
  #app-container-inner .wpb-teaser .parallax-background {
    padding: 10% 0 0 0;
  }
  #app-container-inner #slogan {
    text-align: center;
    font-size: 1.3em;
  }
  #app-container-inner #how-to-play {
    margin-top: 80px;
  }
  #app-container-inner .wpb-portfolio-list .wpb-portfolio-item {
    margin-left: -20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    list-style-type: none;
    width: 100%;
  }
  #app-container-inner .avatar-list {
    overflow: hidden;
    padding-left: 0px;
    margin-left: 0;
  }
  #app-container-inner .avatar-list .avatars {
    position: relative;
    float: left;
    margin: 2px 17px;
  }
  #app-container-inner .foot {
    height: 60px;
    width: 100%;
  }
  #app-container-inner .row {
    margin: 0 0 0 4px;
  }
}

.lobby #menu-timeremaining-container {
  display: none;
}

.lobby #question-container-outer {
  width: 100% !important;
}

/*** Tweaks for mobile ***/
#cards {
  min-width: 400px;
}

/*** Chat window ***/
.chatWindow {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 200px;
  background: white;
  padding: 3px;
  border: 1px solid black;
  box-sizing: border-box;
  background: #aaa;
}
.chatWindow .chatTitle {
  position: absolute;
  cursor: pointer;
  left: -1px;
  top: -20px;
  height: 20px;
  width: 200px;
  background: #aaa;
  border: 1px solid black;
  border-bottom: none;
}
.chatWindow .chatHistory {
  position: absolute;
  left: 2px;
  right: 2px;
  border: 1px solid #888;
  top: 2px;
  bottom: 30px;
  overflow-y: scroll;
  padding-left: 2px;
  padding-right: 2px;
  background: white;
}
.chatWindow .chatPromptContainer {
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.chatWindow .chatPrompt {
  width: 100%;
}
.chatWindow .eventNotification {
  color: #080;
}

.chatMinimized {
  position: fixed;
  right: 3px;
  bottom: 0;
  width: 200px;
  height: 24px;
  background: #aaa;
  border: 1px solid black;
  box-sizing: border-box;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.chatTitle {
  color: black;
  padding-left: 4px;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/*** Animations ***/
@-webkit-keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideFromLeft {
  animation-name: fromLeft;
  animation-duration: 1.0s;
}

/*.fadeInOut.ng-enter {
	animation-name: fadeInUp;
	animation-duration: 1.0s;
}

.fadeInOut.ng-leave {
	animation-name: fadeInOut;
	animation-duration: 1.0s;
}*/
#notifications.ng-enter {
  animation-name: fadeInLeft;
  animation-duration: 1.0s;
}

#notifications.ng-leave {
  animation-name: fadeOut;
  animation-duration: 1.0s;
}

/*# sourceMappingURL=ingame.css.map */
