body {
	font-family: 'Noto Sans SC', sans-serif;
	line-height: 24px;
	font-size: 16px;
}

th {
	width: 25%;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
	background: #6e6e6e;
	border-bottom: none;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.42857143;
	border-top: 1px solid #ddd;
}

.table td {
	border: 1px solid #eaeaea;
	background: #fff;
	vertical-align: middle;
	padding: 10px;
	line-height: 1.42857143;
}

input,select {
	border-radius: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	
	margin: 0;
	outline: none;
}

input:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

select {
	padding: 0px 9px;
}

select:focus {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

div .btn {
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	background: #ee7500;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 10px;
}

.table_icpdas {
	border: solid 1px #b7b7b7;
	border-spacing: 0;
	border-collapse: collapse;
}

.table_icpdas th:nth-child(1) {
	border-left: none;
	border-right: solid 1px #fff;
}

.table_icpdas td {
	padding: 10px 10px;
	border: solid 1px #b7b7b7 !important;
	text-align: center;
}

.table_icpdas th {
	background: #ea5514;
	color: #fff;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	text-align: center;
}

.table_icpdas strong {
	font-weight: 700;
}