/*class for blue announcement XF */

#tnu-announcement a{
    color: white !important;
}

#tnu-announcement svg{
    fill: white !important;
}

#tnu-icons p {
    display: inline-flex;
    margin-left: 12px;
    font-size: 16px;
}

#tnu-icons li {
    padding-right: 14px;
}

#tnu-icons svg {
    fill: #3D3D3D;
    max-width: 55px;
    max-height: 55px;
    position: relative;
    top: 0px;
    left: -10px;
}

.tnu-blue-background {
    background-color: #3c3c3c;
}

#tnu-white-border {
    border-top: 1px solid rgba(255, 255, 255, 0.25) !important;
}

@media screen and (max-width: 1024px) {
    #tnu-smallpar {
        width: 94% !important;
    }
}

#tnu-smallpar {
    width: 47%;
}

.tnu-footnotelink {
    border-bottom: 1px dashed #3c3c3c !important;
}
/*TNU Terms page CSS */
table.lp-table,
table.lp-table td,
table.lp-table th{
    border-collapse: collapse;
    border: 1px solid #dadada !important;
    font-size: 14px;
    line-height: 1.25;
    text-align: left !important;
    padding: 16px;
    vertical-align: top;
}
table.lp-table th{
    background: #efefef;
    font-weight: 800 !important;
    color: #222;
    font-size: 14px;
}
table.lp-table td{
    color: #666;
    font-weight: 400;
    background: #fff;
}
table.lp-table td[rowspan]{
    background: #f5f5f5;
}
table.lp-table + p{
    font-size: 14px;
    color: #666;
    margin-top: 16px;
    margin-bottom: 0px;
}
table.lp-table .wp-underline {
    text-decoration: underline;
}