div.LabeledMarker_markerLabel {
  font-size: 8px;
  font-weight: bold;
}

div.countyitem {
  margin-bottom: 5px;
}

div.countyitem img {
  top: 3px;
  position: relative;
}

span.countyname {
  margin-left: 10px;
}

span.searchresult span.highlight {
  background-color: #ffff79;
}

img.icon {
  border: 0px;
  padding: 2px 5px 2px 2px;
}

img.txticon {
  border: 0px;
  padding: 2px 5px 2px 2px;
}

table.session {
  border-collapse: collapse;
}

table.session tr td {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 2px;
}

table.txtsession {
  border-collapse: collapse;
  border: 1px solid black;
  margin-left: 2px;
}

table.txtsession tr td {
  padding: 4px;
}

table.txtsession tr td.heading {
  font-weight: bold;
  background-color: #f3d878;
  border-bottom: 1px solid black;
}

table.txtvenue {
  border: 1px solid black;
  width: 450px;
}

table.txtvenue tr td.top {
  vertical-align: top;
  width: 40px;
}

a.switch {
  background-color: #f3d878;
  padding: 5px;
  border: 1px solid black;
  margin: 5px 0;
}

div.options h3 {
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}

div.options {
  font-size: 80%;
}

