.Header {
	font-size: large;
	font-weight: bold;
}

.SubHeader {
	font-style: italic;
        text-decoration: underline;
}

.ChangeLogDate {
	font-style: italic;
}

.NewsDate {
	font-style: italic;
}

li {
	list-style-image: url(../images/scout-bullet.gif);
}

.AlphaTable, td {
	margin-left: auto;
	margin-right: auto;
	font-size: extralarge;
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.AlphaHeader {
	font-size: large;
}

.eBookTable, td {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 10px;
	text-align: left;
}
/* Added 2023-11-23 */
.iframe-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.FooterIFrame {
	border-style: none;
	width: 100%;
}

.HeaderIFrame {
	border-style: none;
	width: 100%;
}

.MootsHeader {
     cursor: pointer; 
     color: blue;
     border: 1px solid red;
   	padding: 1px 5px 1px 5px;
}

.CrestImage {
     cursor: pointer;
}

td.Crests { 
     text-align: center; 
}

.MootsTable { 
     border: 2px solid red;
     border-collapse: collapse; 
}

td.MootHistory {
     padding-right: 15%;
     padding-left: 15%;
     text-align: center;
     border-top: thin solid;
     border-bottom: thin solid;
}

.resizeButton {
     background-color: #C0C0C0;
     border: none;
     color: black;
     font-weight: bolder;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     font-size: 12px;
     cursor: pointer;
     border-radius: 12px;
}

/* Responsive CSS for tables.  From https://css-tricks.com/responsive-data-tables/ */
@media screen and (max-width: 600px) {
	/* Force table to not be like tables anymore */
	.eBookTable table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	.eBookTable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0; 
		position: center;
/*		text-align: center; */
	}
}