.child_pages {
    overflow: auto;
    margin-bottom: 1em
}

.child_pages .child_page {
    float: left;
    overflow: hidden
}

.child_pages .child_page-container {
    margin: 5px;
    border: 1px solid #dedede;
    background-image: url(/wp-content/plugins/child-pages-shortcode/css/img/bg-white.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-radius: 5px;
    padding: 10px
}

.child_pages .post_thumb {
    text-align: center;
    overflow: hidden;
    background-image: url(/wp-content/plugins/child-pages-shortcode/css/img/camera.png);
    background-position: center center;
    background-repeat: no-repeat
}

.child_pages .post_thumb img {
    max-width: 100%;
    height: auto
}

.child_pages .post_content {
    padding: 0 10px
}

.child_pages .post_content h4 {
    font-weight: bolder;
    margin-top: .5em;
    font-size: 14px;
    line-height: 1.2em
}

.child_pages .post_content .post_excerpt {
    margin-top: .5em;
    font-size: 12px;
    line-height: 1.2em
}