#requestQRScanDiv
{
    text-align: center;
}

#requestQRScanTable
{
    width: 100%; 
    text-align: center;
    font-size: 1.5rem;
}

#requestQRScanTable
{
    height: 80%;
    color: #FFF;
}

#requestQRScanButtonRow
{
    height: 5%;
    text-align: center;
}

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

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

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