.documents_list {
	display: inline-block;
	width: 550px;
	position: absolute;
	/*height: 100%;*/
	margin: 0px;
	margin-top: 0px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;

	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

#documents {
	display: inline-block;
	width: 550px;
	position: relative;
	height: 100%;
	margin:0px;
	margin-top: 0px;
	margin-left: 570px;
}
.documents_list h1 {
	margin-bottom: 0px;
}
.documents_row {
	width:250px;
	margin-top: 0px;
	margin-left: 20px;
	display:flex;
	display:-webkit-flex;
}
.documents_row a {
	text-decoration:none;
	color: black;
}
.documents_title a {
	text-decoration:none;
	color: black;
}
.documents_title h1:hover {
	font-weight: bold;
}
.documents_title h1 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}
.documents_title:hover {
	cursor: pointer;
	font-weight: bold;
}
.documents_date {
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #7e7e7e;
}
.documents_preview {
	margin:0px;
}
.documents_preview h3 {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #7e7e7e;
	padding-left: 10px;
	margin-top: -5px;
	margin-bottom:0px;
	text-align: justify;
}

.documents_details {
	width: 540px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	margin-top: 35px;
	position: relative;
	margin-top: 10px;
}
.documents_details h1 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 5px;
}
.documents_details h2 {
	font-weight: normal;
	font-size: 12px;
	color: #7e7e7e;
	margin-top: 5px;
	margin-bottom: 0px;
}
.documents_details h3 {
	font-weight: normal;
	font-size: 20px;
	color: #7e7e7e;
	margin-bottom: 0px;
	margin-top: 5px;
}
.documents_details a {
	text-decoration: none;
	color: black;
}
.documents_details p {
	font-weight: normal;
	font-size: 14px;
	color: black;
}
.documents_details li {
	font-size:12px;
	text-align: justify;
	margin-bottom: 10px;
}
