/* RSS Just Better and RSSImport widget css*/
div.rssjb, .rssimport ul {
    background: #d5d8dc none repeat scroll 0 0;
    margin-top: -17px;
    padding: 0 1px 1px;
}
.rssimport ul li {
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px;
}

.rssimport a {
   font-weight: bold;
}

.rssimport ul li:last-child {
    border-bottom: medium none !important;
    padding-bottom: 0;
}

.rssimport h6 {
display: none;
}

body .container .widget.rssimport ul li{
background: rgba(0, 0, 0, 0) none repeat;
}