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

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

.container-fluid-100
{
    height: 100%;
}

.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 {
    position: fixed;
    width: 100%;
    /* width: 100%;
    position: fixed;
    margin-left: 0;
    margin-right: 0;
    left: 0; */
    z-index: 1;
    background-color: #333;
    display: none;
    /*justify-content: center;
    align-items: center;*/
}

.show-playersRowSmall {
    display: flex;
}

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

.playersRowOnScreenKeyboard {
    padding-bottom: 12rem;
}

.playersRowSmallDevice {
    padding-top: 2.6rem;
}