.cv_doc_display {
	width: 100%;
	height: 80vh;
}

.doc_matching_single_pane{
	border-width: 1px;
	border-style: solid;
	margin-top: 4px;
	margin-bottom: 4px;
	background: white;
}

.doc_matching_single_header_row{
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 30px;
	border-bottom: solid black 2px
}

#document_form{
	border-width: 1px;
	border-style: solid;
	background: white;
	padding: 1px;
}

.accessorials_collapsable_shell{
	margin-bottom: 1px;
	padding: 1px;
	padding-bottom: 0px;
	border: solid black 1px;
	font-weight: bold;
}

#accessorials_collapse_button{
	background-color: white;
	border: solid black 1px;
	height: 18px;
	padding-top: 0px;
	margin-bottom: 1px;
}
#accessorials_collapse_button i{
	color: black
}

#doc_matching_single_commodities_table{
	font-size: x-small;
	background: white;
	margin-bottom: 5px;
}
#doc_matching_single_commodities_table > thead > th{
	text-align: center;
}
#doc_matching_single_commodities_table > tbody > tr > td {
	padding: 2px;
}

#doc_matching_single_commodities_table_email {
	background: white;
	border: 1px;
	width: 90%;
}
#doc_matching_single_commodities_table_email > thead{
	border-bottom: solid;
	border-width: 1px;
}
#doc_matching_single_commodities_table_email > tfoot > tr{
	border-top: solid;
	border-width: 1px;
}

#document_matching_form_sidebar{
	overflow: scroll;
	height: 80vh;
	max-width: 100%;
	overflow-x: hidden;
}