.composite_form .composite_pagination {
    padding-top: 30px;
}

/* User Selection */
.component.selection-align--center .component_summary :not(.bundle_form).content, .component.relocated-selection-align--center .relocated .component_summary :not(.bundle_form).content {
    background-color: #f2f2f2;
}

.component_section_title {
    padding-top: 15px;
    font-size: 15pt;
}

/* Composite Navigation */

/* .pagination_element_current {
    background: #f1f1f1;
} */

.next-button {
    font-family: Lato;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    border-style: solid;
    border-radius: 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;

    background: red;
    color: #ffffff;
    border: #ffffff;
    border-color: #ffffff;

    padding: 15px;
    box-shadow: 0px 0px 0px #000;
}

.next-button:hover {
    background: orange;
    box-shadow: 0px 2px 5px #000;
}