/* help popup start */
#helpPopupDiv
{
    height: 100%;
    text-align: center;
}

#helpPopupContent
{
    width: 100%;
    height: 100%;
}

#helpPopupText
{
    height: calc(100% - 8rem);
    width: 99%;
    margin: 0 auto;
    overflow: scroll;

    /*border: 1px solid #FFFFFF;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

#helpPopupText>p
{
    padding: 0.5rem;
}

#pdfcanvas
{
    /*height: 100%;
    width: 100%;*/
}

#helpPopupButtonRow
{
    height: 8rem;
}

#helpPopupButtonRow>div
{
    display: table;
    width: 100%;
    /*height: 7%;*/
    margin-top: 1rem;
}

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

#helpPopupButtonRow>div>div>div
{
    display: table-cell;
}

#helpPopupButtonRow>div:nth-of-type(1)>div>div:nth-of-type(1), #helpPopupButtonRow>div:nth-of-type(1)>div>div:nth-of-type(3)
{
    width: 40%;
}

#helpPopupButtonRow>div:nth-of-type(1)>div>div:nth-of-type(2)
{
    width: 20%;
}

#helpPopupButtonRow>div:nth-of-type(2)>div>div:nth-of-type(1)
{
    width: 60%;
}

#helpPopupButtonRow>div:nth-of-type(2)>div>div:nth-of-type(2)
{
    width: 40%;
}

#pageSelect
{
    font-size: 1.5rem;
}