/*
Theme Name: Newslist Child
Description: Theme enfant de Newslist
Author: 
Author URI: 
Template: newslist
Version: 0.1.0
*/  

.newslist-header-wrapper{
    background-color: #fff;
}
.newslist-latest-post-wrapper{
    background-color: #fff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.post-edit-link{
    display: none;
}
.related{
    display: none;
}
.page article .entry-content{
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
}