/** Fully-Global Style (applies to both in-game and elsewhere) **/
html, body, #main-container {
  height: 100%;
  margin: 0;
  padding: 0;
}

/** Landing page style **/
.landingPage {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.landingPage .playButton {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 200px;
  background: #484;
  border-radius: 16px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  font-size: 20pt;
  font-family: sans-serif;
  color: white;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.landingPage .playButton:hover {
  background: #5a5;
}
.landingPage #loggedInButtons {
  text-align: center;
}
.landingPage #loggedInButtons .playButton {
  display: inline-block;
  margin: 5px;
}
.landingPage .leftRightCols {
  position: relative;
  min-width: 800px;
}
.landingPage .leftCol {
  position: absolute;
  width: 50%;
  left: 0;
  z-index: 100;
}
.landingPage .leftCol h1 {
  text-align: center;
  margin-top: 150px;
  font-size: 34pt;
}
.landingPage .leftCol h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18pt;
}
.landingPage .leftCol .playNowButton {
  margin-top: 0;
  margin-bottom: 100px;
}
.landingPage .rightCol {
  position: absolute;
  width: 50%;
  right: 0;
}
.landingPage .rightCol #boxBackImg {
  display: block;
  width: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.landingPage .rightCol #twitter-facebook {
  text-align: center;
  margin-top: 30px;
}
.landingPage .bottomArea {
  position: relative;
  top: 930px;
  margin: 0 auto;
  max-width: 800px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
.landingPage .copyrightNotice {
  margin: 20px;
  font-style: italic;
  text-align: justify;
}

.sign-error {
  text-align: center;
  font-family: arial;
  margin-bottom: 10px;
  font-size: 14pt;
  color: red;
}

.loginPage h1 {
  text-align: center;
  margin-top: 150px;
  font-size: 34pt;
}
.loginPage h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18pt;
}

.loginForm {
  position: relative;
  height: 200px;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.loginForm input {
  margin-bottom: 4px;
  padding-left: 4px;
}
.loginForm #landingPageSignup {
  position: absolute;
  left: 0;
}
.loginForm #landingPageLogin {
  position: absolute;
  right: 0;
}
.loginForm #landingPagePlayAnonymously {
  position: absolute;
  font-size: 15pt;
  top: 140px;
  text-align: center;
  width: 100%;
}
.loginForm #landingPagePlayAnonymously a {
  text-decoration: underline;
}
.loginForm .loginFormText {
  font-size: 12pt;
  margin-bottom: 4px;
  font-weight: bold;
}
.loginForm .form-actions {
  margin-top: 5px;
}

.hand5 {
  position: relative;
  height: 470px;
  width: 455px;
  margin: 0 auto;
}
.hand5 .cardDisplay {
  position: absolute;
}
.hand5 .cardDisplay:hover {
  z-index: 10000;
}
.hand5 .cardDisplay:nth-child(1) {
  left: 0px;
  top: 125px;
  z-index: 1000;
}
.hand5 .cardDisplay:nth-child(2) {
  transform: rotate(-15deg);
  left: 80px;
  top: 15px;
}
.hand5 .cardDisplay:nth-child(3) {
  left: 140px;
  top: 50px;
}
.hand5 .cardDisplay:nth-child(4) {
  transform: rotate(15deg);
  left: 190px;
  top: 100px;
}
.hand5 .cardDisplay:nth-child(5) {
  transform: rotate(30deg);
  left: 220px;
  top: 170px;
}

[name=google_conversion_frame] {
  position: absolute;
  display: none;
  top: -100px;
}

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