<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topNavBookmarks a {
    background-color: #5c8fb7;
    color: white;
    text-decoration: none;
    font-weight: 700;
    margin: 0px auto;
    min-height: 3em;
    /* justify-content-center" */
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    /* d-flex */
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    /* btn-block */
    width: 100%;
    border: thin #394b6b solid;
    /*box-shadow: inset -4px -8px 10px 0px #000000;
    -webkit-box-shadow: inset -4px -8px 10px 0px #000000;
    -moz-box-shadow: inset -4px -8px 10px 0px #000000;*/
    border-radius: 0;
    text-align: center;
    cursor: pointer;
}

.topNavBookmarks a:hover {
    background-color: #a7c0d7;
}

.topNavBookmarks a span {
    /* align-self-center */
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
}</pre></body></html>