html[data-device-type="dedicated"] #de-popup-container {
	min-width: 715px;
}

.contentWrapper {
	padding: 0px;
	margin: auto;
}

.iconWrapper {
	width: 8%;
	float: left;
}

.textWrapper {
	margin-top: 30px;
}

.btn_1 {
	display: inline-block;
	padding: 9px 15px 10px;
	margin-bottom: 0px;
	background: #009cde;
	font-size: 15px;
	font-size: 1.07142857142857rem;
	font-weight: bold;
	line-height: 1.4545em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 5px;
	margin-left: 93px;
	margin-bottom: 20px;
}

.btn_1:hover,
.btn_1:focus,
.btn_1:active {
	color: #fff;
	text-decoration: underline;
}

html[data-device-type="mobile"] .contentWrapper {
	min-width: 90%;
	margin: auto;
}

html[data-device-type="mobile"] .iconWrapper {
	width: auto;
	float: left;
}

html[data-device-type="mobile"] #de-popup-container {
	margin-left: 20px;
	margin-right: 10px;
}

.list {
	display: table;
}

h3 {
	margin-top: 100px;
}

