#pressReleaseList {
  list-style: none;
  margin: 0!important;
  padding: 0!important;
}
#pressReleaseList li {
  display: block;
  float: left;
  clear: left;
  border: 1px solid #0A192E;
  margin-bottom: 3px;
}
#pressReleaseList li a {
  text-decoration: none;
  color: #0A192E;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 630px;
  padding: 5px;
  background: #EEE;
}

#pressReleaseList li a:hover {
  text-decoration: none;
  color: #0A192E;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 630px;
  padding: 5px;
  background: #FFF;
}
