
/*  NEWS    ***********************************  */

.layout_news{
    width: 313px;
    min-height: 490px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    /*margin-right: 0px;*/
    border-left: dashed 1px #3598ca;
    margin-left: 8px;
}

.news_wrapper{
    width: 294px;
    min-height: 490px; 
    display: inline-block;
    vertical-align: top;
    text-align: left;
    }
    
 .news-container {
    position: relative;
    padding: 0px 5px 0px 10px;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    height: 440px;
    width: 294px;
}

.news-body {
    font-size: 9pt;
    color: #000000;
    line-height: 150%;
    width: 294px;
    height: 490px;
}

.news-wrapper{
    display: inline-block;
    position: relative;
    width: 32%;
    vertical-align: top;
    padding: 10px 10px 10px 10px;
    border-left: dashed 1px #cccccc;
    padding: 5px;
    margin: 0px 5px 0px 5px;
}

.news-wrapper .article-header{
    width: 100%;
    height: 25px;
    font-weight: bold;
    background-color: #ededed;
    display: block;
    position: relative;
    padding: 0px 0px 0px 10px;
    margin: 0px;
    text-align: left;
    padding-top: 8px;
}


.news-container {
    position: relative;
    padding: 0px 5px 0px 10px;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.news-title{
    height: 22px;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    color: #4796D5;
    padding: 0px 0px 0px 0px;
}

.news-date{
    text-align: left;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}
