.parenthesized-list {
    list-style-type: none; /* Removes default markers */
    counter-reset: item;   /* Initializes the counter */
    padding-left: 1;       /* Adjusts indentation */
}

.parenthesized-list > li {
    display: table;
    counter-increment: item; /* Increments the counter for each list item */
    margin-bottom: 0.6em;
}

.parenthesized-list > li:before {
    content: "(" counter(item, lower-alpha) ") "; /* Inserts (a), (b), etc. */
    display: table-cell;
    padding-right: 0.6em;
}

dl {
line-height:1.5;
}

dt {
font-weight:bold;
margin-top:1em;
}

dd {
margin-bottom:1em;
margin-left:0;
}

.container-gray {
padding: 5px 5px;
	width: 100%; 
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid #CCC;
	background-color: #f2f2f2;
	border-radius: 4px;
}

.container-gray hr {
	border: none; 
	height: 1px; 
	background-color: #CCC; 
	margin: 15px 0;"
}

.back-btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:White;
	border-radius:4px;
	border:1px solid #1C355E;
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-align:Left;
	color:#1C355E !important;
	margin-right: 1% !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	box-sizing: border-box;
}
.back-btn::before {
content: ""; 
  display: inline-block; 
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background-image: url('/odot/Engineering/technical-guidance/Documents/Back.png');
  background-size: cover; 
  vertical-align: middle;
}

.back-btn:hover {
	color:#1C355E;
	box-shadow: inset 0 0 0 .5px #1C355E;
	Background-color:White;
	text-decoration:none !important;
}

.email-link {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:White;
	border-radius:4px;
	border:1px solid #1C355E;
	display:inline-block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-align:Left;
	color:#1C355E !important;
	margin-right: 1% !important;
	margin-top: 2px !important; 
	margin-bottom: 2px !important;
	box-sizing: border-box;
}

.email-link::before{
	content: ""; 
  display: inline-block; 
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url('/odot/Engineering/technical-guidance/Documents/Email.png');
  background-size: cover; 
  vertical-align: middle;
}

.email-link:hover {
	color:#1C355E;
	box-shadow: inset 0 0 0 .5px #1C355E;
	Background-color:White;
	text-decoration:none !important;
}