

body {
	background-color: #f5f5f5;
}

h1, h2 {
	margin-top: 22px;
	margin-bottom: 33px;
	font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
	font-weight: bold;
	line-height: 1.1;
	color: #000;
	display: block;
	margin-inline-start: 0;
	margin-inline-end: 0;
	text-align: center;
}

h1 {
	font-size: 41px;
}

h2 {
	font-size: 34px;
}

.container {
	background-color: #dcdcdc;
	border: 1px solid #808080;
	border-radius: 10px;
	margin-bottom: 30px;
}

.form-control {
	display: block;
	width: 100%;
	background-color: #e8f0fe;
	margin-bottom: 0;
	height: 30px;
}

.scroll {
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.scroll::-webkit-scrollbar {
	display: block;
	height: 8px;
}
.scroll::-webkit-scrollbar-track {
	display: block;
	background-color: #fff;
}
.scroll::-webkit-scrollbar-thumb {
	display: block;
	background-color: #bbb;
}

table {
	border-spacing: 5px;
}

th {
	text-align: center;
}

td {
	padding-right: 2px;
}

select {
	background-color: #e8f0fe;
}

label sup {
	color: red;
}

button {
	margin-left: 10px;
}

div.d_o_txt, div.d_o_sel, div.d_o_center {
	background-color: #ededed;
	min-height: 30px;
	width: 100%;
	padding-top: 4px;
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid black;
	overflow-wrap: break-all;
}

div.d_o_txt {
	padding-left: 12px;
	padding-right: 32px;
}

div.d_o_sel {
	padding-left: 17px;
	padding-right: 32px;
}
div.d_o_center {
	text-align: center;
}