/*
 * Static styles
 */

#elections-results--container {
/*  font-size: 88%;
 * font-family: helvetica,arial,freesans,clean,sans-serif;
 * color: #222;
 */
}

table.elections-results--results-table {
  border-collapse: separate;
}

table.elections-results--results-table td, table.elections-results--results-table th {
  padding: 4px 7px;
  margin: 0px;
  text-align: center;
}

table.elections-results--results-table td:nth-child(odd) {
  font-style: italic;
}

table.elections-results--results-table td:nth-child(even) {
  font-weight: bold;
}

table.elections-results--results-table td:first-child {
  font-style: normal;
}

table.elections-results--results-table tr:nth-child(odd) {
  background-color: #84d7ff;
}

table.elections-results--results-table tr:nth-child(even) {
  background-color: #b9e9ff;
}

table.elections-results--results-table tr.elections-results--ron-row {
  background-color: #f9a6d7;
}

table.elections-results--results-table tr:last-child {
  background-color: #ddd;
}

table.elections-results--results-table th {
  color: #ffffff;
  font-weight: bold;
  background-color: #00adee;
  border-bottom: none;
}

/*
 * Dynamic styles
 */

div.elections-results--dynamic {
  width: 100%;
}

div.elections-results--dynamic div#elections-results--index > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ec008c;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAMSURBVBhXY/j//z8ABf4C/qc1gYQAAAAASUVORK5CYII=');
  background-position: bottom;
  background-repeat: repeat-x;
  color: white;
}

div.elections-results--dynamic div#elections-results--index > ul li {
  display: inline-block;
  text-align: center;
  padding-top: 3px;
}

div.elections-results--dynamic div#elections-results--index > ul li a {
  padding: 0 1em;
  color: white;
  text-decoration: none;
}

div.elections-results--dynamic div#elections-results--index > ul li.elections-results--index-selected {
  background-color: white;
  color: #595959;
}

div.elections-results--dynamic div#elections-results--index > ul li.elections-results--index-selected a {
  color: #595959;
}

div.elections-results--dynamic div.elections-results--index-group {
  margin: 0;
}

div.elections-results--dynamic div.elections-results--index-group > h2 {
  margin: 0;
  display: none;
}

div.elections-results--dynamic div.elections-results--index-group > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.elections-results--dynamic div.elections-results--index-group > ul > li {
  display: block;
  padding: 3px 6px;
  border-top: 1px solid #dddddd;
}

div.elections-results--dynamic div.elections-results--index-group > ul > li:nth-child(odd) {
  background-color: #f9f9f9;
}

div.elections-results--dynamic div.elections-results--index-group > ul > li:last-child {
  border-bottom: 1px solid #dddddd;
}

div.elections-results--dynamic div.elections-results--index-group > ul > li a {
  font-size: 110%;
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
}

div.elections-results--dynamic div.elections-results--election {
  width: 100%;
  background-color: white;
  padding-top: 0.5em;
  overflow: auto!important;
}

div.elections-results--dynamic div.elections-results--election ul {
  margin: 0.5em;
}
