@font-face {
	font-family: "Roboto Mono";
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100 700;
	src: url("RobotoMono-VariableFont_wght.woff2") format("woff2"),
		url("RobotoMono-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Flex";
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 100 700;
	src: url("RobotoFlex-VariableFont.woff2") format("woff2"), url("RobotoFlex-VariableFont.ttf")
		format("truetype");
}

.contents {
	width: 100%;
	padding: 0px;
}

.def {
	font-family: "Roboto Mono", monospace;
	font-size: small;
	padding: 0px;
}

.small {
	font-size: small;
}

.bold {
	font-weight: 500;
}

.regular {
	font-weight: 350;
}

.thin {
	font-weight: 250;
}

.image-button {
	float: right;
	background: none;
	border: none;
	padding: 15px;
}

.intro {
	font-size: 20px;
	font-weight: 250;
}

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

.reqblock {
	word-break: break-word;
	padding-left: 10px;
}

.inline-head {
	display: inline-block;
	font-weight: 250;
	font-size: 2em;
	margin-right: 10px;
}

body {
	font-family: "Roboto Flex";
	font-weight: 350;
	margin: 0;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img:hover {
	opacity: 0.7;
}

a {
	text-decoration: none;
}

td,
th {
	border: 1px solid #ddd;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

tr:hover {
	background-color: #ddd;
}

th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04aa6d;
	color: white;
}

p {
	padding: 0;
}

span {
	font-weight: 250;
	width: 100%;
	padding: 10px;
}

label {
	padding: 12px 10px;
	margin: 8px 0;
}

input[type="text"],
select {
	margin-left: 10px;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

form {
	background-color: #f2f2f2;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	background-color: #04aa6d;
	border: none;
	color: white;
	display: inline-block;
	padding: 12px 20px;
	text-decoration: none;
	margin: 4px 2px;
	cursor: pointer;
}

div {
	border-radius: 5px;
	padding: 0px;
}

ol {
	counter-reset: item;
}

ol > li {
	display: block;
}

ol > li:before {
	content: counters(item, ".") " ";
	counter-increment: item;
}

table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

dialog {
	max-width: 80%;
}

#scrollToTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

#scrollToTop:hover {
	background-color: #555;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 90%;
}

.close {
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

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