#birthday, #birthday a {
    font-size: 12px;
}
#birthday a {
    line-height: 15px;
}
#birthday .rline {
    margin-bottom: 4px;
}
#birthday .ruser {
    color: darkgreen;
    font-size: 10px;
}
#birthday .buser {
    color: white;
    background-color: darkgreen;
    font-size: 12px;
    font-weight: 700;
}
#birthday .ruser:hover {
    text-decoration: underline;
}
#birthday .date {
    color:white;
    font-size: 10px;
    background-color: gray;
}
#birthday .rusersup {
    font-size:10px;
    color: gray;
}

