﻿.form-table {
	margin-left: 2%;
	width: 95%;
	margin-top: 5px;
}

.form-table tr{
	line-height: 50px;
}

.form-table tr td, .form-table tr th {
	padding: 2px;
	padding-left: 5px;
}



.detail-table {
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	border: 1px solid #E6E6E6;
}

.detail-table tr th {
	background-color: #F6F6F6;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.detail-table tr td, .detail-table tr th {
	line-height: 35px;
	padding: 5px;
	padding-left: 8px;
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}


.list-table {
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	border: 1px solid #E6E6E6;
	text-align: center;
}

.list-table tr th {
	background-color: #F6F6F6;
	font-weight: bold;
}

.list-table tr td, .list-table tr th {
	line-height: 30px;
	padding: 5px;
	padding-left: 8px;
	border-bottom: 1px solid #E6E6E6;
}

.section-title {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
	line-height: 40px;
	font-size: 18px;
}
.section-title span {
	border-bottom: #1890FF 2px solid;
  	display: inline-block;
  	font-weight: bold;
}
