.RSS {
        background: none repeat scroll 0 0 #fff;
        margin-bottom: 36px;
}
.RSS a {
        text-decoration: none;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 21px;
        color: #0084f3;
        margin: 7px 0 7px 0px !important;
        text-transform: none;
        display: block;
}
}
.RSS table {
        background: url("images/rss.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.RSS table tr {
        display: inline-block;
        margin-left: 0;
}
.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;
}
.RSS a img {
}
.RSS td.RssNode>a:before {
        content:'';
        display: inline-block;
        padding: 7px 0;
        padding-left: 25px;
        background: url(images/folder-icon.png) no-repeat left 16px;
        background-size: 14px 12px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        width: 14px;
        height: 12px;
        background-position: center;
        margin-right: 12px;
}
@media only screen and (max-width: 768px){
        div.RssTree tbody>tr>td {
                display: table-cell !important;
        }
        .RSS {
                margin-bottom: 36px;
        }
}
