body {
  background: #fff;
  font-family: 'Arial',sans-serif;
  font-size: 0.95rem;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  line-height: 23px;
}

.content {
  padding-right: 15px;
  padding-left: 15px;
}

p.category {
  color: #21467a;
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans","Tahoma sans-serif";
  font-size: 1.15rem;
}

h3 {
  font-family: "Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans","Tahoma sans-serif";
  color: #21467a;
  font-size: 1.35rem;
  line-height: 30px;
  font-weight: normal;
}

table.seminar th {
  text-align: left;
  color: #21467a;
  text-decoration: underline;
  font-weight: bold;
}

table.seminar {
  border-collapse:separate;
  border-spacing: 5px;
}

table.seminar-form th {
}

table.seminar-form {
  border-collapse:separate;
  border-spacing: 5px;
}

.hidden {
  display: none;
}
