﻿#customerAssistanceBanner {
    justify-content: center;
    position: static;
    color: #000000;
    background-color: #ede3d9;
    border-color: #f5c2c7;
    margin: 0;
    font-size: 17px;
    line-height: 19px;
    width: 100%;
    padding: 14px;
}

#changeAccount {
    display: block;
    float: right;
    text-decoration: underline;
    color: black;
}