<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************
  Blue Theme
 *************/
/* overall */


.tablesorter-blue td.d,th.d {text-align:right;border-left:1px solid #eee;}

.table td.d,th.d {text-align:right;border-left:1px solid #eee;}
.table td.d0,th.d0 {width:85%;}
.table td.d1,th.d1 {width:15%;}

.elections_centered_autoresize {width:700px;height:444px;background-size:cover;}

.table td.dd1,th.dd1 {width:250px;}
.table td.dd2,th.dd2 {width:225px;}
.table td.dd3,th.dd3 {width:225px;}

@media screen and (min-width : 1276px) {
	.table td.dd1,th.dd1 {width:250px;}
	.table td.dd2,th.dd2 {width:349px;}
	.table td.dd3,th.dd3 {width:348px;}
	.elections_centered_autoresize {width:947px;height:600px;}
	}


.tablesorter-blue {
}
.tablesorter-blue th,
.tablesorter-blue td {
}

/* header */
.tablesorter-blue th,
.tablesorter-blue thead td {
}
.tablesorter-blue tbody td,
.tablesorter-blue tfoot th,
.tablesorter-blue tfoot td {
}
.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-color: #EEEDE6;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-color: #EEEDE6;
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-blue thead .sorter-false {
	background-image: none;
	padding: 4px;
}

/* tfoot */
.tablesorter-blue tfoot .tablesorter-headerSortUp,
.tablesorter-blue tfoot .tablesorter-headerSortDown,
.tablesorter-blue tfoot .tablesorter-headerAsc,
.tablesorter-blue tfoot .tablesorter-headerDesc {
	/* remove sort arrows from footer */
	background-image: none;
}

.tablesorter-blue tbody &gt; tr:hover &gt; td,
.tablesorter-blue tbody &gt; tr:hover + tr.tablesorter-childRow &gt; td,
.tablesorter-blue tbody &gt; tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow &gt; td,
.tablesorter-blue tbody &gt; tr.even:hover &gt; td,
.tablesorter-blue tbody &gt; tr.even:hover + tr.tablesorter-childRow &gt; td,
.tablesorter-blue tbody &gt; tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow &gt; td {
	background: #d9d9d9;
}
.tablesorter-blue tbody &gt; tr.odd:hover &gt; td,
.tablesorter-blue tbody &gt; tr.odd:hover + tr.tablesorter-childRow &gt; td,
.tablesorter-blue tbody &gt; tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow &gt; td {
	background: #bfbfbf;
}

}</pre></body></html>