@charset "UTF-8";

body {
	margin: 0 auto;
	padding: 0;
	display: block;
	max-width: 900px;
}

hr {
	border: 1px solid grey;
}

.article {
	text-align: justify;
}

.under-line {
	text-align: justify;
	border-bottom: 1px solid black;
	padding: 6px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background-color: dodgerblue;
}

.content {
	float: center;
	overflow: hidden;
	background-color: navajowhite;
	padding: 12px;
	border-left: 10px solid dodgerblue;
	text-align: justify;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	max-width: 900px;
	margin: 0 auto;
}

.container {
	max-width: 900px;
	margin: 0 auto;
	background-color: navajowhite;
}

a {
	text-decoration: none;
}

.a-back {
	text-align: right;
}

.logo {
	margin-left: 10px;
	color: black;
	font-size: 3em;
	font-weight: 300;
	background-color: dodgerblue;
}

.my-button {
	background-color: black;
	color: navajowhite;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 12px 30px;
	margin-top: 8px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.my-button:hover {
	opacity: 0.7;
}

.small-button {
	background-color: black;
	color: navajowhite;
	font-size: 1.0em;
	text-transform: uppercase;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: .1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.small-button:hover {
	opacity: 0.7;
}

.menu {
	padding: 9px;
	background-color: dodgerblue;
}

.menu>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-evenly;

}

.menu>ul>li {
	flex-grow: 2;
	padding: 0.8rem;
	font-weight: 500;
	border: 1px solid;
	background-color: black;
	line-height: 24px;
	letter-spacing: .1em;
	margin: 1px;
	color: navajowhite;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu>ul>li:hover {
	opacity: 0.7;
}

.menu>ul>li>a {
	background-color: black;
	display: block;
	text-align: center;
	text-decoration: none;
	color: navajowhite;
}

.list>li {
	font-weight: 450;
	padding: 4px;
}

footer {
	text-align: center;
	clear: both;
	width: 100%;
	background-color: dodgerblue;
}

.form {
	display: flex;
	flex-direction: column;
	margin: 20px auto;
	max-width: 400px;
	align-items: left;
}

.form>* {
	font-size: 1.2em;
	margin: 8 px;
}

.form>input {
	padding: 15px;
	border: 1px solid black;
}

.select {
	font-size: 1.3em;
	max-width: 700px;
	margin-bottom: 14px;
	align-items: left;
	padding: 8px;
	border: 1px solid black;
}

.table {
	background-color: antiquewhite;
	box-shadow: 5px 5px 50px grey;
	-moz-box-shadow: 5px 5px 50px grey;
	-webkit-box-shadow: 5px 5px 50px grey;
	table-layout: auto;
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 16px;
	font-weight: 300;
}

td {
	border: 2px solid black;
	width: 33%;
	background-color: navajowhite;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: black;
	vertical-align: top;
}

.td1 {
	width: 60%;
}

.td2 {
	width: 25%;
}

.td3 {
	width: 10%;
}

.td4 {
	align-content: center;
}

.td13 {
	width: 85%;
}

.table-separator {
	background-color: #ff8040;
	padding-top: 4px;
}

caption {
	text-align: left;
	font-weight: bold;
}
