html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.stats {
  text-align: center;
  margin: 20px 0;
}

h3.stats { margin-top: 1em;}

table.stats {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table.stats th, table.stats td {
  padding: 10px;
  border: 1px solid #ddd;
}

table.stats th {
  background-color: #f8f8f8;
}

table.stats tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.stats tr:hover {
  background-color: #f1f1f1;
}

table.stats tr.top-scorer {
  background-color: #ffd700;
}

.downloadBtn {
  display: inline-block;
  padding: 10px 20px;
  margin: 20px 0;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.downloadBtn:hover {
  background-color: #0056b3;
}

p.statsUpdated {
  font-size: 0.8em;
  color: #666;
}