/* Header Improvements and Account Menu Styling */

header#page-header .tile-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

header#page-header .account-links-container a.sign-link {
    color: #4d4d4d;
    line-height: 40px;
}

header#page-header .account-links-container .account-links-wrapper .account-links a {
    color: #4d4d4d;
}

header#page-header .account-links-container {
    width: 200px;
    text-align: center;
}

header#page-header .account-links-container .account-links-wrapper .account-links {
    max-width: 200px;
}
.overlay-v2 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 700;
    background: #f2f2f2;
}
.overlay-body-content {
    max-width: 1140px;
    margin: 0 auto;
}