/**
 * @version    3.5
 * @package    Simple RSS Feed Reader (module)
 * @author     JoomlaWorks - http://www.joomlaworks.net
 * @copyright  Copyright (c) 2006 - 2016 JoomlaWorks Ltd. All rights reserved.
 * @license    GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/* Template: Default */

/* Common */
a:active,
a:focus {outline:0;}
img {border:none;}
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:0;}

/* Feed List */
div.srfrContainer {}
div.srfrContainer ul.srfrList {list-style:none;padding:0;margin:0;}
div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc;}
div.srfrContainer ul.srfrList li.srfrRow {}
	div.srfrContainer ul.srfrList li.srfrRowIsEven {}
	div.srfrContainer ul.srfrList li.srfrRowIsOdd {}
div.srfrContainer ul.srfrList li img.srfrImage {margin:4px auto;padding:0;display:block;/*width:100%;height:auto;*/}
div.srfrContainer ul.srfrList li span.srfrFeedSource {}
div.srfrContainer ul.srfrList li span.srfrFeedItemDate {color:#999;}
.moduletable.best-of-net {
    background: #f7f5f5;
}
.srfrContainer.best-of-net {
    padding: 10px 10px;
}
.best-of-net ul.srfrList {
    position: relative;
    left: 6px;
}
.best-of-net ul.srfrList li {
	width: 30%;
    clear: none!important;
    border-bottom: none!important;
    display: inline-table;
}
.best-of-net h2.moduleTitle {
    height: 80px;
    background: white;
    margin-bottom: 0px;
}
.best-of-net img.srfrImage {
    border-bottom: 3px solid #9a1b32;
	border-radius: 3px 3px 0 0;
}
.best-of-net-fulltext span {
    position: relative;
    top: -42px;
    left: -2px;
    padding: 2px 10px 2px 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 2px;
    font-weight: 300;
    font-size: 85%;
    background-color: #9b1b31;
}
.best-of-net-fulltext h4 {
    margin-top: -17px;
}
.best-of-net-link
{font: normal 15px/19px "Roboto","Open Sans Condensed Bold",Tahoma,Helvetica,Arial,sans-serif!important;
    text-transform: none;
    font-weight: 700;
    color: #2d292a;}
.best-of-net-link:hover{
	color: #9a1b32;
}	
/* RESPONSIVE */
@media (max-width:699px){
    .best-of-net ul.srfrList li {
    width: 44%;
	}
}
