﻿/* ----------------------------------------------------------------------Article Styling------------------------------------------------------------------ */

.articletale {
    max-width: 300px !important;
}

.articletale > div {
    padding-left: .4em;
    /*padding-top: .4em;*/
}

.articletale > .articlecont {
    margin-bottom: 1em;
}

    .articletale > .articlecont > a > h5 {
        width: 100%;
        height: 49px;
        color: #030303;
        font-size: 1em;
        font-weight: 900;
        /*line-height: 23px;*/
        margin-bottom: 0 !important;
        text-align: initial !important;
    }

    .articletale > .articlecont > a, a:hover, a:hover:after {
        text-decoration: none !important;
    }

        .articletale > .articlecont > a > p {
            width: 100%;
            height: 54px;
            color: #525252;
            font-size: .9em;
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: normal;
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-align: justify;
        }

.articleauth > span {
    color: #666666;
    font-weight: 400;
    font-size: .7em;
    line-height: 7px;
}

.articleauth.pull-left > a {
    color: #d9534f;
    font-size: .7em;
    font-weight: 700;
    line-height: .7px;
}


.articleauth.pull-left {
    margin-top: -.8em;
    /*margin-bottom: 2em;*/
}

