
.form-item.device {
	border-top: 1px solid #ddd;
}
.form-item.device:first-child {
	border-top: 0;
}

.space-detail-table {
	width: 100%;
	text-align: center;
}

.space-detail-table th {
	border-bottom: 2px solid #ccc;
	padding: 5px;
}
.space-detail-table td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

	.space-detail-table .space-title {
		text-align: left;
		cursor: default;
	}

.docContent {
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 10pt;
	line-height: 150%;
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 15px;
}


/* 平板以上 */
@media (min-width: 720px) {
	.form-item .form-checklist label {
		width: auto;
	}
}