.justify-space-between {
    justify-content: space-between;
}

.justify-flex-end{
    justify-content: flex-end;
}

.accordion-title:before {
    content: none !important;
}

.input-wpr input {
    min-width: 117px !important;
}

.accordion.app {
    border-top: none !important;
    border-bottom: none !important;
}

.accordion-title.completed {
    color: #919191 !important;
}

.accordion-title-bar {
    margin-top: 1em;
    border-bottom: 3px solid #B3B3B3;
    padding-bottom: 1.5em;
}

.grey-border-bottom {
    border-bottom: 3px solid #B3B3B3;
}

.accordion-panel {
    border-bottom: none !important;
}

.callout {
    border: none !important;
}

.grey-border-top {
    border-top: 3px solid #B3B3B3 ;
}

.blue-border-top {
    border-top: 3px solid #006AC3;
}

ul#income-inputs li:not(:last-child) {
    border-bottom: 1px solid #C5C8CC;
}

hr {
    border-top: 1px solid #C5C8CC;
}

ul#header-language li:nth-child(2) {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

ul#header-language li:nth-child(3) {
    display: none !important
}

ul#header-language li:nth-child(4) {
    display: none !important
}

ul#mobile-header-language li:nth-child(2) {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

ul#mobile-header-language li:nth-child(3) {
    display: none !important
}

ul#mobile-header-language li:nth-child(4) {
    display: none !important
}

.logo-text {
    display: none !important;
}