div .button {
	background-color: lightgrey;
	color: black;
	text-align: center;
	margin: auto;
	float: auto;
}

div .button a {
	color: black;
}

/* Style the form - display items horizontally */
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: left;
	width: 100%;
}

.form-inline fieldset {
	padding: 10px 20px;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.form-inline label {
	display: inline-block;
}

.form-inline div {
	display: inline-block;
}

.form-inline p {
	display: inline-block;
}

/* Style the input fields */
.form-inline input {
	vertical-align: middle;
	margin: 5px 10px 5px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	width: 3em;
}

/* Style the submit button */
.form-inline button {
	padding: 10px 20px;
	background-color: dodgerblue;
	border: 1px solid #ddd;
	color: white;
	display: inline-block;
}

.form-inline button:hover {
	background-color: royalblue;
}

.div-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: left;
	width: 100%;
}

.div-inline label {
	display: inline-block;
}

.div-inline div {
	display: inline-block;
}

.nav-menu a:hover {
	background-color: grey;
}

/* Dropdown Content */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
}

.dropdown-content a {
	padding: 12px 16px;
	display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	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); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Progress bar */
#progress-bar {
	margin-top: 1em;
}

/* Text highlighting */
.highlight {
	font-weight: bold;
	background-color: yellow;
}



.vr {
	width: 10px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 150px;
	display: inline-block;
}



/* for help documents */

ol{
	padding-left: 10px;
}

ol li {
	margin: 10px;
}

/*
ul {
	list-style-type: lower-alpha;
	padding-left: 40px;
	margin: 0;
}
*/
