body {
	padding-top: 70px;
	padding-bottom: 30px;
}

@media print {
	a[href]:after {
		content: none
	}

	html, body {
		font-size: 9.5pt;
	}

}

.row {
    margin-bottom: 15px;
}

/**
 * Document sections
 */
#documents--sections-sortable > div {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.documents--sections-input-container {
	margin: 0 25px;
}

.documents--sections-input-container__confidential {
	margin-right: 125px;
}

.documents--sections-input-container__checkbox {
	margin-left: 49px;
}

.documents--sections-input-container__value {
	margin-bottom: 0;
}

.documents--sections-remove {
	margin-top: -28px;
}

.documents--sections-handle {
	cursor: move;
	margin-top: -25px;
	font-size: 18px;
	vertical-align: 3px;
	color: #444 !important;
}

.documents--sections-confidential-label {
	margin-top: -27px;
	margin-right: 25px;
}

.documents--sections-confidential-label-icon {
	vertical-align: 1px;
}

.documents--section-input {
	margin-top: 12px;
	resize: vertical;
}

.documents--section-input__confidential {
	border-left: solid 5px #a94442;
}

.documents--section-input__checkbox {
	margin: -23px 25px 25px 25px !important;
}
