<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scoreTable td {
    padding: 6px 3px;
}
.scoreTable .head td {
    font-weight: 700;
    border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}

.scoreTable td.pos {
    text-align: center;
}

.scoreTable td.cn {
    text-align: center;
}

.scoreTable td.speed {
    text-align: right;
}

.scoreTable td.time {
    text-align: right;
}

.scoreTable td.pnlty {
    text-align: right;
}

.scoreTable td.pts {
    text-align: right;
}

.scoreTable td.ttl {
    text-align: right;
}

.scoreTable td.rank {
    text-align: center;
}

.scoreTable td.flag img {
    margin:0px;
    margin-right:12px;
}

table.scoreTable tr.std:hover td {
    background-color: #d5f3ff;
}

table.scoreTable tr.std td {
    border-bottom: solid 1px #dddddd;
}

table.scoreTable tr.odd td {
    background: #F5F5F5;
}


table.scoreTable tr.last td {
    border-bottom: 1px solid grey;
}

.scoreIndex td {
    padding: 6px 3px;
    border-bottom: 1px solid grey;
    font-size: 9pt;
}
.scoreIndex .head td {
    font-weight: 700;
    border-bottom: 1px solid grey;
}

.scoreIndex .last td {
    border-bottom: none;
}

.scoreIndex td.name {
    font-size: 8pt;
}

.scoreIndex td.raceday {
    white-space: nowrap;
    padding-right: 12px;
    font-weight:700;
}

div.wptDesc {
    padding:3px 6px;
    border: solid 1px grey;
    margin-bottom:6px;
    border-radius: 4px;
    background: #fafafa;
}

div.wptDesc div.wptNo {
    display:inline-block;
    width:60px;
    font-weight:700;
}

div.wptDesc div.wptName {
    display:inline-block;
    width:240px;
}

div.wptDesc div.wptAlt {
    display:inline-block;
    width:100px;
    font-size: 8pt;
}

div.wptDesc div.wptDistance {
    display:inline-block;
    width:60px;
}
div.wptDesc div.wptBearing {
    display:inline-block;
    width:40px;
}
div.wptDesc div.wptStyle {
    display:inline-block;
    width:100px;
    font-size:8pt;
}

div.wptDesc div.l1 {
    margin-bottom:3px;
}

div.wptDesc div.l2 {
}

a.buttonLink {
    font-size: 7pt;
    text-decoration: none;
    padding:1pt 3pt;
    border:solid 1px grey;
    background: #d3d3d3;
    border-radius: 4px;
    display:inline-block;
    color:#000000;
}


div.selectorDay {
    display:inline-block;
    text-align:center;
    margin-right:16px;
}


div.selectorDate {
    font-size:8pt;
    margin-bottom:2px;
}

.daySelector a {
    color:#000000;
    text-decoration: none;
    padding: 2px 4px;
    border-radius: 3px;
}

.daySelector a:hover {
    background: #CCCCCC;
    color: #ffffff;
}

.daySelector a.selected {
    background: #144583;
    color: #ffffff;
}</pre></body></html>