div.ios_prompt {
	display: none;
	position: fixed;
	padding: 1rem 0.25rem 0.25rem 0.25rem;
	margin: 0 auto;
	left: 0rem;
	right: 0rem;
	bottom: 0%;	
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	color: #555;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.25em;
	z-index:10000;	
}
span.ios_prompt_close{
    color: #000;
    float: right;
    font-size: 1.8rem;
    top: 0rem;
    right: 0.10rem;
    position: absolute;
    font-weight: bold;
}
p.ios_prompt_desc {
    margin-top: -0.15rem;
    margin-bottom: 0.25rem;
}
img.ios_prompt_share{
	display: inline-block; 
	margin-top: 4px; 
	margin-bottom: -4px; 
	height: 20px; 
	width: auto;
}
img.ios_prompt_addtohome{
	float: left;
    height: 72px;
    width: auto;
    margin-top: -8px;
    margin-right: 0.25rem;
}