<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #e9ebee;
    color: #000000;
    font-family: "Roboto", "Arial", sans-serif;
    font-size:medium;
    line-height:130%;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
}

#mainArea
{
    background-color: white;
    margin:0px;
    padding:10px;
    border:0px;
}

#currentPriceArea{
    border:0;
    float:right;
    margin-left:25px;
    margin-bottom:5px;
    background-image: url("currentImage.jpg");
    background-repeat:no-repeat;
    width:210px;
    height:140px;
}

#currentPriceHeaderArea {
    background: rgba(0, 0, 0, 0.40);
    float:right;
    color:white;
    margin-top:8px;
    padding:10px;
    text-align:right;
    width:160px;
    padding-bottom:30px;
}

#currentPriceHeader {
    color:white;
    font-size:90%;
}

#currentPriceLastUpdated {
    color:white;
    font-size:60%;
    line-height:110%;
}

#currentPrice {
    color:white;
    font-size:200%;
    margin-top:20px;
    font-weight:bold;
}


#footerArea {
    width:100%;
    text-align:right;
    color: #999999;
    margin-bottom:0px;
    font-size:85%;
}

h1 {
    background-color:#336699;
    padding:15px;
    color: white;
    font-size:xx-large;
    font-weight:normal;
    margin: 0px 0px 10px 0px;
    line-height:100%;
}

#standingsHeader {
    background-color: #336699;
    color: white;
    padding: 5px;
    margin-top: 20px;
    display: block;
    font-size:120%;
}    

/* results table header */
table#resultsHeader {
    width:100%;
    border-collapse: collapse;
    table-layout:fixed;
}

table#resultsHeader tr {
    width: 100%;
    color:white;
}

table#resultsHeader td {
    text-align:left;
    vertical-align:top;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin:0px;
    font-weight:normal;
}

table#resultsHeader td:nth-child(1), table#results td:nth-child(1) {
    width: 15%;
    padding:2px;
}

table#resultsHeader td:nth-child(2), table#results td:nth-child(2) {
    width: 40%;
    padding:2px;
}

table#resultsHeader td:nth-child(3), table#results td:nth-child(3) {
    width: 25%;
    padding:2px;
}

table#resultsHeader td:nth-child(4), table#results td:nth-child(4) {
    width: 20%;
    padding:2px;
}


/* results table */
table#results {
    width:100%;
    border-collapse: collapse;
    table-layout:fixed;
}

table#results tr {
    border-bottom:1px dotted #cccccc;
}

table#results td {
    text-align:left;
    vertical-align:top;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    margin:0px;
    font-weight:normal;
}

table#results th {
    background-color:#336699;
    color:white;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    font-weight:normal;
}

table#results td:nth-child(4) {
    color:#999999;
    font-size:85%;
}

.topEntry {
    background-color:#cee7ff;
}

.expertEntry {
    background-color:beige;
}

.resultsEvenRow {
    background-color:#f4f4f4;
}

.resultsOddRow {
    background-color:white;
}

/* summary table */
table#summary {
    width:100%;
    border-collapse: collapse;
}

table#summary tr {
    border-bottom:1px dotted #cccccc;
}

table#summary th {
    background-color:#336699;
    color:white;
    text-align:left;
    padding-left:5px;
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
    margin:0px;
    font-weight:normal;
    vertical-align:bottom;
}

table#summary th:nth-child(1) {
    font-size:120%;
}

table#summary td {
    padding-left:5px;
    padding-right:5px;
}

#areaResults {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
}

#areaResultsHeader {
    background-color: #336699;
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
}

a, a:link, a:visited
{
	color: #336699;
	text-decoration: none;
	outline: none;
}

a:hover
{
	color: #6699cc;
	text-decoration: underline;
}

#footerArea a, #footerArea a:link, #footerArea a:visited
{
	color: #999999;
	text-decoration: none;
	outline: none;
}

#footerArea a:hover
{
	color: #999999;
	text-decoration: underline;
}


@media only screen and (max-width: 620px) {
    #areaResults {
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1; 
        column-count: 1;
    }

    #areaResultsHeader {
        background-color: #336699;
        display: block;
        -webkit-column-count: 1;
        -moz-column-count: 1; 
        column-count: 1;
    }

    /* hide the second row, which a workaround */
    table#resultsHeader tr:nth-child(2) {
        display:none;
}
}
</pre></body></html>