/**************************************************************************************************
 *
 * Basic Styles
 *
 *************************************************************************************************/
.content {
  width: 100%;
}

article.detail #eventimg {
  margin-bottom: 10px;
}

article.detail #eventimg img {
  max-width: 100%;
}

article.detail .time {
  font-size: 1.4em;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}

article.detail .meta {
  margin-bottom: 5px;
}

article.detail .meta em {
  font-size: 0.9em;
}

/**************************************************************************************************
 *
 * Recommended Styles
 *
 *************************************************************************************************/
article.detail .time {
  font-weight: bold;
}

article.detail .time .eventTime {
  font-weight: normal;
}

article.detail .meta em {
  font-weight: bold;
  font-style: normal;
}

/**************************************************************************************************
 *
 * Custom Overrides - delete these and you should be at a good starting point
 *
 *************************************************************************************************/
#content-wrap {
  padding-top: 20px !important;
}

