body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	margin: 20px;
	padding: 20px;
	background-color: #f9f9f9;
}
h1 {
	color: #111;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}
h2 {
	color: #222;
	font-size: 18px;
	margin-top: 20px;
}
h3 {
	color: #333;
	font-size: 16px;
	margin-top: 15px;
}        
p {
	margin-bottom: 10px;
}
ul {
	margin-left: 0px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
}
.form-select {
	font-size: 16px;
	padding: 5px;
	margin-bottom: 20px;
	width: auto;
	min-width: 200px;
	max-width: 300px;
}        
.fixed-button {
	position: fixed;
	z-index: 1000;
	top: 6px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0 0;
	font-size: 20px;
	border-radius: 20px;
	/* background-color: rgba(39, 39, 39, 0.791); */
	/* color: white; */           
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.close-button {
	right: 10px;
}

#terms-content {
	margin-left: 10px;
	margin-right: 10px;
}