.wrap table td {
padding: 12px;
border-bottom: 1px solid #eee;
}
.wrap table tbody tr:hover {
background-color: #f9f9f9;
}
.wrap table a {
color: #0073aa;
text-decoration: none;
}
.wrap table a:hover {
color: #005a87;
text-decoration: underline;
}
.tr-vencido {
background-color: #fbeaea;
border-left: 4px solid #dc3232;
}
.tr-proximo-vencimiento {
background-color: #fff4e5;
border-left: 4px solid #ffb347;
}