#right_favourites { padding-bottom: 20px; font-size: 14px; }

.fav_top { height: 43px; background: url('/public/images/bg_fav_top.png') no-repeat bottom left; }
.fav_bottom { height: 43px; background: url('/public/images/bg_fav_bottom.png') no-repeat top left; }

.fav_content { width: 100%; box-sizing: border-box; padding: 0 15px 15px 15px; background: #aaf258; }

.fav_content h3 { font-size: 24px; margin-top: 0; }

.fav_content a { color: #333333; }
.fav_content a:hover { color: #882600; }
.fav_content a:focus { color: #882600; }

.fav_content_more { font-size: 16px; margin-bottom: 0; text-align: left; }


@media screen and (max-width: 768px) {
    
    #right_favourites { width: 48%; float: left; padding-bottom: 0; }
    
    .fav_top { display: none; }
    .fav_bottom { display: none; }
    .fav_content { padding: 0; background: none; }
    
}

@media screen and (max-width: 550px) {
    
    #right_favourites { width: 100%; float: none; padding-bottom: 20px; }
    
}