/**
 * Spread
 */
.paged-block-rawtspread-list .pager-icon {
    color: #5f5d5a;
}

.paged-block-rawtspread-list .pager-icon:hover {
    color: #ef7873;
}

.rawt-spread {
    margin-top: 0.8em;
}

.rawt-spread .spread-connector {
    opacity: 0.6;
}

.rawt-spread .details-content {
    border-radius: 0.3em;
    border: 1px solid #EAE7E2;
}

.rawt-spread .spread-child-type-comment .comment-body {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    /*box-shadow: 0 0 0.3em #ece8df;*/
    box-shadow: 0 0 0.4em #e9e6e1;
    border: 1px solid #EAE7E2;
    border-radius: 0.3em;
}

.rawt-spread .spread-child-type-comment .comment-body-content {
    border: 1px solid #e1ddd5;
}

.rawt-spread .details .rawt-button {
    display: inline-block;
}

.rawt-spread .spread-parent h2 a:hover {
    color: #ef7873;
}

.rawt-spread .spread-parent h2 {
    text-transform: uppercase;
}

.rawt-spread .spread-parent h2 .date {
    font-size: 0.4em;
    background: #fff;
    width: 2em;
    height: 2em;
    padding: 0.3em 0.6em 0.9em;
    color: #888;
    border-top: 0.4em solid #ccc;
}

.rawt-spread .spread-parent-image, .rawt-spread .spread-child-image {
    padding: 0.4em;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 0.3em #ece8df;*/
    box-shadow: 0 0 0.4em #e9e6e1;
    border: 1px solid #EAE7E2;
    border-radius: 0.3em;
}