.blog-post h1 {
    display: inline-block;
}

.blog-post h1:after {
    background: none repeat scroll 0 0 grey;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: inherit;
}

.meeting-type {
    color: #de0303;
}