#formatMain {
	position:relative;
	background-color:#9DCDEA;
	min-height:calc(100% - 265px);
	padding:20px 0px;
}

.formatIntro {
	position:relative;
	width:910px;
	padding:30px;
	background:#FFFFFF;
	color:#0a83ca;
	margin:0px auto;
	min-height:100px;
}
.formatIntro::before {
	position:absolute;
	left:40px;
	top:30px;
	display:block;
	content:" ";
	background-image:url(common.webp),linear-gradient(#EFEFEF,#EFEFEF);
	background-clip: content-box,padding-box;
	border-radius:15px;
}
#formatIntroCloud::before {
	width: 82px;
	height: 49px;
	padding: 25px 9px 26px 9px;
	background-position: -302px -7px;
}
#formatIntroHTML5::before {
	width: 56px;
	height: 79px;
	padding: 11px 22px 10px 22px;
	background-position: 21px -48px;
}
#formatIntroAndroid::before {
	width: 63px;
	height: 73px;
	padding: 14px 18px 13px 19px;
	background-position: -99px -45px;
}
#formatIntroJava::before {
	width: 59px;
	height: 78px;
	padding: 11px 20px 11px 21px;
	background-position: -37px -48px;
}
.formatIntro > h2 {
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 0px 150px;
}
.formatIntro > div {
	font-size:16px;
	margin:20px 0px 0px 150px;
}

#formatHighlights,
#formatIncluded,
#formatOptional,
#formatNotIncluded,
#formatTechnical,
#formatSamples {
	width: 966px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin:20px auto 0px;
	font-size:14px;
}
#formatHighlights > h3,
#formatIncluded > h3,
#formatOptional > h3,
#formatNotIncluded > h3,
#formatTechnical > h3,
#formatSamples > h3 {
	position:relative;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 55px;
	background: #3498DB;
	color: #FFFFFF;
	margin: 0px;
}
#formatHighlights > h3::before,
#formatIncluded > h3::before,
#formatOptional > h3::before,
#formatNotIncluded > h3::before {
	position:absolute;
	left:5px;
	bottom:-2px;
	display:block;
	content: " ";
	background-image:url(common.webp);
}
#formatHighlights > h3::before {
	width:42px;
	height:42px;
	background-position:-276px -285px;
}
#formatIncluded > h3::before {
	width:45px;
	height:45px;
	background-position:-146px -285px;
}
#formatOptional > h3::before {
	width:41px;
	height:42px;
	background-position:-234px -285px;
}
#formatNotIncluded > h3::before {
	width:41px;
	height:42px;
	background-position:-192px -285px;
}

#formatTechnical > h3,
#formatSamples > h3 {
	padding-left:10px;
}
#formatTechnicalIntro,
#formatTechnicalIntro2,
#formatTechnicalIntro3 {
	margin:20px;
}
#formatTechnical > textarea {
	display:block;
	width:580px;
	height:100px;
	margin:0px auto;
}
#formatTechnicalLink {
	margin:20px;
	text-align:center;
}
#formatTechnicalParameters {
	display:table;
	margin:20px;
	border-collapse:collapse;
}
#formatTechnicalParametersHeader,
.formatTechnicalParameterItem {
	display:table-row;
}
#formatTechnicalParametersHeader > h4 {
	display:table-cell;
	border:1px solid #9DCDEA;
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color:#0a83ca;
}
.formatTechnicalParameterItem > code {
	display:table-cell;
	border:1px solid #9DCDEA;
	padding:5px;
	font-family: monospace;
	font-weight:normal;
	font-size:13px;
	white-space:nowrap;
}
.formatTechnicalParameterItem > div {
	display:table-cell;
	border:1px solid #9DCDEA;
	padding:5px;
	font-size:12px;
}

.formatSample {
	position:relative;
	padding:20px;
	border-bottom:1px solid #9DCDEA;
}
.formatSample > h4 {
	font-weight:bold;
	margin:0px 0px 10px;
}
.formatSample > a {
	position:absolute;
	left:400px;
	bottom:40px;
	display: block;
	width: 150px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	background-color: #FFE86A;
	border-radius: 17px;
	color: #ff621d;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0px 2px #ff560b;
	text-decoration: none;
	text-align:center;
}