ol li p, ul li p { margin-bottom: 8px;}
ul.cases li { padding-bottom: 12px;}
pre { border: 1px solid #6a6a6a; padding: 20px; background-color: #f0f0f0; line-height: 38px; overflow-x: auto; white-space: pre-wrap;}
input[type="text"], input[type="password"] {
	width: 100%;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 16px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

input[type="checkbox"] {
	margin-right: 8px;
}

.login-remember {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #555555;
}

.button {
	width: 100%;
	padding: 10px;
	background-color: #4285f4;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}

.custom-login-form {
	margin-top: 20px;
}
p.location { padding: 8px 8px 8px 14px; background: lightgreen;}
table { width: 100%; border-collapse: collapse;}
td, th { vertical-align: top; border: 1px solid #ddd; /* Optional: Add a border for better visibility */}
tr { display: table-row; }
th, td { width: auto; padding:12px;}
.col-12.col-lg-12.job:hover {padding: 40px; border: 1px dotted #000; margin-bottom: 20px;}
.contactUsSection .row { padding-bottom: 40px;}
/*schaduwtje sticky menu*/
div#mysticky-nav.wrapfixed {
 -webkit-box-shadow: 0px 3px 17px -7px rgba(66,66,66,1);
-moz-box-shadow: 0px 3px 17px -7px rgba(66,66,66,1);
box-shadow: 0px 3px 17px -7px rgba(66,66,66,1);
}
.myfixed {box-shadow: none;}

.mainpage .container { padding: 40px 16px 40px;}

@media (max-width: 768px) {
	.page table {
		display: block; /* Makes the table behave like a block element */
		overflow-x: auto; /* Enables horizontal scrolling */
		width: 100%; /* Ensures the table takes the full width of its container */
		border-collapse: collapse; /* Optional: For clean borders */
	}
	.page th, .page td {
		border: 1px solid #6a6a6a; /* Add borders for table cells */
		padding: 10px; /* Add some padding for readability */
		text-align: left; /* Align text to the left */
		white-space: nowrap; /* Prevents text from wrapping */
	}
}
