﻿body { 
    font-family     : "Book Antiqua", "Times New Roman", "Times";
}

h1 {
	text-align: center;
}

p, ul, ol {
	text-align: left;
}

figure {
	text-align: center;
}

cite {
	font-style: italic;
	font-weight: bold;
}

.div-center {
	display: block;
	width: 75%;
	height: 500px;
	margin: 0 auto;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.display-none {
	display: none;
}

.default-table {
	margin:  auto;
	border:  1px solid;
}

table.default-table td {
	border: 1px solid;
}
table.default-table td:nth-of-type(even) {
	text-align: center;
}
table.default-table th {
	border: 1px solid;
}

/* Query Displays */
.display-query {
	margin:    auto;
	border:    1px solid;
}
table.display-query td {
	border: 1px solid;
}
table.display-query th {
	border: 1px solid;
}

.display-pre1837-marriages {
	margin:    auto;
	border:    1px solid;

}
table.display-pre1837-marriages td {
	border: 1px solid;
}
table.display-pre1837-marriages th {
	border: 1px solid;
}

.display-post1837-marriages {
	margin:       auto;
	border:       1px solid;
}
table.display-post1837-marriages td {
	border: 1px solid;
}
table.display-post1837-marriages th {
	border: 1px solid;
}

/* Dataset, etc. displays */
.dataset-table {
	margin:        auto;
	width:         65%;
	border:        1px solid;
	border-radius: 10px;
}
table.dataset-table td {
	border: 1px solid;
}
table.dataset-table td:nth-of-type(even) {
	text-align: center;
}
table.dataset-table th {
	border:      1px solid;
}

/* php_library generates this class */
table_row {
	border:      1px solid;
}

.form-table {
	margin:        auto; 
	border:        1px solid;
	width:         60%;
	border-radius: 10px;
}

.form-table-left {
	width: 40%;
	text-align: left;
}

.form-table-right {
	width: 60%;
	text-align: left;
}

.directory-title {
	font-weight: bold;
	text-align:  center;
}

.left-panel {
	float: left;
	width: 120px;
}

.right-panel {
	margin-left: 120px;
	border-radius: 10px;
	background-color: #EBEADC;
}

.hamburger {
	display: none;
	cursor:  pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

#nav {
	display: block;
}

@media screen and (max-width: 727px) {
	.left-panel {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 180px;
	}
	.right-panel {
		margin-left: 0px;
	}
	.hamburger {
		display: inline-block;
	}
	#nav {
		display: none;
	}
	.button-entry {
		font-size: x-large;
	}
}

.bottom-panel {
	text-align: center;
	font-size: small;
	clear: both;
}

.button-entry {
	list-style :none;
	margin     :0;
	padding   : 0;
	text-decoration:none;
}

.button {
	background:#BCAC94;
	margin:0;
	padding: 2px 10px;
	border: 1px solid #fff;
	min-height: 30px;
}

#map {
    height: 400px;
    width: 100%;
}

.maintain-size {
	border:0; 
	max-width:100%; 
	height:auto;
}

.width-70 {
    width: 70%;
    margin: auto;
	height: auto;
}

.width-80 {
    width: 80%;
    margin: auto;
	height: auto;
}

.width-95 {
    width: 95%;
    margin: auto;
	height: auto;
}

.submit-button {
	font-size: x-large;
	margin: auto;
	display: block;
}

.scroll-bars {
	overflow-x:auto;
}

.column-third {
    width: 33.3%;
    vertical-align: top;
}

.column-half {
    width: 50%;
    vertical-align: top;
}

.double-spaced {
    line-height: 2;
}

.g-recaptcha{
    display: inline-block;
 }