#sp-main {
  color: #222222; }

.sp-newgame {
  width: 100%; }
  .sp-newgame-form {
    width: 400px;
    margin: 200px auto;
    padding: 20px 20px 45px 20px;
    border: 1px solid grey;
    border-radius: 6px; }
    .sp-newgame-form .input-group {
      margin-bottom: 15px; }

.sp-game {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 600px; }
  .sp-game-toppanel {
    position: absolute;
    top: 0;
    height: 50px;
    width: calc(100% - 300px);
    border-bottom: 1px dotted #333333; }
    .sp-game-toppanel-left {
      background: #4371ed;
      border-right: 1px solid black;
      color: white;
      font-size: 1em;
      width: 31px;
      height: 50px;
      display: inline-block;
      line-height: 3.5; }
      .sp-game-toppanel-left span {
        margin-left: 8px; }
    .sp-game-toppanel-right {
      display: inline; }
  .sp-game-sidepanel {
    position: absolute;
    right: 0;
    width: 300px;
    height: 100%;
    border-left: 1px dotted #333333; }
    .sp-game-sidepanel-top {
      margin: 15px 10px 1px 10px; }
      .sp-game-sidepanel-top .btn {
        width: 100%;
        margin-bottom: 10px; }
    .sp-game-sidepanel-chat {
      position: absolute;
      bottom: 1px; }
    .sp-game-sidepanel-events {
      overflow-y: scroll;
      overflow-x: hidden;
      border: 1px solid #aaaaaa;
      position: absolute;
      bottom: 35px;
      right: 0;
      width: 300px; }
      @media (max-height: 650px) {
        .sp-game-sidepanel-events {
          height: 150px; } }
      @media (max-height: 860px) and (min-height: 651px) {
        .sp-game-sidepanel-events {
          height: 300px; } }
      @media (min-height: 861px) {
        .sp-game-sidepanel-events {
          height: 500px; } }
      .sp-game-sidepanel-events-e {
        margin: 3px 0; }
      .sp-game-sidepanel-events-head {
        font-weight: bold;
        display: block; }
      .sp-game-sidepanel-events-text {
        display: block; }
      .sp-game-sidepanel-events .evt-chat {
        color: #222222; }
      .sp-game-sidepanel-events .evt-game {
        color: #aa5555; }
    .sp-game-sidepanel-endround {
      text-align: center; }
      .sp-game-sidepanel-endround span {
        display: block; }
      .sp-game-sidepanel-endround #endround-head {
        font-size: 3em; }
      .sp-game-sidepanel-endround #endround-cardval {
        font-size: 3.5em; }
      .sp-game-sidepanel-endround .endround-consensus {
        color: green; }
      .sp-game-sidepanel-endround .endround-majority {
        color: orange; }
      .sp-game-sidepanel-endround .endround-divided {
        color: red; }
  .sp-game-tabletop {
    position: absolute;
    top: 60px;
    width: calc(100% - 300px);
    height: calc(100% - 220px); }
    .sp-game-tabletop-player {
      position: relative;
      height: 145px;
      width: 135px;
      display: inline-block;
      margin: 5px;
      text-align: center;
      min-width: 100px;
      max-width: 160px; }
      .sp-game-tabletop-player-card {
        transform: rotateY(0deg); }
      .sp-game-tabletop-player-cardback {
        transform: rotateY(180deg); }
      .sp-game-tabletop-player .player-card {
        width: 85px;
        height: 120px;
        position: absolute;
        top: 0;
        left: 25px;
        background: #aaaaaa;
        border: 1px solid black;
        border-radius: 6px;
        margin: auto;
        transition: all 0.7s;
        transform-style: preserve-3d;
        backface-visibility: hidden;
        font-size: 4em;
        line-height: 2;
        text-align: center;
        color: white; }
      .sp-game-tabletop-player .observer-card {
        width: 85px;
        height: 120px;
        position: absolute;
        top: 0;
        left: 25px;
        border: none;
        border-radius: 6px;
        margin: auto;
        font-size: 4em;
        line-height: 2;
        text-align: center;
        background: none;
        color: #DDDDDD; }
      .sp-game-tabletop-player .reveal-flip {
        transform: rotateY(180deg); }
      .sp-game-tabletop-player .reveal-flop {
        transform: rotateY(0deg); }
      .sp-game-tabletop-player .chosen {
        background: #1b6d85;
        box-shadow: 4px 4px 5px grey; }
      .sp-game-tabletop-player-name {
        width: 135px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: absolute;
        bottom: 0; }
  .sp-game-cards {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 300px);
    height: 150px;
    background: -moz-linear-gradient(top, transparent 0%, rgba(102, 102, 102, 0.1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(102, 102, 102, 0.1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(102, 102, 102, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .sp-game-cards-c {
      position: relative;
      border-radius: 6px;
      background: #2b542c;
      border: 2px solid #112f11;
      line-height: 2;
      display: inline-block;
      text-align: center;
      color: white;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      box-shadow: 2px 2px 5px grey; }
      @media (min-width: 1500px) {
        .sp-game-cards-c {
          margin-left: 25px;
          width: 100px;
          height: 141px;
          font-size: 4.5em;
          top: 8px; } }
      @media (min-width: 1215px) and (max-width: 1500px) {
        .sp-game-cards-c {
          margin-left: 15px;
          width: 85px;
          height: 120px;
          font-size: 4em;
          top: 28px; } }
      @media (max-width: 1214px) {
        .sp-game-cards-c {
          margin-left: 3px;
          width: 70px;
          height: 100px;
          font-size: 2em;
          top: 30px; } }
    .sp-game-cards-c:hover {
      top: 5px;
      box-shadow: 6px 6px 5px grey; }
    .sp-game-cards .selected {
      transform: rotate(170deg);
      top: -120px;
      box-shadow: 2px 2px 5px grey !important;
      border-width: 1px; }

.sp-modal-toggle {
  margin-top: 10px; }
  .sp-modal-toggle-head {
    font-weight: bold;
    margin-left: 8px;
    margin-right: 5px; }
  .sp-modal-toggle-desc {
    font-size: 11px; }

.sp-modal-github {
  font-size: 2em;
  color: black; }

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