/**
 * file: public/css/cemetery-sexton-public.css
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

/** Results Table styles **/
table.cemetery-sexton-results-header .ltcol{
	text-align: left;
	width: 50%;
}
table.cemetery-sexton-results-header .rtcol{
	text-align: right;
	width: 50%;
}
table.cemetery-sexton-results-footer .ltcol{
	text-align: left;
	width: 70%;
}
table.cemetery-sexton-results-footer .rtcol{
	text-align: right;
	width: 30%;
}
table.cemetery-sexton-results-list thead{
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
}
table.cemetery-sexton-results-list #header-name{
	width: 60%;
}
table.cemetery-sexton-results-list #header-dob{
	width: 20%;
}
table.cemetery-sexton-results-list #header-dod{
	width: 20%;
}
table.cemetery-sexton-results-list tbody tr:nth-child(even){
	background: #eee;
}
table.cemetery-sexton-results-list tbody tr:nth-child(odd){
	background: #fff;
}
table.cemetery-sexton-results-list tbody tr:hover{
	background: #ccc;
}
table.cemetery-sexton-results-list tbody td a { 
    display: block; 
    padding: 0; 
}
table.cemetery-sexton-results-list .result-name{
	text-align: left;
}
table.cemetery-sexton-results-list .result-date{
	text-align: right;
}
table.cemetery-sexton-results-list tbody tr td a{
	font-decoration: none;
}

/** Results Table styles **/
#inter-photo {
	top: 0;
}
#interment-info, 
#interment-lot {
	margin: 0 0 35px 0;
	padding: 0;
}
#interment-data-table {
	margin: 0;
	padding: 100px 0 0 0;
}
#cemetery-sexton-lot-map {
	height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}
#cemetery-sexton-map {
	height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
    margin: 0 0 35px 0;
}
.fammon-photos-column{
	float: left;
	width: 50%;
	padding: 5px;
}
.fammon-photos-row::after{
	content: "";
	clear: both;
	display: table;
}
.thickbox-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}