body {
  padding-top: 70px;
}

.rss-content {
    width: 100%;
    display: block;
}

.read_rss {
    color: #000000;
    background-color: #888888;
}

.rss-site-sub {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;

}

.rss-title {
    cursor: pointer;
}
