.info-table {
    border-collapse: collapse;
}

.info-table td {
    padding: 5px 10px;
}

.info-table tr:hover td {
    background: #efefef;
}