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

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

#IFramePopupText
{
    height: calc(100% - 4rem);
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#siteURL
{
    height: 100%;
    width: 100%;
    border: none;
}

#IFrameButtonRow
{
    height: 4rem;
}

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

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

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