/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.twike-nickname {
  font-family: "OCR", Helvetica, Arial, Lucida, sans-serif;
  text-decoration: underline;
}

.twike-ranking-table {
  border: 0 !important;
  margin: 30px 0 !important;
}

.twike-ranking-table tr:not(:first-child) {
  border-top: 1px solid #333;
}

.twike-ranking-table th {
  font-weight: normal !important;
}

.twike-ranking-table td {
  font-family: "OCR", Helvetica, Arial, Lucida, sans-serif;
  font-size: 1.8em;
  border-top: 0 !important;
  padding: 10px 3px 3px 24px !important;
}

.twike-ranking-table th {
  font-weight: normal;
}

.twike-ranking-table th {
  line-height: 1.3rem;
  width: 200px;
}

.twike-ranking-search input {
  border-radius: 14px;
}

.twike-ranking-search button {
  display: block;
  margin: 30px auto 45px auto !important; 
}

.twike-ranking-search button:disabled {
  cursor: pointer;
}

.twike-ranking-search button:not(:disabled):hover {
  cursor: pointer;
}

.lds-ring {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #333 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
