/* Tables */
#acf-table, 
#invite-table,
#rapport-table,
#beheer-table, 
#notif-list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
}
#acf-table th, #acf-table td,
#invite-table th, #invite-table td,
#beheer-table th, #beheer-table td,
#rapport-table th, #rapport-table td,
#notif-list th, #notif-list td {
  border: 1px solid #ddd;
  padding: 7px;
  text-align: left;
}
#acf-table th,
#invite-table th,
#beheer-table th,
#rapport-table th,
#notif-list th {
  background: #f4f4f4;
}

#pdf-link {
	margin-top: 17px;
}

#beheer-table {
	background-color: #fff;
}

.elementor-element:not(.elementor-widget-shortcode) .acf-field {
    padding: 5px 5px 2px 5px !important;
    margin: 0;
}

/* Inputs */
input[type=text],
input[type=email],
select {
  width: 100%;
  height: 29px;
  box-sizing: border-box;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
/* Filter wrapper */
.filter-wrapper {
  text-align: right;
  margin-bottom: 10px;
}
/* Section headings minimal padding */
h3.mwa-section {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}

.button {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 4px;
	margin-left: 4px;
}