﻿.short_headline {
    margin: 10px 0 10px 0;
    line-height: 1.2;
    clear: both;
    font-size: 180%;
    padding-bottom: 5px;
    position: relative;
    text-transform: capitalize;
    font-weight: 300;
}

.short_headline span {
    border-bottom: 3px solid #5676a5;
    padding-bottom: 5px;
}

.short_headline.block span {
    display: block;
}

p + .short_headline,
table + .short_headline,
blockquote + .short_headline,
ul + .short_headline,
ol + .short_headline,
dl + .short_headline,
form + .short_headline,
h1 + .short_headline,
h2 + .short_headline,
h3 + .short_headline,
h4 + .short_headline,
h5 + .short_headline,
h6 + .short_headline,
.row-fluid + .short_headline {
    margin-top: 30px !important
}

.short_headline + h1 {
    margin-top: 3% !important
}

.short_headline.margin-top {
    margin: 2em 0 1em 0
}

.widget .short_headline {
    font-size: 120%;
    margin-bottom: 1em;
    margin-top: 0;
    padding-bottom: 8px;
    line-height: 1;
}

    .widget .short_headline span {
        border-width: 2px;
        padding-bottom: 3px;
    }


