.override-layout-content h2
{
  color: #555555;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}


.override-layout-content h3
{
  color: #336699;
  font-size: 12px;
  margin-bottom: 16px;
}


.override-layout-content h4
{
  color: #555555;
  font-size: 12px;
}


.override-layout-content span.more-link
{
  font-weight: bold;
}


.override-layout-content span.more-link a
{
  text-decoration: none;
}


.override-layout-content ul
{
  margin-left: 50px;
  margin-bottom: 1em;
}


.override-layout-content ul li
{
  list-style: none;
  margin-bottom: 15px;
}


.override-layout-content ul.landing, .override-layout-content ul.landing-with-title
{
  list-style: none;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 10px;
}


.override-layout-content ul.landing li
{
  /* The next 2 styles indent second lines if the line wraps */
  text-indent: -80px;
  padding-left: 80px;
}


.override-layout-content ul.landing li a
{
  margin-left: 15px;
}


.override-layout-content ul.landing, .override-layout-content ul.landing-with-title
{
  list-style: none;
  margin-left: 0px;
  padding-top: 5px;
  padding-left: 0px;
  padding-bottom: 10px;
}


.override-layout-content ul.landing-with-title
{
  margin-top: -18px; /* Hack to fix the relative position move in the div below used for the date */
}


.override-layout-content ul.landing-with-title li
{
  /* The next 2 styles indent second lines if the line wraps */
  text-indent: -70px;
  padding-left: 70px;
  margin-bottom: 0px;
}


.override-layout-content ul.landing-with-title li div
{
  position: relative;
  display: inline;
  top: 18px;
}


.event-info h3
{
  margin-bottom: 0px;
}