.main_categories {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0 !important;
}

.main_categories > .wpb_column {
	position: relative;
	border: 1px solid #DCDCDC;
	border-bottom: none;
	border-right: none;
	padding: 15px 0;
}

.second_to_last_row .wpb_column {
	border-bottom: 1px solid #DCDCDC;
}

.last_row .wpb_column {
	border-top: none;
}

.main_categories:last-child > .wpb_column {
	border-bottom: 1px solid #DCDCDC;
}

.main_categories > .wpb_column:last-child {
	border-right: 1px solid #DCDCDC;
}

.main_categories .wpb_single_image {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	right: 18px;
	width: 28px;
	height: auto;
}

.main_categories .wpb_text_column {
	margin-bottom: 0;
	padding-right: 33px;
}

.main_categories p {
	line-height: 1.2;
}

.main_categories a {
	text-decoration: none;
}

.main_categories:first-child > .wpb_column:first-child {
	border-radius: 4px 0 0 0;
}

.main_categories:first-child > .wpb_column:last-child {
	border-radius: 0 4px 0 0;
}

.main_categories:last-child > .wpb_column:first-child {
	border-radius: 0 0 0 4px;
}

.main_categories:last-child > .wpb_column:last-child {
	border-radius: 0 0 4px 0;
}

.category_hover {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}

.main_categories:last-child {
	margin-bottom: 41px !important;
}

.cursuslijst {
	line-height: 1.2;
	font-size: 16px;
}

.table_header {
	border-collapse: separate !important;
	border: 1px solid #DCDCDC;
	border-radius: 4px;
	background-color: #EFEFEF;
	font-size: 15px;
	margin-bottom: 24px;
}

.table_header td {
	border: none !important;
}

.cursuslijst td:first-child {
	padding-left: 27px;
}

.cursuslijst a {
	color: #666;
	font-weight: normal;
}

.cursuslijst:not(.table_header) {
	border-collapse: separate !important;
	margin-bottom: 25px;
}

.cursuslijst:last-child {
	margin-bottom: 0;
}

.cursuslijst:not(.table_header) td {
	border-top: 1px solid #DCDCDC;
	padding-top: 12px;
	padding-bottom: 8px;
}

.cursuslijst td:first-child {
	border-left: 1px solid #DCDCDC;
}

.cursuslijst tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.cursuslijst td:last-child {
	border-right: 1px solid #DCDCDC;
}

.cursuslijst tr:first-child td:last-child {
	border-right: 1px solid #DCDCDC;
	border-top-right-radius: 4px;
}

.cursuslijst tr:last-child td {
	border-bottom: 1px solid #DCDCDC;
}

.cursuslijst tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

.cursuslijst tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

.cursuslijst a {
	text-decoration: none;
}

.table_row_hover {
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.table_row_hover,
.table_row_hover a {
	color: #1D6095;
	font-weight: bold;
}

.table_row_hover a {
	text-decoration: underline;
}

.main_categories {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cursuslijst+h2 {
	color: #1D6095;
}

@media (max-width: 991px) and (min-width: 768px) {
	.main_categories {
		font-size: 11px;
	}

	.cursuslijst {
		font-size: 14px;
	}

	.cursuslijst td {
		width: 17%;
	}

	.cursuslijst td:first-child {
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.cursuslijst+h2:target {
		padding-top: 60px;
	}

	.cursuslijst td:first-child {
		padding-left: 10px;
	}

	.page-id-1912 .cursuslijst td:nth-child(3),
	.page-id-1955 .cursuslijst td:nth-child(3) {
		display: none;
	}
}

div#training_dropdown .container {
	padding: 0;
}

#training_dropdown {
	margin-bottom: 31px;
	border-left: none;
	border-right: none;
}

.dropdown_mobile {
	border: 1px solid #DCDCDC !important;
	background-color: white;
	padding: 11px 9px;
	background-image: url(/wp-content/themes/spiraltrain/assets/images/dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	width: 100%;
	border-radius: 0 !important;
	font-family: Helvetica;
	font-size: 14px;
	color: #666;
	min-height: 42px;
	cursor: pointer;
}

.dropdown_ul {
	cursor: pointer;
}

.dropdown_ul li {
	background-image: none !important;
}

.dropdown_mobile::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #666;
	opacity: 1; /* Firefox */
}

.dropdown_mobile:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}

.dropdown_mobile::-ms-input-placeholder { /* Microsoft Edge */
	color: red;
}

