#Title
{
    font-weight: 500;
    text-transform: uppercase;
}

.articleTitle h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.articleTitle {
    color: rgba(0,0,0,0.8);
}

.articleBody
{
    margin-top: 1em;
}

.articleContainer:hover
{
    border-left: 1px solid #2196F3;
}

.articleContainer
{
    border-left: 1px solid white;
    transition: border-left 0.2s ease-in-out;
    margin-bottom: 2em !important;
}

.readMore
{
    float: right;
}

.categoryLink
{
    text-decoration: none;
    color:#444444;
}

.categorySpan
{
    padding : 0.2em;
    border-radius: 0.5em;
}

.categorySpan:hover
{
    padding : 0.2em;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}