/** table 开始*/
table.original {
	margin: 0 auto;
	width: 100%;
}

table.original>thead>tr {
	height: 50px;
}

table.original>thead>tr>th {
	background-color: #f7f7f7;
	font-weight: bold!important;
	line-height: 30px;
	border: none;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
}

table.original tr:hover {
	background-color: #f7f7f7;
}

table.original tr {
	height: 50px;
}

table.original tr>td {
	line-height: 30px;
	border: none;
	border-bottom: 1px solid #E7E7E7;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.original input[type="text"] {
	width: 93%;
	height: 33px;
	text-align: center;
	/*border-left: 1px solid #E7E7E7;*/
}
.original>.editor_td>td{
	border-right: 1px solid #E7E7E7;
}
.original input[type="password"] {
	width: 93%;
	height: 33px;
	text-align: center;
	border: solid 1px #ddd;
}

.que {
	cursor: pointer;
	color: #169BD5;
}

.que:hover {
	color: #cf0000;
}

table.original td>.del_tr {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

table.original.checkbox {
	width: 15px;
	height: 15px;
}
/** table 结束*/
