
.main-title {
    border-bottom: 4px solid #007bff;
	color: #1f9b47;
} 
a.home-link {
	margin-right:20px;
}
.pdf-link {
	margin-left:15px;
	margin-right:15px;
	float: left;
}
i.fas.fa-file-pdf {
    color: red;
}
#forage-alert {
    width: 200px;
    float: right;
	top: -73px;
}
.print-link {
	margin-right:15px;
	float: left;
}
div#google_translate_element{
	float: left;
}
#alphabet {
    padding: 10px 5px;
    margin-bottom: 5px;
	font-size: 1.5em;
	border-bottom: 2px solid grey;
}
a.alphabet:link, a.alphabet:active, a.alphabet:visited {
    text-decoration: none;
    padding: 5px 5px;
}
.alphabetdisabled {
	color:#454545;
    font-weight: normal;
    text-decoration: none;
	padding: 0px 5px;	
}

.prev-next-btns {
    float: left;
}
#button-previous a {
    position: relative;
    background: url(../fs_images/fsf_prevnext.png) 1px -24px no-repeat;
}
#button-next a {
    position: relative;
    background: url(../fs_images/fsf_prevnext.png) -120px -24px no-repeat;
}
#button-next a, #button-previous a {
    margin-top: 0px;
    width: 113px;
    height: 35px;
    display: block;
    text-indent: -10000px;
    clear: both;
}
.button-previousnext {
    margin: 0px;
    padding-left: 5px;
    list-style: none;
    display: inline-flex;
}
div#title {
    font-size: 2.5em;
}
a#thumbnails:link, a#thumbnails:visited, a#thumbnails:active {
    font-size: 14px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    width: 250px;
    text-align: center;
}

.image_block > #thumbnails img {
    border: 0px;
    max-width: 250px;
    vertical-align: top;
    max-height: 250px;
}

a#thumbnails img {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.image_block {
    width: 250px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
	font-size: 14px;
}

#thumbnailsarea {
    width: 565px;
    line-height: 1.1;
    margin-bottom: 15px;
    vertical-align: top;
	float:right;
	margin-top:-80px;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 2.9rem;
    right: 1.2rem;
    z-index: 99;
    font-size: 1.1rem;
    border: none;
    outline: none;
    background-color: #7ab800;
    color: white;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    border-radius: 0.3rem;
}
#contentBtn {
    display: none;
	float: left;
    font-size: 1.1rem;
    border: none;
    outline: none;
    background-color: #7ab800;
    color: white;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    border-radius: 0.3rem;
}
div#search {
    float: left;
}
form#zoom_search {
    margin-bottom: 0;
}
input#searchbox {
    height: 22px;
    margin-left: 10px;
    width: 180px;
    box-sizing: border-box;
    background-color: rgba(7, 117, 254, 0.19);
    border: none;
    border-radius: 2px;
    color: black;
    transition: background-color 0.5s ease;
    font-size: .9em;
}
a.btn-search {
    height: 22px;
    margin-top: -4px;
}
.highlight { background: #FFFF40; }
.copyright {
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.alert-help {
	margin-top: -6px;
	margin-right: -14px;
}
.logo {
	max-height: 115px;
}
@media only screen and (max-width: 992px) {
	#thumbnailsarea {
		width: 270px;
	}
	.prev-next-btns {
		margin-top:10px;
	}
}
@media only screen and (max-width: 680px) {
	#alphabet {
		width: 79%;
	}
}
@media only screen and (max-width: 640px) {	
	#forage-alert {
		top: 10px;
	}
	input#searchbox {
		margin-top: 10px;
	}
	.menu-links {
		margin-top: 10px;
	}
	.pdf-link {
		margin-top:10px;
	}
	.print-link {
		margin-top:10px;
	}
	div#google_translate_element{
		margin-top:10px;
	}
	.prev-next-btns {
		margin-top:10px;
		float: left;
		clear:both;
	}
	.image_block > #thumbnails img {
		max-width: 200px;
		max-height: 200px;
	}
	.image_block {
		width: 44%;
		margin-left: 5px;
		margin-right: 5px;
	}
	#thumbnailsarea {
		width: 100%;
		margin-top:0px;
	} 
	#contentBtn {
		display: block;
		height: 34px;
		padding-top: 2px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 490px) {
	.image_block > #thumbnails img {
		max-width: 250px;
		max-height: 250px;
	}
	.image_block {
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
	#thumbnailsarea {
		width: 100%;
	}
}

/* Print Options */
@media print {
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;				  
	}
	.nav-options {
		display: none;
	}
	#contentBtn {
		display: none;
	}
	#topBtn {
		display: none;
	}
	#top_navigation {
		display: none;
	}
	.prev-next-btns {
		display: none;
	}
	.app-store-icons {
		display: none;
	}
	.seed_info {
		display: none;
	}
}
