/* Uren registratie */

.grid-row {display: flex;}
.grid-column:last-child {text-align: right !important;width: 40px !important;max-width: 200px;}
.grid-column {flex: 1;text-align: left !important;width: fit-content;max-width: 20%;font-size:14px;}
/*.form-results {width: calc(90% - 160px);margin-left: auto;margin-right: auto;background: white;padding: 80px;margin-top: -17px;margin-bottom: 140px;position: relative;z-index: 9999;}*/
.grid-row.first-row {background: #2c6ebc !important;color: white;padding: 6px;}
.grid-row.last-row {background: White !important;color: black;padding: 6px;border-top:2px solid #2c6ebc !important;font-weight:700;}
.grid-row {color: black;padding: 6px;}
.grid-row:nth-child(odd) {background: #f2f2f2;}
.username-wrapper {margin-bottom: 20px;}

/* End uren registratie */
