.wizard {
	/*background: #fff;*/
}

.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

	span.round-tab i {
		color: #555555;
	}

.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #5bc0de;
}

	.wizard li.active span.round-tab i {
		color: #5bc0de;
	}

span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs > li {
	width: 20%;
}

.wizard li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #5bc0de;
	transition: 0.1s ease-in-out;
}

.wizard li.active:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

	.wizard .nav-tabs > li a:hover {
		background: transparent;
	}

.wizard .tab-pane {
	position: relative;
	padding-top: 10px;
}

.wizard h3 {
	margin-top: 0;
}

@media( max-width : 585px ) {

	.wizard {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard .nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}

.tab-pane {
	min-height: 670px;
}

#explore {
	padding: 0;
	color: #555;
	min-height: 16px;
	position: relative;
	background: transparent;
}

	#explore span {
		user-select: none;
		vertical-align: middle;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	#explore[data-loaded=true] {
		border: 0;
		padding: 3px;
		font-size: 12px;
		margin: 2px 1px 0 1px;
		background: transparent;
		font-family: arial, sans-serif;
	}

	#explore .container {
		width: 100%;
		margin: auto;
		margin-top: 3px;
		table-layout: fixed;
	}

		#explore .container tr td {
			border: 0;
			margin: 0;
			padding: 0;
			height: 30px;
		}

	#explore .explore {
		right: 0;
		padding: 0 5px;
		font-size: 14px;
		cursor: pointer;
		z-index: 1000000;
		position: absolute;
	}

@-moz-document url-prefix() {
	#explore .explore {
		bottom: 1px
	}
}

#explore .close {
	top: 3px;
	right: 3px;
	cursor: pointer;
	font-size: 11px;
	padding: 1px 8px;
	position: absolute;
	background-color: transparent;
}

#explore a {
	border: 0;
	margin: 0;
	color: #333;
	padding: 3px;
	display: flex;
	text-align: center;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}

#explore .icon {
	margin: 0;
	padding: 0;
	width: 24px;
	color: #FFF;
	height: 24px;
	font-size: 11px;
	min-width: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	font-family: arial, sans-serif;
}

#explore .name {
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 5px;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
	font-family: arial, sans-serif;
}

#explore a, #explore .close, #explore .explore {
	transition: 300ms ease all;
	-moz-transition: 300ms ease all;
	-webkit-transition: 300ms ease all;
}

	#explore .close:hover {
		color: #FFF;
		background-color: #C75050;
	}

	#explore a:hover, #explore .explore:hover {
		background-color: rgba(0,0,0,0.03);
	}


table {
	width: 100%;
	margin: auto;
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 2;
}

	table .separator {
		height: 5px;
		font-size: 5px;
	}

	table tr td {
		border: solid 0px white;
		padding: 0;
		height: 48px;
		font-family: arial, sans-serif;
	}

		table tr td div {
			border: solid 1px transparent;
			margin: 4px;
			height: 48px;
			width: 100%;
		}

			table tr td div[type="selected"] {
				border: solid 1px rgb(173, 173, 173);
				/*border-top: solid 2px rgb(173, 173, 173);*/
			}

#section-1 table tr td div[id]:hover,
#section-2 table tr td div[id]:hover {
	cursor: pointer;
	border: solid 1px rgb(173, 173, 173);
}

#mobile-browsers, #footer {
	height: 100%;
}

#desktop-browsers, #operating-systems {
	height: 50%;
}

#section-1, #section-2, #section-3 {
	padding: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	/*border-top: solid 1px rgba(0,0,0,0.1);*/
}

#section-2, #section-3 {
	margin: 5px 0 0 0
}

#footer tr td {
	background-size: 18px
}

#faq {
	background: url("icons/faq.png") no-repeat center center
}

#bug {
	background: url("icons/bug.png") no-repeat center center
}

#copy {
	background: url("icons/copy.png") no-repeat center center
}

#reload {
	background: url("icons/reload.png") no-repeat center center
}

#default {
	background: url("icons/default.png") no-repeat center center
}

#text-input {
	margin: 0;
	outline: 0;
	color: #555;
	height: 120px;
	padding: 0 5px;
	font-size: 12px;
	background-color: #FFF;
	width: calc(100% - 2px);
	border: solid 1px rgba(0,0,0,0.1);
}

.button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 25%;
	height: 22px;
	cursor: pointer;
	border-bottom: solid 1px transparent;
}

	.button:hover {
		border-bottom: solid 1px rgba(0,0,0,0.1)
	}

.description {
	height: 24px;
	color: #F1F1F1;
	user-select: none;
	text-align: center;
	border: 0 !important;
	background-color: #505050;
	cursor: default !important;
	box-shadow: 0 12px 0 rgba(255, 255, 255, 0.10) inset;
}

.userinput {
	height: 28px;
	padding: 6px 0;
	min-height: 24px;
	max-height: 24px;
	text-align: center;
	border: 0 !important;
	box-shadow: none !important;
}

#ios {
	background: url(../icons/32/ios.png) no-repeat center center
}

#tizen {
	background: url(../icons/32/tizen.png) no-repeat center center
}

#android {
	background: url(../icons/32/android.png) no-repeat center center
}

#symbian {
	background: url(../icons/32/symbian.png) no-repeat center center
}

#windowsp {
	background: url(../icons/32/windowsp.png) no-repeat center center
}

#firefoxos {
	background: url(../icons/32/firefoxos.png) no-repeat center center
}

#edge {
	background: url(../icons/32/edge.png) no-repeat center center
}

#opera {
	background: url(../icons/32/opera.png) no-repeat center center
}

#chrome {
	background: url(../icons/32/chrome.png) no-repeat center center
}

#safari {
	background: url(../icons/32/safari.png) no-repeat center center
}

#firefox {
	background: url(../icons/32/firefox.png) no-repeat center center
}

#explorer {
	background: url(../icons/32/explorer.png) no-repeat center center
}

#mac {
	background: url(../icons/32/mac.png) no-repeat center center
}

#ibm {
	background: url(../icons/32/ibm.png) no-repeat center center
}

#linux {
	background: url(../icons/32/linux.png) no-repeat center center
}

#freebsd {
	background: url(../icons/32/freebsd.png) no-repeat center center
}

#windowsd {
	background: url(../icons/32/windowsd.png) no-repeat center center
}

#chromeOS {
	background: url(../icons/32/chromeOS.png) no-repeat center center
}

.ua-container {
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	padding: 20px;
	width: 680px;
	margin: 0 auto;
}

.hidden {
	display: none;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.spacer5, .spacer10, .spacer15, .spacer20, .spacer25, .spacer30, .spacer35,
.spacer40, .spacer44, .spacer45, .spacer50, .spacer60, .spacer54, .spacer70,
.spacer75, .spacer80, .spacer85, .spacer90, .spacer100, .spacer200 {
	width: 100%;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
}

.spacer5 {
	height: 5px;
}

.spacer10 {
	height: 10px;
}

.spacer15 {
	height: 15px;
}

.spacer20 {
	height: 20px;
}

.spacer25 {
	height: 25px;
}

.spacer30 {
	height: 30px;
}

.spacer35 {
	height: 35px;
}

.spacer40 {
	height: 40px;
}

.spacer44 {
	height: 44px;
}

.spacer45 {
	height: 45px;
}

.spacer50 {
	height: 50px;
}

.spacer60 {
	height: 60px;
}

.spacer54 {
	height: 54px;
}

.spacer70 {
	height: 70px;
}

.spacer75 {
	height: 75px;
}

.spacer80 {
	height: 85px;
}

.spacer85 {
	height: 85px;
}

.spacer90 {
	height: 90px;
}

.spacer100 {
	height: 100px;
}

.spacer200 {
	height: 200px;
}

.container,
.col-md-8 {
	padding-left: 0;
	padding-right: 0;
}

a.btn.btn-primary:not([href]):not([tabindex]) {
	color: #fff;
	text-decoration: none;
}
