#lastcomments, #lastcomments a {
    font-size: 10px;
}
#lastcomments .rline {
    margin-bottom: 4px;
}
#lastcomments .ruser {
    color: gray;
}
#lastcomments a:hover {
    background-color: green;
    text-decoration: none;
    color: white;
}
#lastcomments .ruser:hover {
    background-color: gray;
    text-decoration: none;
    color: white;
}
#lastcomments .date {
    color:white;
    background-color: gray;
}

.rssmain {
  width: 100%;
  display: table;
  height: 20px;
}

.rssmain a {
    text-decoration: none;
}

.rssl, .rssr {
  display: table-cell !important;
  display: inline; /* для IE */
  vertical-align: middle;
}

.rssr {
  padding-left: 5px;
}
