#homeBtnDiv a{
    color: white;
}

#homeBtnDiv a:hover{
    cursor: pointer;
}

/* NoScript */
#frameContainer-noScript {
    width: 100%;
    height: 425px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
}

#frame-noScript {
    width: 100%;
    height: 395px;
    background-color: rgba(255, 255, 255, 0);
}

#noScriptMessage {
    background-color: #9e9e1d;
    text-align: center;
    color: white;
}

/* Page container */
#page-container {
    position: relative;
    min-height: 100vh;
}

/* Page container */
#content-wrap {
    padding-bottom: 6.5rem;
}

/* Ticket Notification */
#footer {
    background-color: #343a40;
    color: white;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 6.5rem;
}

#rightsReserved {
    height: 50px;
    line-height: 50px;
    padding: 0;
}

#rightsReserved p {
    left: 50%;
    transform: translate(-50%);
    height: inherit;
    line-height: inherit;
    text-align: center;
}

#footerList {
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    list-style-type: none;
    display: inline-block;
    left: 50%;
    transform: translate(-50%);
    padding: 0;
}

#footerList li {
    height: inherit;
    line-height: inherit;
    text-align: center;
    display: inline-block;
}

#footerList li span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#frameContainer {
    display: none;
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    height: 425px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
}

#closeModalBtn {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 20px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: solid white 1px;
    border-top: solid white 1px;
    border-right: solid white 1px;
    margin: 0;
    text-align: center;
}

#frame {
    width: 100%;
    height: 395px;
    background-color: rgba(255, 255, 255, 0);
}

#footer ul #signalLi {
    display: none;
}

#signalNoScriptLi {
    display: inline-block;
}

#signalNoScriptLi a {
    color: white;
}