/* children */
tr.repeater-separator td {
    border: 0 !important; 
    background-color: transparent !important;
    padding: 0 !important; 
    height: 50px !important;
}
tr:nth-child(odd) {
    background-color: white !important;
}
tr:nth-child(even) {
    background-color: white !important;
}
.field_name_dob {
    text-align: center;  
    background-color: #eee !important;
    font-weight: bold;
}

.field_display-sizes {
    display: none !important;
}