table.schedule {
  border-collapse: collapse;
}
table.schedule td {
  padding-left: 1em;
  padding-right: 1em;
  color: #393939;
}
table.schedule th {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}
table.schedule tr.header {
  background: #393939;
  color: #f7f7f7;
}
table.schedule tr.important { font-weight: bold; }
table.schedule tr.header th:first-child { border-top-left-radius: 1em;}
table.schedule tr.header th:last-child { border-top-right-radius: 1em; }
table.schedule tr:last-child td:first-child { border-bottom-left-radius: 1em; }
table.schedule tr:last-child td:last-child { border-bottom-right-radius: 1em; }
table.schedule tr.la{
  background: #FFE0F1;
}
table.schedule tr.la:nth-of-type(odd) {
  background: #FFBFE2;
}
table.schedule tr.ny {
  background: #E0F8FF;
}
table.schedule tr.ny:nth-of-type(odd) {
  background: #BFF1FF;
}
table.schedule tr.ia{
  background: #F9FCE7;
}
table.schedule tr.ia:nth-of-type(odd) {
  background: #F3FCBD;
}

table.basic {
  border-collapse: collapse;
}
table.basic td {
  padding-left: 1em;
  padding-right: 1em;
  color: #393939;
}
table.basic th {
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
}
table.basic tr{
  background: #d0d0d0;
}
table.basic tr:nth-of-type(odd) {
  background: #f0f0f0;
}
table.basic tr.header {
  background: #666666;
  color: #f7f7f7;
}
table.basic tr.header th:first-child { border-top-left-radius: 1em;}
table.basic tr.header th:last-child { border-top-right-radius: 1em; }
table.basic tr:last-child td:first-child { border-bottom-left-radius: 1em; }
table.basic tr:last-child td:last-child { border-bottom-right-radius: 1em; }

h2.posttitle {
  padding-bottom: 16px !important;
  line-height: 1.1;
}

.post h3 {
  padding-top: 6px;
  padding-bottom: 16px;
}

.post ul {
  margin: 0px 0px 8px 0px;
}
.post hr {
  margin: 4px 0px 16px 0px;
}
.post li {
  padding: 0px;
}
.post div.liheading {
  font-weight: bold;
  font-size: 120%;
}
body {
  font-size: 10pt !important;
  line-height: 140% !important;
}
.wp-caption p.wp-caption-text {
  padding-bottom: 0px !important;
}
.post p {
  padding-bottom: 10px;
}
body.home div.widget-area div.grid_4 {
  float: left;
}
body.home div.widget-area div.grid_8 {
  float: right;
}
div.menu-horizontal {
  margin: 10px 0;
}
.sf-menu a {
  font-size: 120% !important;
  padding: 0.5em 2.0em !important;
}
.promo-container {
//  display: none !important;
  margin-bottom: 8px !important;
}