#letterssplash #letterssplashright {
  float: right;
  width: 40%;
  margin: 15px;

}

#letterssplash #letterssplashcallout{
  padding: 20px;
  background: #efe;
  border: solid 1px green;
  font-weight: bold;
  font-size: 125%;
}

#letterssplash #letterssplashleaders{
  margin-top: 15px;
  padding: 20px;
  background: #eef;
  border: solid 1px blue;
}
#letterssplash #letterssplashtext{
  text-align:left;
  font-size:100%;
  padding-top:15px;
}
#letterssplash #letterssplashleaders .leadersheader{
  font-size: 115%;
  border-bottom: solid 1px #015;
  font-weight: bold;
  color: #015;
  margin-bottom: 10px;
}

#letterssplash #letterssplashleaders table {
  width: 100%;
}

#letterssplash #letterssplashleaders table th{
  text-align: left;
  font-size: small;
  font-weight: normal;
}

#letterssplash #letterssplashleaders table th a{
  font-size: small;
}

#letterssplash #letterssplashleaders table td{
  font-size: small;
  text-align: right;
}