﻿h2
{
    font-size: 130%;
}
h4.panel-title
{
    line-height: 68px;
}
.news-excerpt .panel-heading img
{
    max-height: 68px; 
    float: left;
    margin-right: 1em;
}

.news-card{
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 30px;
    background: #fff;
    box-shadow: 2px 3px 12px rgba(0,0,0,0.2);
    
}

.news-header > span{
    font-size: 18px;
    color: #36414A;
}

.news-header > h2{
    margin: 8px 0;
    font-size: 24px;
}

.news-header-line{
    max-width: 300px;
    border-bottom: 2px #33558D solid;
    clear: both;
    margin: 10px 0 20px 0;
}

.news-header{
    margin-bottom: 35px;
}
