<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
    max-width: 200px;
}

.central-col {
    max-width: 600px !important;
}

.qsl {
    width:100%;
    height: 100%;
    max-width: 400px;
    object-fit: contain;
}

#CALL, #CONTACTED_OP, #OPERATOR, #STATION_CALLSIGN {
    text-transform: uppercase;
}

#blackout {
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index:10;
    background:rgba(0,0,0,.3);
    display:none;
}

td.qsos, th.qsos, .nowrap {
    white-space:nowrap;
}

.scroll-auto {
    overflow: auto !important;
}

.hidden {
    display: none;
}

.middle
{
  text-align: center; 
  vertical-align: middle;
}

#uploadqsl {
    opacity: 0;
    position: absolute;
    z-index: -1;
}</pre></body></html>