/* Course Admin Pages */
.acf-table > tbody > tr {
    border-collapse: separate;
    border-spacing: 0 15px;
}
.acf-table > tbody > tr > td {
    background-color: #c3e5e5;
    border-bottom: 1em solid #ff000d;
}
.acf-table .acf-table > tbody > tr > td {
    background-color: beige;
}
.acf-table .acf-table .acf-table > tbody > tr > td {
    background-color: beige;
    border-bottom: 0;
}
.acf-row-number {
    font-size: 24px;
    font-weight: bold;
}

/* add new buttons */
.acf-field-repeater .acf-field-repeater .acf-input > div > div > a {
    background-color: #b58b3e;
}
.acf-field-repeater .acf-field-repeater .acf-field-repeater .acf-input > div > div > a {
    background-color: #3ea5b5;
}
