/* inline CSS style overrides for client shift start time picker */ /* required, datepicker popper inherits padding of parent field width */ #root > div > div:nth-child(2) > div:nth-child(1) > div > form > div.equal.width.fields > div:nth-child(3) > div > div.react-datepicker-popper > div > div.react-datepicker__time-container > div.react-datepicker__time > div > ul { padding-left: 0; padding-right: 0; } /* next two required because datepicker ignores fluid anyways */ #root > div > div:nth-child(2) > div:nth-child(1) > div > form > div.equal.width.fields > div:nth-child(3) > div > div.react-datepicker-wrapper { width: 100%; } #root > div > div:nth-child(2) > div:nth-child(1) > div > form > div.equal.width.fields > div:nth-child(3) > div > div > div { width: 100%; }