
h1 {
	margin-bottom: 60px;
}
	h3 {
		padding-bottom: 7px;
		border-bottom: 1px solid #298dc7;
		margin-bottom: 7px;
	}
iframe {
	background: #2A90CB;
}
.appType {
	position: relative;
	display: block;
	padding: 30px;
	border: 2px solid #ccc;
	margin: 0 auto 50px;
	max-width: 800px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 2px rgba(0,0,0,0.2);
}
.instructions {
	position: relative;
	display: inline-block;
	padding-top: 20px;
}
.product {
	position: relative;
	float: right;
	width: 50%;
	margin-top: 20px;
}
.store {
	position: relative;
	float: left;
	width: 40%;
	margin: 20px 12px 0 0;
}
.floatLeft {
	position: relative;
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.floatRight {
	position: relative;
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
.spacer {
	position: relative;
	display: block;
	height: 30px;
}
h2 {
	margin-top: 50px;
}
strong {
	font-size: 23px;
}
.clear {
	clear: both;
}
.two-col {
	column-count: 2;
}
.app {
	position: relative;
	display: block;
}
	.inner-bezel {
		display: none;
	}



.appType {
	padding-bottom: 40px;
}
	.appType .starfleet {
		position: relative;
		display: block;
		width: 100%;
		height: 150px;
		margin-bottom: 60px;
	}
	.appType .store {
		position: relative;
		display: inline-block;
		width: 46%;
		margin-right: 2%;
	}
	.appType .platform {
		margin-bottom: 20px;
	}
	.appType h3 {
		color: #000;
		font-size: 22px;
	}
	.appType ul{
		padding: 0 0 30px 20px;
	}
	.appType li {
		font-size: 20px;
		line-height: 30px;
		list-style: disc;
		list-style-position: outside;
	}
	.appType p {
		line-height: 20px;
	}
	.appType .tryit {
		margin: 50px 0;
		width: 50%;
	}
	.tryitDown {
		display: block;
		margin: 0 auto;
		width: 50%;
		margin-bottom: 12px;
	}


/*	md Layout	*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.appType li {
		font-size: 18px;
		line-height: 30px;
	}
	
}
/* */


/*	sm Layout	*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.appType li {
		font-size: 18px;
		line-height: 30px;
	}
	.appType .store {
		width: 65%;
	}

}
/* */


/*	xs Layout	*/
@media only screen and (max-width: 767px) {

	.two-col {
		column-count: 1;
	}
	.appType li {
		font-size: 18px;
		line-height: 30px;
	}
	.appType .store {
		width: 65%;
	}
	
}
/* */
