#woma_exercises_table {
    /* width: 100%; */
    border-collapse: collapse;
}

#woma_exercises_table th,
#woma_exercises_table td {
    border: 1px solid #ddd;
    padding: 8px;
}

#woma_exercises_table tbody tr:hover {
    background: #f9f9f9;
    cursor: move;
}

.woma-remove-row {
    color: #a00;
    cursor: pointer;
}

#woma_exercises_table td {
    vertical-align: top;
}

.woma-td-exercise {
    min-width: 200px;
}

.woma-td-sets,
.woma-td-reps {
    max-width: 120px;
}

.woma-td-sets input,
.woma-td-reps input {
    width: 100%;
}
