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

table.list-table th {
	background-color: #434343;
	border-bottom: none;
	border-top: none;
	color: white;
	padding: 8px 0px;
	width: 100%;
}

table.list-table td {
	text-align: center;
	font-size: 14px;
	padding: 8px 25px;
}

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;
		text-align: left;
}
