/* system info popup start */
#systemInfoDiv
{
    height: 95%;
    text-align: center;
}

#systemInfoPopupContent
{
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

#systemInfoPopupText
{
    height: 90%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 3rem;
    padding-top: 5%;
}

#systemInfoPopupText>p
{
    padding: 5px;
}

#systemInfoButtonRow
{
    height: 5%;
}

#systemInfoButtonRow>div
{
    display: table;
    width: 100%;
}

#systemInfoButtonRow>div>div
{
    display: table-row;
    width: 100%;
}

#systemInfoButtonRow>div>div>div
{
    display: table-cell;
    width: 30%;
}