.member-details{
  padding: 10px;
  line-height: 1.5em;
}

.department-meta{
  padding: 10px;
  width: 50%;
}

.contact_info{
  border-left: 1px solid #e4e4e4;
  width: 50%
}

.department-meta h3, .contact_info h3{
  padding-top: 0px;
  margin-top: 0px;
  border-bottom: 1px dotted #e4e4e4;
  color: #cc0000;
}

.awarded{
  background-color: #e4e4e4;
  font-size: larger;
}

.member-details address{
  padding-bottom: 10px;
  font-style: normal;
}

.member-details .phone{
  background-color: #e4e4e4;
}

.member-details .internet{
  background-color: #f4f4f4;
}

.expiring-soon{
  background-color: yellow;
}
.current{
  background-color: green;
  color: white;
}
.expired{
  background-color: red;
  color: white;
  font-weight: bold;
}
.never{
  background-color: #e4e4e4;
}
.alt{
  background-color: #e4e4e4;
}

div.error,div.notice{
  margin: 10px;
  background-color: red;
  color: white;
  padding: 10px;
}

div.notice{
  background-color: green;
}

