<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.second-block-inner {
    font-size: 0.9em;
    width: 90%;
}

td.second-td-1 {
    text-align: right;
    width: 40%;
    font-size: 0.9em;
}
td.second-td-2 {
    text-align: center;
    width: 5%;
}
td.second-td-3 {
    text-align: right;
    width: 20%;
}
td.second-td-4 {
    text-align: center;
    width: 10%;
    font-size: 0.7em;
}
td.second-td-5 {
    text-align: center;
    width: 25%;
}


.manual-update-svg::before {
    content: '';
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    vertical-align: middle;
    background-image: url('/static/img/update.svg');
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 110%;
    cursor: pointer;
    transform-origin: center;
    -webkit-tap-highlight-color: transparent;
}

.manual-update-svg {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    margin-bottom: 0.25em;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.manual-update-svg.rotate::before {
    animation: rotate360 0.5s ease-in-out forwards;
}</pre></body></html>