* { 
	box-sizing: border-box;
} 

.hading {
	width: 100%;
	background-color: #004;
	border: #333 solid 1px;
	}
#find-me { 
	width: 100%;
	height: 100%;
	max-height: 100px;
	font-size: 20px;
	font-weight: bold;
	}
.expandBox {
	float: right;
	}
.hideme {
	display: none;
	}
.foundDiv {
	width: 100%;
	border-radius: 10px;
	border: #777 solid 1px;
	min-height: 75px;
	background-color: #eee;
	position: relative;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	}
.glam { 
	max-width: 100%;
	}
.foundMap {
	margin-right: 10px;
	float: right;
	}
.foundIcon {
height: 35px;
padding-right: 5px;
}
.foundWiki {
	}
.approvalImg {
	height: 50px;
	}
.wikiTitle {
	font-size: 20px;
	font-weight: bold;
	font-face: arial;
	}
.details {
	font-size: 10px;
	color: #888;
	position: absolute;
	bottom: 2;
	right: 5;
	padding-right: 75px;
	}
