.modal-header {
  border-bottom: 0px;
}

button.close {
  border-width: 0px;
  background-color:  white;
}

#timer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
}

#icons-left {
  position: absolute;
  left: 5px;
}

#icons-right {
  position: absolute;
  right: 5px;
}

.bi {
  width: 1em;
  height:  1em;
  font-size: 2rem;
  padding: 3px;
}

.bi:hover{
  color: blue;
  cursor: pointer;
}

h1 {
 text-align: center;
 font-size:  2.5rem;
}

#nameEntry {
  display:  none;
  justify-content:  center;
}

#nameEntryForm {
  max-width: 80%;
}

#game-board {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#answer-board {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 10px
}

.letter-box {
  border: 2px solid gray;
  border-radius: 3px;
  margin: 2px;
  font-size: 2.5rem;
  font-weight: 700;
  height: 3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.filled-box {
  border: 2px solid black;
}

.letter-row {
  display: flex;
}

.leaderboardTable {
  display: block;
  touch-action: manipulation;
}

#leaderboard-modal .modal-body {
  padding:  0px;
}

#statsTable {
  display: block;
  touch-action: manipulation;
  font-size: small;
}

#help-modal .modal-body {
  padding:  20px;
  line-height: 2rem;
}

#help-example {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block
}

#share-modal .modal-body {
  padding: 20px;
}

#share-modal-text {
  line-height:  1.25rem;
}

.btn-outline-primary {
  --bs-btn-hover-bg: green;
}

#share-btn {
  width: 130px;
}

th, td {
  padding: 15px;
  text-align: left;
}

.keyboard-button {
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem;
  margin: 0 2px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  touch-action: manipulation;
}