.plugins_consent {
    display: flex;
    justify-content: center;
    text-align: center;
    clear: both;
}
.plugins_consent .consent-ui-button,
.plugins_consent .consent-ui-button:hover,
.consent-ui-button.permanent,
.consent-ui-button.permanent:hover {
    display: inline-block !important;
    margin: 10px auto !important;
    background: rgb(37, 171, 212) !important;
    color: #fff !important;
    cursor: pointer !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 0 15px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 1px !important;
    border: none !important;
    text-decoration: none !important;
}
.plugins_consent .consent-ui-button:hover,
.consent-ui-button.permanent:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px !important;
}

.psquirrel.foobar { margin: 0 }
/* Avoiding empty files */

.bp1r #middle .center {
    max-width: 960px !important;
}
.search-story-grid .story-related {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.search-story-grid .story-related .story-related-story {
	margin-bottom: 20px;
}
.search-story-grid .story-related .item-1,
.search-story-grid .story-related .item-3,
.search-story-grid .story-related .item-5,
.search-story-grid .story-related .item-7{
    margin-right: 20px;
}
@media (max-width: 768px) {
.search-story-grid .story-related .item-1,
.search-story-grid .story-related .item-3,
.search-story-grid .story-related .item-5,
.search-story-grid .story-related .item-7{
    margin-right: 0;
	}
}


.storyblend_content_related.search-story-grid .story-related .story-related-story .story-related-content {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    position: relative;
}
.storyblend_content_related.search-story-grid .story-related .story-related-story .story-related-content .story-related-title{
	position: absolute;
    width: 300px;
    font-size: 50px;
    background: rgba(255,255,255, 0.75);
    color: #000000;
    font-weight: 800;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    text-transform: uppercase;
    margin: 10% auto;
}

.search-story-grid .story-related .ad_slot.ad_labeled:after, 
.search-story-grid .story-related .ad_slot.ad_inline:after {
    display: none;
}
.search-story-grid .ad_slot.ad_wrapper.ad_inline {
    display: none;

