.section-rss-feeds table tr:first-child {
    border-top: 1px solid #8e8e8e;
}

.section-rss-feeds table tr {
    border-bottom: 1px solid #8e8e8e;
    height: 38px;
}

.section-rss-feeds table tr td:first-child {
    width: 18px;
    height: 18px;
    padding: 10px 10px 10px 3px;
    background: url("../../images/icons/ico-feed.png") no-repeat center;
}

.section-rss-feeds table tr td:last-child {
    width: 190px;
    height: 18px;
    padding: 10px 10px 10px 3px;
}

.section-rss-feeds table tr td a {
    text-decoration: none;
    color: black;
}

.section-rss-feeds table tr td a:hover {
    text-decoration: underline;
}