div.post-list-item .attachment-thumbnail{
        padding: 0;
}
div.thumbnail{
	float:left;
        margin-right: 10px;
        width: 150px;
        height: 150px;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;       
}
div.post-list-item div.entry {
    overflow:hidden;
}
div.post-list-item {
        background-color: #efefef;
        position: relative;
        width:  100%;
        box-sizing: border-box;
        font-size:10pt;
        padding-left:10px;
        padding-right:15px;
        padding-top:10px;
        padding-bottom:10px;
        margin-bottom: 10px;
}
div.post-list-item h2 {
        margin-top:0;
}
div.post-list-item div.entry p:first-of-type{
        margin-top: 0;
}
div.post-list-item .tags-post{
        margin-top: 10px;
}

#post-list{
	display: flex;
	flex-direction: column;
}