html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    font-family: Arial, "Helvetica Neue", "BIZ UDPGothic", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 1px;
}

header {
    margin-bottom: 24px;
}

.sakai-button-menu {
    width: 200px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.GameCard {
    text-align: center;
    width: 300px;
    margin-bottom: 12px;
    background: #f6d8c3;
    border: 1px solid #ff6a00;
    padding: 10px;
}

.RunsLadderTable {
    border-collapse: collapse;
}
    .RunsLadderTable th, .RunsLadderTable td {
        text-align: center;
        width: 30px;
    }