#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #323232;
	z-index: 90;
	top: 0px;
	left: 0px;
}
.PU_showRes {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	z-index: 91;
}
/* Styling for Result Description*/
.showRes {
	background-color: #ffffff;
	padding: 10px;
	font-family: Verdana;
	font-size: 12pt;
                color:dimgray;
}

.titBoxRes {
	font-size: 16pt;
	font-weight: bold;
}

.res {
	margin-left: 30px;
	vertical-align: middle;
	padding: 5px 0;
}
/* Styling for Link States*/
a:link{
background-color: transparent;
color:green;
}
a:visited{
background-color: transparent;
color:darkviolet;
}
a:hover{
background-color: transparent;
color:firebrick;
}
a:active:{
background-color: transparent;
color:blue;
}



@media only screen and (min-width: 768px) {
	.PU_showRes {
		top: 20px;
		left: 0px;
		width: 50%;
		margin-left: 25%;
	}
}
