#municipalreport {
	width:100%;
	margin-top:5px;
}
#municipalreport table {
	width:100%;
	border-collapse: collapse;
}
#municipalreport th {
	height: 20px;
	background-color: #ececec;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #ddd;
	background: #ddd;
}
#municipalreport td {
	padding: 5px;
	border: 1px solid #ddd;
}
#municipalreport .bg-grey {
	background-color:#ebebeb;
}
#municipalreport .bg-white {
	background-color:#ffffff;
}
#municipalreport #mr_infos_desc {
	margin-top:10px;
}

#municipalreport .attachments {
margin-top: 20px;
}
#municipalreport .attachment-title {
font-size: 16px;
padding-bottom: 5px;
}
#municipalreport .files {
padding-left: 15px;
}