/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 Apr, 2017, 4:45:40 PM
    Author     : shubham
*/
.blogContainer{
    margin-top: 15px;
    background: white;
    font-size: 13px;

}
.blogHeader{
    padding: 15px;
    color: #6c6363;
    border-bottom: 1px solid #cecece;
}
.blogList{
    height: 280px;
    overflow-y: scroll;
    cursor: pointer;
}
.blogArticle{
    padding: 10px 15px;
    border-bottom: 1px solid #cecece;
}
blogContainer ::-webkit-scrollbar { 
    display: none !important; 
}
