
.siteBodyWrapper
{
	padding: 10px;
	padding-top: 2vh;
	min-height: 40vh;
}

.siteButton
{
	height: 36px;
	box-shadow: 0 1px 0 rgb(255 255 255 / 60%) inset;
	background: #e7e9ec;
	border-radius: 3px;
	border-color: #adb1b8 #a2a6ac #8d9096;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	display: inline-block;
	padding: 0px 10px;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	line-height: 35px;
	min-width: 20px;
}

.siteButton:hover
{
	border-color: #a2a6ac #979aa1 #82858a;
	background: #e0e2e5;
	cursor: pointer;
}

.siteInputText
{
	height: 29px;
	padding: 3px 7px;
	line-height: normal;
	border: 1px solid #a6a6a6;
	border-top-color: #949494;
	border-radius: 3px;
	outline: 0;
	box-shadow: 0 1px 0 rgb(255 255 255 / 50%), 0 1px 0 rgb(0 0 0 / 7%) inset;
}

.db3
{
	background-size: cover;
	background-position-y: -12vmax;
	position: relative;
	width: auto;
	height: 315px; // 20vmax;
}

.dbFloatDiv {
	width: auto;
	height: auto;
	position: absolute;
	right: 20px;
	top: 120px;
	padding: 10px;
	background-color:rgba(255,255,255,0.4);
	border-radius: 10px;
}