
#title {
	background-image: url(images/title_bg.jpg);
}

ul.dis {
	border-collapse: separate;
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}

ul.dis li {
	border: 1px solid #595959;
	padding: 5px 5px 20px 5px;
	text-align: center;
	width: 410px;
}

ul.dis li:last-child {
	background-color: #ecf6ee;
	border-color: #930000;
}

ul.dis li h3 {
	background-color: #595959;
	color: white;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3em;
	padding: 10px;
}

ul.dis li:last-child h3 {
	background-color: #930000;
}

ul.dis li h4 {
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	font-size: 22px;
}

ul.dis li p {
	text-align: center;
}

ul.dis li div.problem {
	border: 1px solid #595959;
	margin: 0 auto;
	width: 350px;
}

ul.dis li div.problem h5 {
	background-color: #595959;
	color: white;
	font-size: 16px;
	padding: 5px;
}

ul.dis li div.problem ol {
	margin: 0;
	padding: 10px 20px;
}

ul.dis li div.problem ol li {
	border: none;
	border-bottom: 1px dotted #595959;
	display: block;
	padding: 5px;
	text-align: justify;
	width: auto;
}

ul.dis li div.problem ol li:first-child {
	border-top: 1px dotted #595959;
}

ul.dis li div.problem ol li em {
	margin-right: 10px;
}

ul.dis li div.problem ol li:last-child {
	background-color: white;
}

ul.dis li div.newpoint {
	background-color: white;
	border: 5px solid #fffec1;
	margin: 0 auto;
	padding: 20px 30px;
	width: 300px;
}

ul.dis li div.newpoint h5 {
	border-bottom: 2px solid #930000;
	border-top: 2px solid #930000;
	color: #930000;
	font-size: 15px;
	margin-bottom: 20px;
}

ul.dis li div.newpoint p {
	text-align: justify;
}

table.meritdemerit {
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: 0 auto;
	width: 850px;
}

table.meritdemerit th {
	width: 30%;
}

table.meritdemerit td {
	padding: 20px 30px;
}

table.meritdemerit tr:first-child th {
	background-color: #930000;
	color: white;
}

table.meritdemerit tr:first-child td {
	background-color: #ecf6ee;
}

table.meritdemerit tr:last-child th {
	background-color: #595959;
	color: white;
}

table.meritdemerit tr:last-child td {
	background-color: #c8c8c8;
}
