/**
 * Note that these styles are loaded *after* common styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */

.childPageTiles {
    clear: both;
}

.childPageTiles .childTile {
    clear: both;
    margin-bottom: 2em;
    overflow: auto;
}

.childPageTiles .childTile:nth-of-type(2n+1) .childTileContent {
    float: left;
}

.childPageTiles img {
    width: 48.5%;
}

.childPageTiles .childTileContent h2 {
    margin-top: 0;
}