.current-plan tr {
    height: 30px;
}

.current-plan tr td {
    padding: 0 10px;
}

.current-plan td:first-child {
    font-weight: bold;
}

.plan tr {
    height: 40px;
}

.plan tr td {
    padding: 0 10px;
}

