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

div.mainte-table {
	margin: 0px auto;
	width: 600px;
}

table.list-table th {
	background-color: #ededed;
	border-bottom: 1px solid #434343;
	border-top: 1px solid #434343;
	color: #434343;
	padding: 8px 0px;
	text-align: center;
	width: 30%;
}

table.list-table td {
	background-color: #ededed;
	font-size: 14px;
	padding: 8px 25px;
	text-align: left;
}

table.list-table td ul.list {
	border-top: none;
}

table.list-table td ul.list li {
	background: url(../images/ul_list_li.svg) no-repeat 0px 17px;
	background-size: 8px;
	border-bottom: none;
	display: block;
	padding: 10px 0px 10px 20px;
}

