#bookmark-message-box{background:rgba(0,0,0,.8) url('close.png') no-repeat 96% 10%;bottom:2em;color:white;font-family:arial,sans-serif;font-size:1em;left:50%;margin-left:-14.5em;padding:1.4em;position:fixed;text-shadow:1px 1px 0 #000;width:29em;z-index:99998}
#bookmark-message-box .bookmark-helper{border-color:rgba(0,0,0,.8) transparent transparent;border-style:solid;border-width:1em 1em 0;bottom:-1em;display:block;height:0;left:50%;margin-left:-1em;position:absolute;width:0}
#bookmark-message-box .bookmark-icon{display:block;float:left;height:5.5em;overflow:hidden;width:5.5em}
	#bookmark-message-box .bookmark-icon img{display:block;height:100%;width:100%}
#bookmark-message-box .bookmark-text{float:left;font-size:1.5em;line-height:1.2em;margin-left:1em;width:12.5em}
#bookmark-message-box .bookmark-launch-icon{background:url('apple-launch.png') no-repeat center;display:inline-block;height:1.2em;width:2.1em}

.ipad #bookmark-message-box .bookmark-icon,.iphone #bookmark-message-box .bookmark-icon{border-radius:.6em}
.ipad #bookmark-message-box{bottom:auto;left:1.4em;margin-left:0;top:1.3em}
.ipad #bookmark-message-box,.iphone #bookmark-message-box{border-radius:1em}
.ipad #bookmark-message-box .bookmark-helper{border-color:transparent transparent rgba(0,0,0,.8);border-width:0 1em 1em;bottom:auto;top:-1em}

.android #bookmark-message-box{bottom:auto;left:auto;margin-left:0;right:1.4em;top:1.3em}
.android #bookmark-message-box .bookmark-helper{border-color:transparent transparent rgba(0,0,0,.8);border-width:0 1em 1em;bottom:auto;margin-left:.8em;top:-1em}
.android #bookmark-message-box .bookmark-launch-icon{background-image:url('android-launch.png');height:1.3em;vertical-align:bottom;width:1.3em}

.bookmark-close{bottom:0;left:0;position:fixed;right:0;top:0;z-index:99998}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	#bookmark-message-box{background-image:url('close-retina.png')}
	#bookmark-message-box{font-size:3em;margin-left:-16em}
	#bookmark-message-box .bookmark-launch-icon{background-image:url('apple-launch-retina.png');height:1em;width:1.5em}
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5)
and (orientation : portrait) {
	#bookmark-message-box{background-image:url('close-retina.png');background-size: 30px 30px;}
	#bookmark-message-box{font-size:2em;margin-left:-20em}
	#bookmark-message-box .bookmark-launch-icon{background-size:100%}
}

@media screen and (-webkit-min-device-pixel-ratio : 1.5) and (orientation:landscape),
@media screen and (min-device-pixel-ratio : 1.5)  and (orientation:landscape) {
	#bookmark-message-box{background-image:url('close-retina.png');background-size: 30px 30px;}
	#bookmark-message-box{font-size:2em;margin-left:-20em}
	#bookmark-message-box .bookmark-launch-icon{background-size:100%}
}