.mobile [class*="col-"] {padding-left:0;padding-right:0}
.mobile .row {margin-left:0;margin-right:0}

/* container adjusted */
.mobile .main-container { width:100%; max-width: none; padding-right: 0; padding-left: 0; }
.mobile .text-truncate { width: 200px; }
.mobile .accordian, .mobile .card-body, .mobile .accordian-body { width:100%; max-width: none; padding-right: 0; padding-left: 0; }
.mobile .users div { width:100%; max-width: none; padding-right: 0; padding-left: 0; }
.mobile .hide-if-mobile { display: none }

.table-hover tbody tr {cursor: pointer;}

.current-month {
  font-weight: bold;
}

tr.player0 { border-top: solid 5px #0d6efd; }
tr.player1 { border-top: solid 5px #6610f2; }
tr.player2 { border-top: solid 5px #198754; }

.my-player {
  background-color: #0d6efd;
  color: #fff;
}

.sortable {
  cursor: pointer;
}

.results .win { font-weight: bold; }
