#android {
	width:352px;
	margin:0 auto;
}

#android #menu {
	display:none;
}

#android > .title {
	margin-bottom:10px;
	padding:30px 0 0;
	text-align:center;
}

#android > .playstore {
	margin-bottom:5px;
	text-align:center;
	padding:0;
	text-align:center;
}

#android .bubBody {
	padding:20px;
}

#android .bubBody > div {
	background-color:transparent;
}

#android .bubBody > div img {
	margin:10px 0 0;
}

#android h3 {
	color:#40454d;
	font-family:verdana,helvetica;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0;
	padding-top:1.3em;
}

#android h3:first-child {
	padding-top:0;
}

#android div.header {
	padding-top:1.3em;
}

#android div.text {
	padding-left:1.8em;
}

#android p {
	padding-top:1.3em;
}

#android p:first-child {
	padding-top:0;
}

#android h3 + p {
	padding-top:0;
}

#android p.more_info {
	padding:0.3em 0 1.3em;
	text-align:right;
	font-size:0.7em;
	text-transform:uppercase;
}




/* MEDIA */
@viewport {
	width:320px;
}


@media only screen and (min-width: 800px) {

	#bodTag {
		background:#e9eef1 url("/assets/images/android/bg.png") repeat-x;
	}

	#android #menu {
		display:block;
		position:absolute;
		top:0;
		backgorund-color:#575f6a;
		margin-left:-30px;
	}

	#android {
		width:552px;
		margin:0 auto;
	}

	#android .bubBody > div img {
		margin-left:95px;
	}

	#android .bubBody div.header img {
		margin:0;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min--moz-device-pixel-ratio: 2),
		only screen and (-o-min-device-pixel-ratio: 2/1),
		only screen and (min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi),
		only screen and (min-resolution: 2dppx) {

	#android {
		width:100%;
		margin:0 auto;
	}

	#android #menu {
		display:none;
	}

	img {
		width:calc(100% - 20px);
	}

	img[src$="_small.png"] {
		width:50px;
	}

	#android .bubBody > div img {
		margin-left:0;
	}

	#android > .title img {
		width:980px;
	}

	#android > .playstore img {
		width:600px;
	}
}
