.dgs-event-exacc-page {
	margin-bottom: 30px;
	padding: 10px;
}

.dgs-event-exacc-page .typo3-messages {
	padding-left: 0px;
}
.dgs-event-exacc-page ul.typo3-messages > li {
	list-style-type: none;
}

.dgs-event-exacc-page h1,
.dgs-event-exacc-page h2 {
	margin-top: 10px;
	margin-bottom: 30px;
}
.dgs-event-exacc-page h2 {
  font-weight: bold;
  font-size: 125%;
}
.dgs-event-exac-navigation {
	margin-top: 50px;
	display: grid;
}
.dgs-event-exac-navigation, 
.dgs-event-exac-navigation span {
	margin-left: auto;
	margin-right: auto;
}

.dgs-event-exax-logout-container {
	display:flex;
	justify-content: end;
}

.dgs-event-exac-logout {
	margin-right: 20px;
}


.dgs-event-exax-table {
	font-size: 75%;
}
.dgs-event-exax-table tr th {
	background-color: #DDDDFF;
	min-width: 90px;
}
.dgs-event-exax-table tr th:first-child {
	min-width: 40px;
}

.dgs-event-exax-row-odd {
	background-color: #EEEEEE;
}
.dgs-event-exax-row-even {
	background-color: #CCCCCC;
}

.dgs-event-exax-table-empty {
	padding: 20px;
	text-align: center;
	font-weight: bold;
}

.dgs-event-exax-backlink-top {
	float: right;
}

.dgs-event-exax-buttons {
	display: flex;
  justify-content: center; 
  align-items: center; 
  margin-top: 40px;
}

.dgs-event-exax-buttons > *:nth-child(2) {
  margin-left: auto; 
}

.dgs-event-exacc-referent-day-container {
	display: inline-grid;
  row-gap: 2px;
	grid-template-columns: repeat(3,auto);
	grid-template-rows: auto 1fr;
	border-style: solid;
  border-width: 1px;
  border-color: lightgray;
}

.dgs-event-exacc-referent-day-container > :nth-child(-n+3) {
	background: lightgray;
	font-weight: bold;
  padding: 5px;
  text-align: center;
}
.dgs-event-exacc-referent-day-container > :nth-child(n+4) {
	padding: 10px;
}

.dgs-event-exacc-form {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 15px;
}

.dgs-event-exacc-form-ol {
	grid-column: 1 / -1; 
}

.dgs-event-exacc-day-config-container {
	display: inline-grid;
	width: 70%;
	grid-template-columns: repeat(6,auto);
	column-gap: 20px;
	margin-top: 40px;
	margin-bottom: 20px;	
}

.dgs-event-exacc-comment {
	height: 120px;
  width: 90%;
}

.dgs-event-exacc-email {
  width: 90%;
}

