/* ALIGNMENT STYLES */
.full-width {
	width: 100%;
}

.center {
	align: center;
}

.align-text-top {
	vertical-align: text-top;
}

.pad-top-five {
	padding-top: 5px;
}

.pad-top-ten {
	padding-top: 10px;
}

.wrap-text {
	white-space: nowrap;
}

/* FONT STYLES */
.bold {
	font-weight: bold;
}

/* DISPLAY STYLES */
.no-display {
	display: none;
}

.clear-both {
	clear: both;
}

/* TOWNSHIP STYLES */
.footer-data-left {
	width: 100%; 
	padding-right: 15px; 
	text-align: left;
	white-space: nowrap;
}

.footer-data-right {
	padding-left: 15px; 
	text-align: right;
	white-space: nowrap;
}

.burial-record-label, .burial-record-value {
	padding-top: 5px;
	padding-bottom: 5px;
}

.burial-record-label {
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.burial-record-value {
	width: 50%;
	text-align: left;
	padding-left: 10px;
}

.search-hints {
	border-top: solid;
	border-bottom: solid;
	border-width: 1px;
	margin: 10px 0px;
	padding-bottom: 10px 
}

.elected-official {
	padding-bottom: 20px;
}

.dataTables_wrapper .dataTables_length {
	float: right;
}

.dataTables_wrapper .dataTables_filter {
	float: left;
	text-align: left;
}

.meeting-date-table {
	width: 100%;
}

.meeting-date-day, .meeting-date-time, .meeting-minutes {
	padding-bottom: 10px;
	text-align: left;
}

.meeting-date-day, .meeting-date-time {
	width: 12%;
}

.meeting-minutes {
	width: 100%;
}

.image-display {
    max-width: 900px;
    max-height: 900px;
    width: auto;
    height: auto;
}

.add-burial-record {
	font-size: 16px;
	font-weight: bold;
}

.burial-record-page-heading {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}