h6 {
	font-size: 13px;
	color: #7a7a7a;
	font-weight: normal;
	margin-left: 15px;
}

.table {
	width: 100%;
	font-size: 13px;
	margin-top: 5px;
}

.table-sc {
	overflow-x: scroll;
	margin-bottom: 20px;
	scrollbar-width: none;
}

.simplebar-scrollbar::before {
	background: #6a6a6a;
	border-radius: 4;
	height: 4px !important;
	margin-top: 1px;
}

.simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

.simplebar-track {
	background: #c6c6c6;
	height: 10px !important;
	margin-top: 5px;
}

.table table {
	width: 100%;
	color: #6a6a6a;
	margin-bottom: 15px;
	border-top: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.table-sc table {
	table-layout: fixed;
	width: 800px;
}

.thw {
	width: 80px;
}

.table th {
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.table td {
	padding: 5px;
	text-align:center;
	border-right: 1px solid #c6c6c6;
	border-bottom: 1px solid #c6c6c6;
}

.border-box {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #c6c6c6;
	padding: 1em;
}

.li {
	margin-left: 1.5em;
}

.li-circle {
	list-style: circle;
}

.li li ~ li {
	margin-top: 0.5em;
}