*{
	margin: 0;
}
.top{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: 100vw;
	border-bottom: solid;
	border-width: 0.5vh;
	border-color:#008B45;
	background-color: #00CD66;
}
.topHome{
	max-width: 80vh;
	height: auto;
	min-height: 3vh;
	max-height: 20vw;
	position: sticky;
	top: 0;
	z-index: 2;
}
.title{
	width: 55%;
	max-width: 55%;
	height: 1.3em;
	display: inline-block;
	padding-left: 3.5vw;
	padding-top: 2vh;
	padding-bottom: 2vh;
	font-size: 1.2em;
	text-align: left;
	white-space: nowrap;
	overflow-x:visible;
	overflow-y: hidden;
}

.RUbuttons{
	display: flex;
	flex-direction: row-reverse;
    justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 0;
	/* w50% */
	width: 45%;
	padding-left: 5%;
	margin-right: 3.25%;
}
.aZDDH{
	width: auto;
	min-width: 4.3em;
	height: auto;
	min-height: 1em;
	padding: 0.01vw;
	border-style: groove;
	border-width: 1vh;
	border-color:#00EE76;
	margin-right: 5%;
	background-color: #d3f54dc7;
	text-align: center;
	color: blue;
	text-decoration: none;
	white-space: nowrap;
}
.aHome{
	width: auto;
	min-width: 3.5em;
	height: auto;
	min-height: 1em;
	padding: 0.01vw;
	border-style: groove;
	border-width: 1vh;
	border-color:#00EE76;
	/* margin-right: 6.5%; */
	background-color: #00cda4;
	text-align: center;
	color: blue;
	text-decoration: none;
}


