/* old styles */

/* -------------- v2 -------------- */

.page-instructions{
	font-size: 18px;
}
.page-instructions h1{
	margin: 15px 0 30px 0;
	font-size: 21px;
}
.page-instructions h2,
#content .page-instructions h2{
	margin: 20px 0;
	font-size: 19px;
}
h2.or{
	position: relative;
	text-align: center;
}
h2.or:before{
	position: absolute;
	content: '';
	z-index: -1;
	height: 1px;
	left: 0;
	right: calc(50% + 60px);
	top: calc(50% - 1px);
	background-color: #2966D0;
}
h2.or:after{
	position: absolute;
	content:'';
	z-index: -1;
	height:1px;
	left:calc(50% + 60px);
	right:0;
	top: calc(50% - 1px);
	background-color: #2966D0;
}
h2.or span{
	display: inline-block;
	background-color: white;
	box-shadow: 0px 3px 6px rgb(50 121 246 / 22%);
	border: 1px solid #2966D0;
	border-radius: 999px;
	padding: 21px 0;
	min-width: 74px;
	text-align: center;
	line-height: 1;
	color: #2966D0;
	font-size: 30px !important;
	font-weight: bold;
}


.page-instructions ol.instructions{
	margin: 20px 0;
	padding: 0;
	counter-reset: installCounter;
}
.page-instructions ol.instructions li{
	position: relative;
	min-height: 28px;
	margin: 60px 0;
	padding-left: 40px;
	overflow-y: hidden;
	list-style: none;
}
.page-instructions ol.instructions li:before{
	position: absolute;
	content: counter(installCounter);
	counter-increment: installCounter;
	left: 0;
	top: 0;
	font-size: 30px;
	line-height: 1;
	color: #63a5d4;
}
.page-instructions ol.instructions li img.media{
	float: right;
	margin: 0 0 5px 20px;
	max-width: 50%;
}
.page-instructions ol.instructions li .media{
	float: right;
	margin: 0 0 5px 10px;
	width: 50%;
}
.page-instructions ol.instructions li .media img{
	max-width: 100%;
}
.page-instructions .small{
	font-size: 14px;
}

img.borders{
	border:1px solid #dee1e6;
}

@media screen and (max-width: 700px){
	.page-instructions ol.instructions li img.media{
		float: none;
		display: block;
		margin: 0 auto 10px auto;
		max-width: 100%;
	}
	.page-instructions ol.instructions li .media{
		float: none;
		margin: 0 auto 10px auto;
		text-align: center;
		width: 100%;
	}
}


/* -------------- legacy -------------- */

.uninstall-block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 0 -20px;
	padding: 0;
}
.uninstall-block li{
	list-style: none;
	flex: auto;
	width: 220px;
	margin: 20px 20px 50px 20px;
	padding: 0;
}
.uninstall-block li:empty{
	visibility: hidden;
	padding: 0;
	margin:0;
}
#content .uninstall-block li img{
	max-width:100%;
	display: block;
	margin-bottom:20px;
}
#content .uninstall-block.fullimg li img{
	max-width:none;
}
.blue-background{
	background-color: #0C4173;
	color: white;
	font-weight: normal;
	padding: 10px;
}
.blue-background span{
	display: inline-block;
	margin-right: 40px
}

@media screen and (max-width:1003px){
	.uninstall-block li{
		width: 100%;
		margin-right: 0;
		float: none;
	}
}