.entry {
	display: inline-block;
	border-bottom: 1px dotted #ccc;
	min-width: 190px;
	padding-left: 5px;
    padding-right: 5px;
}
.entry-small {
	min-width: fit-content;
}
.entry-percent {
	min-width: 40px;
}
.entry-big {
	min-width: 300px;
}

.document-scroll-wrapper {
	width: 100%;
	height: auto;
	overflow-x: scroll;
	padding-bottom: 20px;
}
.document-wrapper {
	margin: auto;
	width: fit-content;
}

.order-document {
	font-size: 12px;
	margin-top: 20px;
	width: 710px;
}
.order-document.bordered {
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 20px;
	width: 752px;
}
.document-header {
	margin-bottom: 20px;
}
.document-header:after {
	content:" ";
    display:block;
    clear:both;
}
.document-header .header-agent {
	float: left;
}

.document-header .header-date {
	float: right;
	padding-top: 30px;
}

.document-title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.document-body {

}
.document-parties {

}
.document-parties:after {
	content:" ";
    display:block;
    clear:both;
}

.document-parties .the-agent {
	float: left;
	width: fit-content;
	text-align: center;
}

.document-parties .the-client {
	float: right;
	width: fit-content;
	text-align: center;
}
.document-parties .signature {
	max-width: 220px;
	min-height: 50px;
	margin-bottom: 10px;
}
.document-parties .signature img {
	margin: auto;
	width: 100%;
	max-width: 220px;
	max-height: 100px;
}

.the-parties {
	text-align: center;
	font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}