.news_title{
    text-align:left;
    font-weight:bold;
    font-size: 20px;
    margin: 5px 0 2px 50px;
}

.rss_title{
    text-align:left;
    font-weight:bold;
    font-size: 20px;
    padding-top: 30px;
}

.news_title_view {
    text-align:left;
    font-weight:bold;
    font-size: 20px;
}

.news_title a:link,
.news_title a:active,
.news_title a:visited,
.news_title a:hover {
    text-decoration: none;
    color: #000000;
}
.news_title a:hover {
    text-decoration: underline;
    color: #000000;
}

.rss_title a:link,
.rss_title a:active,
.rss_title a:visited,
.rss_title a:hover {
    text-decoration: none;
    color: #000000;
}

.rss_title a:hover {
    text-decoration: underline;
    color: #000000;
}

.news_wrapper{
    position: relative;
}
.news_header {
     font-weight:bold;
     margin: 0 0 20px 0;
}
.news_container{
    background-color: #f3f3f3;
    height: 200px;
    border-bottom: 1px solid #a3a3a3;
    padding: 20px 20px 20px 20px;
    margin: 25px 0 0 0;
}
.news_content {
     text-align:left;
     font-size: 14px;
     float: left;
     width: 530px;
     height: 180px;
     position: relative;
}
.news_img {
     float: left;
     margin: 0 10px 0 0;
     width: 200px;
     height: 200px;
}
.news_img img{
    width: 200px;
}
.rss_content {
     text-align:left;
     font-size: 14px;
}

.news_content img {
    padding-right: 10px;
    padding-top: 5px;
}

.news_date {
    color:#6e6e6e;
    font-size: 10px;
    text-align:left;
    margin: 0 0 5px 50px;
    float: left;
}

.socialButtons div{
    float: left;

}

.news_item {
    padding: 20px;
}