.consent {
	font-weight: bold;
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.consent :hover {
	text-decoration: none;
	text-shadow: 1px 1px 1px #555;
}

ol.consentOl li a, ol.consentOl li a:hover {
	/* color: #fff; */
	color: red;
	transition: all .0s ease-in;
	outline: 0;
}

ol.consentOl {
	list-style-type: none;
	font-size: 18px;
}

ol.consentOl li {
	margin-bottom: 10px;
	list-style-type: disclosure-closed;
	margin-left: 20px;
	font-size: 15px;
}

.imp {
	color: red;
	font-weight: bold;
}

.dptName {
	color: red;
	font-weight: bold;
}

.dptNameHeader {
	color: red;
	font-size: 20px;
}

.serviceName {
	color: red;
	font-weight: bold;
}

div.vehicleServices {
	/* 	width: 50%;
	display: inline;
	float: left;
 */
	
}

div.permitServices {
	/* 	width: 50%;
	display: inline;
	float: left;
 */
	
}

p.vehicleServices, p.permitServices {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 10px;
	color: darkblue;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	/* 	z-index: 1; */
	/* Sit on top */
	padding-top: 20px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1000000000;
	/* Black w/ opacity */
}

.modal-content {
	/* background-color: #fefefe; */
	width: 60%;
	margin: auto;
	border: 1px solid #888;
	/* text-align: justify; */
	padding: 0px;
	/* margin: 0px; */
	/* margin: 0 auto; */
	float: revert;
	margin-top: 40px;
	position: relative;
	background-color: yellow;
	color: red;
	font-weight: bold;
	/* 	height: 80%; */
}

#consentInstructions {
	margin: 15px;
}

p.consentHeader {
	padding: 0px;
	font-size: 20px;
	/* text-decoration: underline; */
	/* margin-top: 20px; */
	text-align: center;
	/* height: 30px; */
	/* margin: 0px; */
	/* font-weight: bold; */
	/* 	text-align: justify; */
	/* margin: 0 auto; */
	/* margin-left: 40px; */
	/* margin-top: 15px; */
	/* height: 18%; */
	margin: 15px;
}

.modal-body {
	position: relative;
	padding: 15px;
	background-color: yellow;
	color: red;
	font-weight: bold;
	/* height: 66%; */
}

/* Modal Content */

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-footer {
	text-align: center;
	height: 10%;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}