<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header_sticky {
    position: fixed;
    top: 0px;
    background-color: white;
    z-index: 100;
    width: 100%;
    display: none;
}
.col-left {
    float: left;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-right {
    float: left;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-middle {
    float: left;
    width: 70%;
    text-align: center;
}
@media print {
    #header_sticky { 
        display:none!important; 
    }
}
</pre></body></html>