/*-----------------------------------*/
.parts_list{
	margin: 10px 10px 0 10px;
}
.parts_list .unit{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 621px;
	margin: 1px;
	padding: 0;
	border-width: 0 0 1px 1px;
	border-color: #32cd32;
	border-color: #c0c0c0;
	border-style: solid;
}
.parts_list .unit .SG{
	width: 160px;
	border-width: 1px 1px 0 0;
	border-color: #c0c0c0;
	border-style: solid;
	padding: 15px 20px;
	font-weight: 700;
	list-style: none;
	color: green;
	color: #65ab31;
	font-weight:700;
	/*background-color: #adffad;*/
	background-color: #d1e7c8;
	background-color: #eaffea;
}
.parts_list .unit .DB{
	width: 460px;
	border-width: 1px 1px 0 0;
	border-color: #c0c0c0;
	border-style: solid;
	padding: 15px 20px;
	font-weight: 700;
	list-style: none;
	color: #696969;
	font-weight:700;
	text-align:left;
}
/*-----------------------------------*/