
body {

}

* {
  transition-duration: 300ms;
}

.chat-list ol {
  list-style-type: none;
}

.chat-list > ol {
  margin-left: 0;
  padding-left: 0;
}

.game-table:has(#player-hand-MJONG:checked) #mahjong-choice-view {
  display: block !important;
}

.game-table:has(#player-hand-PHOEN:checked) #phoenix-strength-view {
  display: block !important;
}

#incorrectCredentials {
  display: none;
}

#incorrectCredentials:target {
  display: block;
}

.create-account-form-container {
  width: 400px;
}