.ms-auto {
    margin-left: auto!important;
}

body:has(.page--export) {
    margin: 0;
    padding: 0;
    height: 100vh;
}
body:has(.page--export) *{
    box-sizing: border-box;
}

.page--export {
    color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page--export .page-wrapper {
    max-width: 640px;
    margin: auto;
    text-align: center;
    border: 1px solid #917236;
    height: auto;
    padding: 1rem;
}

.page--export h2{
    margin-bottom: 0px;
}
.page--export h1{
    color: #917236;
    margin-top: 0px;
    margin-bottom: 3rem;
}
.page--export--invalid h1 {
    margin-bottom: 0;
}

.page--export .contact {
    margin-top: 3rem;
}

.page--export .contact a {
    color: #917236
}

.page--export .button {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 21px;
    width: auto;
    margin: 0;
    padding: 14px 40px;
    color: #fff;
    background: #917236;
    border: 1px solid #917236;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;
    align-self: flex-start;
    max-width: 100%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.page--export .button:hover {
    background: #fff;
    color: #917236;
}

.table-title {
    color: black;
}
.table-title:hover {
    text-decoration: underline;
}