#instructions, #instructionsShow {
    font: 12px/1.2 Verdana, sans-serif;
    
    position: fixed;
    bottom: 0px;
    z-index: 1001;
    width: 100%;
/*    height: 120px;*/
    
    left: 50%;
    transform: translateX(-50%);
    
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
    align-items: center;
    text-align: center;
/*    padding-top: 20px;*/
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    
    display: none;
    
}

#instructions{
/*    background-color: rgba(0, 0, 0, 0.8);*/
}


#instructionsShow{
    
}


.dockButton {
    color: white;
    font-size: 1.2em;
    line-height: 3.5em;
    font-weight: bold;
    text-decoration: none;
    
/*    background-color: transparent;*/
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid green;
    border-radius: 10px; 
    padding: 10px 20px; 
    margin-bottom: 10px; 
    white-space: nowrap;
    
}

.dockButton-off {
    border: 2px solid #333333 !important;
    color: #555555;
}

@media (max-width: 600px) {
    .dockButton {
        font-size: 0.8em;
    }
}



#instructions > div, #instructionsShow > div {
    width: auto;
}

#actions {
    color: white; 
    display: block;
/*    padding-top: 20px;*/
    padding-bottom: 20px;
}


#instructionsPC,
#instructionsIOS {
    font: Verdana, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    
    color: white;
    
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    background-color: rgba(0, 0, 0, 0.8);

}

#instructionsPC {
    font-size: 1.2em;
    font-weight: bold;
}

#instructionsIOS {
    font-size: 0.75em;
    font-weight: normal;
}