.content h1.very-simple:after {
    content: none;
}

.content h1 small,
.content .letters {
    margin-top: 10px;
}

.content h1 small a,
.content .letters a {
    color: #1F4189;
    transition: color 0.3s ease-in-out 0s;
}

.content h1 small a:hover, .content h1 small a:focus,
.content .letters a:hover, .content .letters a:focus {
    color: #777777;
    text-decoration: none;
}

.content h1 small a:hover, .content h1 small a:active,
.content .letters a:hover, .content .letters a:active {
    outline: 0 none;
}

.content .letters {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #999999;
    text-transform: none;
}

.content .letters:after {
  background-color: #1f4189;
  bottom: 0;
  content: "";
  margin-top: 10px;
  margin-bottom: -1px;
  display: block;
  width: 50px;
  height: 3px;
}

.content h3 {
    margin-bottom: 10px;
}

.content section.page div.row-fluid div.span6 ul.unstyled li {
    line-height: 26px !important;    
}

.content section.page div.row-fluid div.span6 ul.unstyled li a {
    white-space: pre-wrap;
}