﻿
/* 
    BloggersBlockTemplate 
*/
.BloggersBlockTemplate .rcblog .rcLink { position: absolute; right: 0; bottom: 0; }
.BloggersBlockTemplate #whitespace { width: 100%; height: 20px; background: white; margin-bottom: 10px; clear: both; }
.BloggersBlockTemplate .rcblog > div { position: relative; height: 240px; }
.BloggersBlockTemplate .rcblog { height: 240px; float: left; width: 110px; padding: 0 8px !important; border-right: 1px solid lightgrey; margin-bottom: 10px !important; }
.BloggersBlockTemplate .rcblog:nth-child(6), .rcblog:nth-child(11) { border-right: none; }
.BloggersBlockTemplate .name { font-size: 14px; margin: 0; padding-top: 0; margin-top: 0 !important; font-weight: 800; }
.BloggersBlockTemplate .blogtext { font-size: 12px; margin: 0; padding-top: 0; margin-top: 0 !important; font-weight: 500; }
.BloggersBlockTemplate .rcblog img { width: 115px; -moz-border-radius: 115px; -webkit-border-radius: 115px; border-radius: 115px;height: 115px; }

@media(max-width: 1025px) {

    .BloggersBlockTemplate .rcblog { width: 108px; border-right: 1px solid lightgrey !important; }
    .BloggersBlockTemplate .rcblog:nth-child(4), .rcblog:nth-child(6), .rcblog:nth-child(9), .rcblog:nth-child(11) { border-right: none !important; }
}