.documents_table {
	margin-top: 30px;
	
}

.documents_table td {
	text-align: left;
}

.documents_table tr:nth-child(even) {
	background-color: #ffffff;
}

.documents_col_name {
	width: 400px;
}

.documents_col_desc {
}


.documents_mode .inline_left {
	max-width: 50%;
	float: left;
}
.documents_mode .inline_right {
	max-width: 50%;
	float: right;
}

