@import "header.css";
@import "footer.css";
@import "style_tripal_abims.css";
@import "font-marianne.css";

footer {
	margin: auto;
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body { min-width: 980px;}
#wrapper { width: 980px; margin: 0 auto; text-align: left; }

.content {
	padding: 0% 3.33%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	z-index: 0;
	min-height: 55vh;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

.sticky+.content {
	padding-top: 16px;
}

.search-container {
    margin: 0 auto;
	margin-left: 2vw;
	border: 1px white;
	border-radius: 3px;
	background: white;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

#searchbox {
	border: 1px white;
}

#searchbutton {
	background: #ffffff;
	border: 0px white;
}

.searchfield {
	border: 0px;
	text-align: center;
	background: white;
	display: inline-block;
}