/* serviceCallConfirmation popup start */
#serviceCallConfirmationDiv
{
    height: 95%;
    text-align: center;
}

#serviceCallConfirmationPopupContent
{
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

#serviceCallConfirmationPopupText
{
    height: 90%;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

#serviceCallConfirmationPopupText>p
{
    font-size: 3em;
    font-weight: bold;
    position: relative;
    top: 25%;
}

#serviceCallConfirmationButtonRow
{
    height: 5%;
}

#serviceCallConfirmationButtonRow>div
{
    display: table;
    width: 100%;
}

#serviceCallConfirmationButtonRow>div>div
{
    display: table-row;
    width: 100%;
}

#serviceCallConfirmationButtonRow>div>div>div
{
    display: table-cell;
    width: 30%;
}