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;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.centertext {
    text-align: center;
}

th {
    padding: 2px;
    border-width: 2px;
}

td {
    padding: 2px;
    margin-left: 10px;
    border-width: 1px;
}

td.ShortTime {
    color: orangered;
}

td.HightLight {
    color: orangered;
    font-weight: bold;
}

progress {
    width: 75%;
    accent-color: blue;
}

progress.complete{
    accent-color: green;
}

div.HalfScreen{
    width: 60%;
}

table.PuzzleDetails{
    width: 100%;
}

table.PuzzleDetails td, th {
    padding: 5px;
    border-width: 1px;
}

table.ZonePuzzles td{
    padding-left: 5px;
    padding-right: 5px;
}

table.Leaderboard-zone{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

table.Leaderboard-zone td.ImageAndLink {
    width: 10%;
}

table.Leaderboard {
    margin-top: 5px;
    padding: 0px;
    width: 100%;
    vertical-align: central;
}

tr.CurrentPlayer {
    font-weight: bold;
}

table.Leaderboard td:first-of-type {
    text-align: center;
}

table.Leaderboard td {
    border: none;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: monospace;
    font-size: 12px;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 2px dotted black;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}
.emoji-filter {
    transform: rotate(45deg);
    color: transparent;
    font-size: 0.75em;
}
.emoji-filter::before, .emoji-filter::after{
    content: '';
    padding-right: .25em;
    padding-left: .25em;
}

span.platinum {
    text-shadow: 0 0 0 #b3bede;
}

span.gold {
    text-shadow: 0 0 0 #e6b962;
}

span.silver {
    text-shadow: 0 0 0 #b2b2b2;
}

span.bronze {
    text-shadow: 0 0 0 #a96242;
}

img.bigthumb {

    width: 260px;
    object-fit: contain;
}

table.ZonePuzzleDetails{
    width: 100%;
    text-align: center;
}

[data-toggle="tooltip"] {
    border-bottom: 1px dotted #000;
}

