/* Mobile */
@media only screen and (max-width: 767px) {
    .result-table .result-header {
        font-size: 0.7rem;
    }

    .stats-table .result-row {
        font-size: 1rem;
    }

    .ui.mini.labels .label, .ui.mini.label {
        font-size: .48285714rem;
    }

    .player {
        font-size: 3vmin;
    }
}

/* tablet */
@media screen and (min-width: 768px) {
    #undo-button {
      position: absolute;
      top:10px;
      left:10px;
      display: block;
    }
  
    #redo-button {
      position: absolute;
      top:10px;
      right:10px;
      display: block;
    }

    table span.ui.large.text {
        font-size: 1.3rem;
    }

    table span.ui.text {
        line-height: 1.4;
    }
}

/* desktop */
@media screen and (min-width: 1281px) {
    .logo {
        height: 7vh;
    }
    .ui.table {
        font-size: .9rem;
    }
    table span.ui.large.text {
        font-size: 1rem;
    }
}



