﻿.wsu-wrapper-content {
    padding: 40px 36px 60px 36px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}

.wsu-button, button.wsu-button {
    border-bottom: 0px !important;
    border-bottom-width: 0px !important;
    box-shadow: none !important;
}

.wsu-g-footer {
    float: right;
}

.footer-container {
    align-content: center;
    text-align: center;
    padding: 10px; /* Add padding for better appearance */
    background-color: #f7f7f7; /* Remove any background color */
}

    .footer-container table {
        margin-bottom: 0; /* Remove any bottom margin */
    }

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content horizontally */
}

.footer-container table td {
    padding: 0 39px; /* Add horizontal padding to create space between the <td> elements */
}

.wsu-g-footer__nav-link {
    color: #f7f7f7 !important;
}

.warning {
    color: red !important;
}

.makeRed {
    color: crimson !important;
}

select {
    size: 10 !important;
}

.center-label {
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* horizontal centering */
    height: 100%; /* ensures the div takes full height */
}

.makePink {
    color: #c7009e !important;
}

.makeBlue {
    color: blue !important;
}

.remove-border {
    border: none;
}

.makeGray {
    background-color: #e0e0e0 !important;
    font-weight: bold !important;
    color: #000000 !important;
}

    .makeGray *,
    .makeGray span,
    .makeGray div,
    .makeGray b {
        color: #000000 !important;
    }

.grayOut {
    color: #767676 !important;
}

.makeHRBlack {
    border: none !important;
    border-top: 2px solid #000 !important;
    color: #000 !important;
    background-color: #000 !important;
    height: 2px !important;
    margin: 1em 0 !important;
    border-top: 0px !important;
    border-color: !important;
}

#page-area {
    padding-top: 0px !important;
}
