.site-map {
        padding: 10px;
        border: 1px solid #eeeeee;
        margin-bottom: 15px;
}
.site-map .header span {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        font-family: 'Roboto',Arial,Tahoma;
}
.site-map .button a {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
}
.site-map .button a:nth-child(1) {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
        background: url(images/expand.gif) no-repeat;
        padding-left: 17px;
        background-position: left center;
}
.site-map .button a:nth-child(2) {
        font-size: 13px;
        text-decoration: none;
        margin: 10px 0;
        display: inline-block;
        margin-right: 5px;
        background: url(images/collapse.gif) no-repeat;
        padding-left: 17px;
        background-position: left center;
}
.site-map .RssNode a span.parent {
        font-size: 13px !important;
        color: #333;
        display: inline-block;
        padding: 5px 0;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left 9px;
        padding-left: 10px;
        text-decoration: none;
        background-image: url(images/folder.gif);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px;
        white-space: normal;
}
.site-map .RssNode a span.end {
        font-size: 13px !important;
        color: #333;
        display: inline-block;
        padding: 5px 0;
        text-decoration: none;
        background-repeat: no-repeat;
        background-position: left 9px;
        padding-left: 10px;
        text-decoration: none;
        background-image: url(images/file.gif);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 20px;
        white-space: normal;
}
@media only screen and (max-width: 768px){
        .site-map {
                padding: 0 10px;
                border: none;
                width: 100vw;
        }
        div.RssTree td {
                display: table-cell;
                text-align: left;
                width: auto !important;
        }
}
