.selectable-button {
  border: 1px solid;
  margin: 2px;
  padding: 3px;
  display:inline-block;
}

.papayoo-button {
  border-radius: 4px;
}

.zero_btn {
  border-radius: 4px;
}

.score-input {
  background-color: #333;
  border: 0;
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: white;
  width: 90%;
  text-align: center;
}

.selected {
  background-color: #cb4848 !important;
}

#scoreboard {
  text-align: center;
  font-size: 11px;
}

#graph_block {
  display: none;
}

footer {
  background-color: black;
  color: white;
  margin-top: 10px;
  text-align: center;
  text-shadow: 0 0 black;
  font-size: 15px;
}

header {
  display: none;
  background-color: black;
  color: white;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: 0 0 black;
  font-size: 15px;
}

#pl_list {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: none;
  text-align: center;
}

#player_list {
  text-align: center;
}

#new_player_name {
  background-color: #333;
  border: 0;
  border-radius: 4px;
  padding: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 0 black;
}

#new_player_btn {
  background-image: url(../img/add.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  height: 46px;
}

#rollback_btn {
  background-image: url("../img/rollback.svg");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
}

#new_game_btn {
  background-image: url(../img/new-game.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#history_btn {
  background-image: url(../img/history.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#player_btn {
  background-image: url(../img/player.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

#graph_btn {
  background-image: url(../img/graph.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
}