html,
body {
  background-color: #333;
  min-height: 100vh;
}

body {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.settingsRow {
    height: 1.5rem;
    color: black;
    text-shadow: none;
    background-color: #F3F3F3;
    padding-top: 0px;
    padding-bottom: 0px;
    position:fixed;
    bottom:0;
    width:100%;
    z-index: 5;
}

.settingsRow div {
    cursor: pointer;
}

.settingsRow a {
    color: black;
}

.playersRowSmall {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
    background-color: #333;
    display: none;
    justify-content: center;
    align-items: center;
}

.show-playersRowSmall {
    display: inline-flex;
}

.playersRow {
    padding-bottom: 1.5rem;
    height: 100%;
}

.playersRowOnScreenKeyboard {
    padding-bottom: 12rem;
}

.playersRowSmallDevice {
    padding-top: 3rem;
}

.table-leg-overview {
    margin-bottom: 1.6rem;
}

.playerLegWin {
    background-color: green;
}