.containter {
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
}

.close-button {
    float: right;
}

.content {
    text-align: center;
    margin-top: 175px;
    margin-bottom: 175px;
}

.priorYearXML {
    display: none;
}

/*
* Since the button needed that exact same class name and id, we have to copy paste the CSS.
* Is there a smarter way to do it ? Ideas are welcome.
*/
.wcgContinueButtonMedium {
    align-items: flex-start;
    background-color: rgb(0, 119, 197);
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(0, 0, 0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgb(0, 119, 197) 0px 0px 0px 0px inset;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Avenir Next forINTUIT", Arial, -apple-system, "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 400;
    height: 48px;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 48px;
    min-width: 120px;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    position: relative;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-size-adjust: 100%;
    text-transform: none;
    width: 120.219px;
    word-spacing: 0px;
    writing-mode: horizontal-tb;
}
