.container-body-term {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	color: #333;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container {
	width: 90%;
	max-width: 1200px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.font-bold{
	font-weight: bold;
}

.margin-left-10{
	margin-left: 10px;
}

.text-font-14{
	font-size: 14px !important;
}

.text-underline{
	text-decoration: underline;
}
.text-italic{
	font-style: italic;
}

.container-topic-title{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.container-date-bottom{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.container-topic{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

h1, h2, h3 {
	color: #ff0000;
}
h1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}
p, ul {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 14px;
}
li{
	list-style-type: disc !important;
	font-size: 14px !important;
}
ul {
	padding-left: 20px;
}
.highlight {
	background-color: #f0f0f0;
	padding: 10px;
	border-left: 5px solid #ff0000;
	margin-bottom: 20px;
}
.contact-info {
	font-style: italic;
	margin-top: 20px;
}
.table-container {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	min-width: 250px;
	padding: 10px;
	border: 1px solid #ddd;
}
.title-row{
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-size: 15px;
}
.text-row{
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.text-list{
	width: 100%;
	text-align: left;
	font-size: 14px;
	margin-left: 10px;
}
.parent-row {
	background-color: #f0f0f0;
}
.child-row {
	background-color: white;
}
.title-table{
	text-align: center;
	background-color: #f81313;
	color: white;
	font-weight: bold;
}

.link{
	color: #ff0000 !important;
}

.link:hover{
	font-weight: bold;
}

li{
	margin-top: 10px;
}
.update-info{
	display: flex;
	align-items: center;
	justify-content: end;
}


@media (max-width: 500px){
	.container {
		width: 100%;
		padding: 13px;
	}
	th, td{
		padding: 5px;
		min-width: 150px
	}
	.title-row{
		font-size: 14px;
	}
	.text-row{
		font-size: 12px;
	}
	.text-font-14{
		font-size: 12px;
	}
}