body:not(.2019) .welcome-dialog {
    min-width: 600px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

body:not(.2019) .welcome-dialog .ui-dialog-title {
    width: 100%;
    height: 24px;
    color: rgb(54, 54, 54);
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
}

body:not(.2019) .welcome-dialog .ui-dialog-titlebar-close {
    display: none;
}

body:not(.2019) .welcome-dialog .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #fff;
    border-radius: 8px 8px 0 0;
    border: 0px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

body:not(.2019) .welcome-dialog .ui-dialog-content {
    width: 560px;
    height: 18px;
    color: rgb(54, 54, 54);
    font-size: 14px;
    font-family: Verdana;
    letter-spacing: 0px;
    line-height: 18px;
}

body:not(.2019) .welcome-dialog .ui-dialog-buttonpane {
    border: 0px;
    margin-top: 0px;
}

body:not(.2019) .welcome-dialog .ui-dialog-buttonset {
    float: none !important;
    text-align: center;
}

body:not(.2019) .welcome-dialog .close-button {
    width: 150px;
    height: 40px;
    background: rgb(50, 49, 49);
    border-radius: 4px;

    /*width: 49px;*/
    /*height: 19px;*/
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}

body:not(.2019) .benefits-table td {
    vertical-align: middle;
}

body:not(.2019) .benefits-table img {
    padding: 10px 20px 10px 5px
}

body:not(.2019) #pageContent {
    padding-left: 5px;
}

body:not(.2019) #pageContent .subheading {
    font-size: 15px;
}

body:not(.2019) #pageContent .benefits-table p {
    font-size: 16px;
}

body:not(.2019) #pageContent .benefits-table img {
    padding-right: 5px;
}

body:not(.2019) #pageContent #continueButton {
    float: right;
    margin-right: 8px;
    margin-top: 15px;
    margin-bottom: 24px;
}