.rss-toc-box {
    float: right;
    width: 350px;
    margin: 0 0 10px 10px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.rss-toc-title {
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.rss-toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rss-toc-item {
    margin: 5px 0;
    font-size: 75%;
}

.rss-toc-level-3 {
    margin-left: 10px;
}

.rss-toc-link {
    color: #1a0dab;
    text-decoration: none;
}

.rss-toc-link:hover {
    color: #2e8b57;
}

.rss-content-flow {
    overflow: hidden;
}

.rss-full-width {
    clear: both;
    width: 100%;
    margin-top: 10px;
}