.lazy_post {
    margin: 5px 0;
}
.lazy_post .title {
    display: block;
    width: 80%;
    background-color: #ccc;
    padding: 5px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}
.lazy_post .content {
    display: none;
}