body {
  padding: 0;
  margin: 0;
  background-color: #234da7;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; }

.avatar img {
  text-align: center;
  margin: 30px auto 0;
  display: block;
  width: 150px; }

.avatar .buttons {
  text-align: center;
  margin: 10px auto 0;
  display: block;
  height: 35px;
  user-select: none; }
  .avatar .buttons div {
    top: -130px;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0.7em 1.2em;
    margin: 0 100px;
    text-decoration: none;
    vertical-align: middle;
    background-color: #2f61cc;
    box-sizing: border-box;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.17);
    border-radius: 50%; }
    .avatar .buttons div:hover {
      background-color: #2955b3; }
    .avatar .buttons div:active {
      box-shadow: none;
      background-color: #20489d;
      top: -128px; }
    .avatar .buttons div[disabled] {
      box-shadow: none;
      background-color: #1a3a7f;
      top: -128px; }

form {
  text-align: center; }
  form button.createButton {
    margin: 10px auto 0;
    display: block; }
  form button.joinButton {
    margin: 10px 0; }
  form input.username {
    margin: 10px auto 0;
    display: block; }

a {
  color: #00B7FF; }

header {
  height: 100px;
  line-height: 100px;
  background-color: #002981;
  text-align: center; }
  header h1 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    color: #fff;
    font-size: 36px; }

#players, #place {
  margin-top: 20px;
  text-align: center; }
  #players .player, #place .player {
    margin: 0 10px;
    display: inline-block; }
  #players img, #place img {
    width: 100px; }
  #players p, #players h2, #place p, #place h2 {
    color: white; }

#quitDiv {
  margin-top: 50px;
  text-align: center;
  user-select: none; }
  #quitDiv #quit, #quitDiv #start {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 0.7em 1.2em;
    margin: 0 10px;
    text-decoration: none;
    vertical-align: middle;
    background-color: #cc2f61;
    box-sizing: border-box;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.17);
    border-radius: 50%; }
    #quitDiv #quit:active, #quitDiv #start:active {
      box-shadow: none;
      top: 2px; }
    #quitDiv #quit[disabled], #quitDiv #start[disabled] {
      box-shadow: none;
      top: 2px; }
  #quitDiv #quit:hover {
    background-color: #b32955; }
  #quitDiv #quit:active {
    background-color: #9d2048; }
  #quitDiv #quit[disabled] {
    background-color: #7f1a3a; }
  #quitDiv #start {
    background-color: #2f61cc; }
    #quitDiv #start:hover {
      background-color: #2955b3; }
    #quitDiv #start:active {
      background-color: #20489d; }
    #quitDiv #start[disabled] {
      background-color: #1a3a7f; }

.accuse {
  width: 20px;
  height: 20px;
  margin: auto;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px rgba(0, 0, 0, 0.17);
  background-color: #29c74b;
  position: relative;
  user-select: none; }
  .accuse:hover {
    background-color: #19b42d; }
  .accuse:active {
    background-color: #1b9717;
    box-shadow: none;
    top: 2px; }
  .accuse[disabled] {
    display: none;
    background-color: #137e1c;
    box-shadow: none;
    top: 2px; }
