/* table reserved popup start */
#tableReservedDiv
{
    height: 95%;
    text-align: center;
}

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

#tableReservedPopupText
{
    height: 90%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 1.4em;
}

#tableReservedPopupText>p
{
    padding: 5px;
}

#tableReservedButtonRow
{
    height: 5%;
    width: 95%;
    margin: 0 auto;
}

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

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

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