:root {
	--c1: #499696;
	--c2: #c6e7e7;
	--c3: #209292;
	--c4: #b3b300;
	--c5: #dff1f1;
	--c6: #f5f5f5;
	--c7: #52b7b7;
	--c8: #fc00ff;
	--c9: #00dbde;
	--c10: #d3e22a;
	--c11: #f00;
	--c12: #e93fe8;
	--c13: #882387;
	--c14: #322;
	--c15: #ccc;
	--c16: #ff6262;
	--img-th: 150px;
}

h1 {
	margin: 25px 0 25px 25px;
	color: var(--c1);
}

select {
	font-size: 18px;
	width: 200px;
	height: 30px;
	border: 2px solid var(--c7);
	border-radius: 3px;
}

div.overflow {
	overflow-y: auto;
	height: 208px;
}

fieldset {
	font-size: 18px;
	padding: 5px;
	border-radius: 5px;
}

legend {
	font-size: 22px;
	width: auto;
	color: var(--c9);
	background: var(--c14);
	padding: 2px 10px;
	border-radius: 5px;
}

label {
	display: block;
	cursor: pointer;
	line-height: 2;
	font-size: 1em;
}
body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
}

.btn {
	background-color: var(--c7);

	padding: 10px;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}

.table {
	width: 400px;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	padding: 0.5em;
	margin: 0px 20px 20px 10px;
	border: 2px solid var(--c1);
	border-collapse: collapse;
}

.table td,
.table th {
	border: 2px solid var(--c14);
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
}

.table th {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: var(--c7);
	color: #fff;
}

.table td:last-child {
	text-align: right;
}

.table td:first-child {
	min-width: 170px;
}

.table#courses td:nth-child(2) {
	text-align: center;
}

.table#product td:nth-child(3) {
	text-align: center;
}

.left {
	float: left;
}

.right {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	float: right;
}

.center1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	float: left;
}

.cleft {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	margin-left: 70px;
	margin-right: 30px;
	float: left;
}

.cright {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	margin-left: 60px;
	margin-right: 30px;
	float: right;
}

.block {
	position: relative;
	display: inline-block;
	margin: 0px 0px 2px 20px;
	margin-top: 2px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: justify;
	border-bottom: 0.5px solid;
	border-bottom-color: var(--c3);
}

.space div {
	margin: 20px;
}

.form-input {
	background: var(--c2);
	font-size: 18px;
	border-radius: 3px;
	border: none;
	padding: 13px 10px;
	margin-bottom: 20px;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
	clear: both;
}

legend.link {
	margin-bottom: 15px;
}

a#opentab {
	color: inherit;
	text-decoration: none;
}

.padding-plus {
	padding-top: 28px;
}
