table.info-table {
  width: 100%;
  border-bottom: 1px solid #410457;
}

table.info-table a {
  text-decoration: underline;
}

table.info-table tr.purple {
  background: #410457;
  color: #ffffff;
}

table.info-table tr.purple a {
  color: #ffffff;
}

table.info-table tr.grey {
  background: #fce8fc;
  color: #000000;
}

table.info-table tr.grey_alt {
  background: #ffffff;
  color: #000000;
}

table.info-table th {
  padding: 6px;
  text-align: left;
}

table.info-table th a {
  font-size: 1em;
}

table.info-table td {
  padding: 6px;
/*  border-bottom: 1px solid #aeaeae;*/
  font-size: .9em;
}

table.info-table th a {
  font-size: 1em;
}

table.info-table tr.details td {
  border-left: 1px solid #410457;
}

table.info-table tr.details td:last-of-type {
  border-right: 1px solid #410457;
}

table.info-table tr.notes td {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

table.info-table tr.notes:last-of-type td {
  border-bottom: none;
}


table.info-table td.main-title,
table.info-table td.parent-location {
  font-weight: bold;
  text-decoration: underline;
}

table.info-table td.date-times {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  white-space: nowrap;
}

table.info-table tr.link:hover {
  cursor: pointer;
  background: #fffff0;
}

table.info-table tr.info-deal td {
  background: gold;
  font-size: 1.25em;
  border: 2px dashed #410457;
  border-top: none;
  text-align: center;
  color: #410457;
}

table.info-table tr.info-deal td span {
  color: #410457;
}

table.info-table tr.info-deal td a {
  text-decoration: none;
  display: block;
}

table.info-table tr.info-deal td a:hover {
  text-decoration: underline;
}