@charset "utf-8";	

.TitleInfoDiv2 {

		position:absolute;
		top: 0%;
		width: 100%;
		left:0%;
		height:20%;
		max-height: 100px;
		text-align: center;
		font-size: 110%;
		color:white;
		background-color:lightgray;
		z-index:8;
		}
.CharityImageDiv2 {
		display:inline-block;
		position:absolute;
		margin-top: 2px;
		margin-left: 2px;
		width: 28%;
		left:0%;
		height:75%;
		max-height: 70px;
		max-width: 190px;
		color:white;
		background-color: white;
		z-index:7;
		}
.POIinfo {
			
		top: 5px;
		width: 100%;
		height:100%;
		margin:4px;
		display:block;
		overflow: hidden;
		visibility:hidden;
		background-color: white;
		border-top: 1px solid #404040;
		border-left: 1px solid #404040;
		border-right: 2px solid #404040;
		border-bottom: 2px solid #404040;
		visibility: visible;
		border-radius: 4px;
		font-size:90%;
		z-index:6.4;
		}
	button.livewalk {
			position: absolute;
			right:10px;
			top:10%;
		  	border: none;
			width:125px;
			height:28px;
		  	padding: 1px;
			color: white;
		  	text-align: center;
		  	text-decoration: none;
		  	display: inline-block;
		  	font-size: 100%;
			border: 2px solid #000000;
			background-color: #555555;
			text-decoration-color: white;
			border-radius: 4px;
			transition-duration: 0s;
			cursor: pointer;
		}
	button.homepageinfo {
			position: relative;
			display:inline-block;
			left:5%;
			top:2%;
		  	border: none;
			width:100px;
			height:28px;
		  	padding: 1px;
			color: white;
		  	text-align: center;
		  	text-decoration: none;
		  	display: inline-block;
		  	font-size: 100%;
			border: 2px solid #000000;
			background-color: #555555;
			text-decoration-color: white;
			border-radius: 4px;
			cursor: pointer;
		}
	button.audioControl {
			position: absolute;
			right:2%;
			top:20%;
		  	border: none;
			width:15%;
			height:105;
		  	padding: 1px;
			color: white;
		  	text-align: center;
		  	text-decoration: none;
		  	font-size: 100%;
			border: 2px solid #000000;
			background-color: #555555;
			text-decoration-color: white;
			border-radius: 4px;
			transition-duration: 0s;
			cursor: pointer;
		}
