.RSS{
        padding: 0;
        margin: 20px 0;
}
.RSS .header span {
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        display: none;
}
.RssTree>div>table{
        width: 100%;
        background: #F3F6FB;
        margin-bottom: 20px;

}
.RssTree>div>table tr td{
border: 1px solid #F2F2F2;
}
.RssTree>div>table tr td:first-child{
        width: 10%;
        text-align: center;
}
.RssTree img[alt*='Expand']{
        content: url(images/open.png);
}
.RssTree img[alt*='Collapse']{
        content: url(images/close.png);
}
.RssTree>div div[id*='Nodes'] table{
        width: 100%;
        margin-top: -20px;
        margin-bottom: 20px;
}
.RssTree>div div[id*='Nodes'] table tr td:nth-child(2){
        display: none;
}
.RssTree>div div[id*='Nodes'] table tr td:nth-child(1){
        width: 10%;
}
.RssTree>div div[id*='Nodes'] table tr td{
       border: 1px solid #F2F2F2; 
}
.RssTree>div div[id*='Nodes']>div table tr td:nth-child(3){
        display: none;
}
.RssTree>div div[id*='Nodes']>div table tr td:nth-child(1){
        width: 20%;
}
.RSS .RssNode{
      //styleName: Heading 5 Merri;
font-family: "Merriweather";
font-size: 15px;
font-weight: 700;
line-height: 22px;
text-align: left;
padding: 20px;
        color: #031739;

}
.RssTree>div div[id*='Nodes'] table .RssNode{
      //
      styleName: Sapo;
      font-family: "Roboto";
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      text-align: left;
      color: #182940;
      white-space: normal;
}
@media only screen and (max-width: 1023px){
        .RSS {
                padding: 0 10px;
                width: 100vw;
        }
        .RSS .RssTree td {
                display: table-cell !important;
                width: auto !important;
        }
}
