/*
    Styles for Registered Members page
*/

.divider {
  clear: both;
  width:100%
  font-weight:normal;
  border-style:solid;
  border-width: 2px 0px 0px 0px;
  border-color:blue;
  padding:5px;
}

.contact {
  float:left;
}

.subHeader {
  float: left;
  margin-left: 10px;
}

.name {
  font-family: Times New Roman;
  color: blue;
  font-weight: bold;
  font-size: 13pt;
}

.dates {
  font-family: Helvetica;
  color: black;
  font-weight: bold;
  font-size: 11px;
}

.details {
  padding-top:5px;
  padding-bottom:8px;
  clear:both;
}
