.homepage #maincontent .button {
  font-size: 20px;
}

.groupname {
  background: #9D9795;
  padding: 20px;
  color:black;
}

.groupname a {
  color:black;
}


.banner {
  max-width: 100%;
}

.event-listing .event {
  border-top: 1px solid #ccc; 
  padding-top: .5em;
  padding-bottom: 1.5em;
  position: relative;
  clear: left;
}

.event-listing h2 {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.event-listing .event-details {
  margin-top: .5em;
  width: 13em; 
  float: left;
}

.event-listing .event-description{
  margin-left: 15em;
}

.item-title {
  color: #333;
  font-weight: normal;
  font-size: 1.5em !important;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.host {
  margin: .7em 0px;
}

a.item-title:hover {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

#contentContainer h4
{
  clear: both;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-top: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
}