.live-feeds-block.live-feeds-view .block-title {
    color: #dc4405 !important;
    font-family: 'Open sans',sans-serif;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 19px !important;
    font-weight: normal !important;
    line-height: 1.3rem;
    margin-bottom: 18px;
    padding: 0 10px 0 2px;
    border-bottom: 1px solid #e0e0e0;
}


/* Fix for when the block header is a link (as in book title) */
.block > h2 > a {
  color: #dc4405;
  text-decoration: none;
}
