.RSS {
        background: none repeat scroll 0 0 #fff;
}
.RSS a {
        color: #222;
        display: inline-block;
        font: bold 10pt arial !important;
        padding: 3px 0;
}
.RSS table {
        background: url("images/rss.png") no-repeat scroll 0px 8px rgba(0, 0, 0, 0);
}
.RSS table tr {
        display: inline-block;
        margin-left: 50px;
}
.RSS ul li {
        background: url("images/rss.png") no-repeat scroll left center rgba(0, 0, 0, 0);
        padding-left: 50px;
}
.RSS ul {
        list-style: none outside none;
        margin: 0 0 0 5px;
        padding: 0;
}
@media only screen and (max-width: 768px){
        .RSS table td {
                display: table-cell;
        }
        .RSS {
                margin-bottom: 10px;
                padding: 10px;
        }
}
