#disney-tou {
    position: fixed;
    width: 100%;
    background: #f5f5f5;
    color: #2f2f2f;
    font-family: inspireTWDC, helvetica, arial, sans-serif;
    font-size: 1rem;
    bottom: 0;
    line-height: 1.25rem;
    z-index: 9999999999 !important;
    left: 0;
    right: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 19px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
}

#disney-tou .message {
    width: 90%;
    display: inline-block;
    text-align: center;
    padding-right: 10px;
}

#disney-tou a {
    color: #2f2f2f;
    text-decoration: underline;
}

#disney-tou-dismiss {
    position: absolute;
    right: 1vw;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 10px;
    font-size: 16px;
    color: black;
    font-weight: 500;
    font-family: sans-serif;
    text-decoration: none !important;
}