
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 20px;
	margin: 20px 0;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #337ab7;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
					background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
	background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
	background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
	background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
	background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
	background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.search {
	overflow: visible;
	position: relative;
	margin-bottom: 100px;
}
.search_box {
	position: relative;
	overflow: visible;
}

#inspector .search_box {
	overflow: visible;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#inspector .search_b {
	overflow: visible;
}
#inspector .search_c a {
	line-height: 32px;
	color: #B7B7B7
}
#inspector .search_c a.active {
	text-decoration: none;
	color: #63A0FE;
}
@media all and (min-width: 640px) {
	#inspector .search_c {
		margin-right: 10px;
	}
}
#inspector ul.autocomplete {
	width: auto;
	left: 20px;
	right: 20px;
  z-index: 2;
}
#inspect {
	min-height: 250px;
	background: no-repeat 50% 50%;
	position: relative;
}
#inspect.loading {
	background-image: url(/img/ajax-loader.gif);
}
#inspect .downloadbtns {
	line-height: 52px;
}
#inspect .downloadbtn {
  background-image: url(/img/mp_sprite.png);
  background-position: 185px 187px;
  width: 115px;
  height: 45px;
	display: inline-block;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
}

#inspect a.downloadbtn.sdk {
  background-position: 0px 187px;
}

.app-header {
	max-width: 3200px;
	z-index: 999;
	background: #FEFEFE;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
	-webkit-box-shadow: 0px 3px 6px 0px #E5E5E5;
	-moz-box-shadow: 0px 3px 6px 0px #E5E5E5;
	box-shadow: 0px 3px 6px 0px #E5E5E5;
}
.app-header h1 {
	font-size: 21px;
}
.app-header > div {
	float: left;
}
.app-header > .downloadbtns {
	text-align: center;
	float: right;
	position: relative;
	right: 30px;
}
#inspect td {
	line-height: 1.2;
	vertical-align: middle;
}
#inspect td:first-child {
	line-height: 30px;
}
#inspect .export-to-excel + table td:nth-child(2) {
	line-height: 30px;
}
#inspect tr.inactive td a,
#inspect tr.inactive td {
	color: #D82626;
}
#inspect-offer {
	margin-top: 20px;
	padding: 30px 5px;
	font-size: 18px;
	text-align: center;
}
#inspect-offer a {
	color: #FFDE16;
}
i.website {
	vertical-align: middle;
	background: url(/img/sprite.png) no-repeat -505px -10px;
	display: inline-block;
	width: 20px;
	height: 18px;
}
i.email {
	vertical-align: middle;
	background: url(/img/sprite.png) no-repeat -503px -38px;
	display: inline-block;
	width: 23px;
	height: 18px;
}
i.linkedin {
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAdVBMVEUAAAAfHx8fHx8fHx8fHx8fHx8eHh4fHh4fHx8fHx8fHx8fHx8fHx8eHh4eHh4fHx8eHh4eHh4eHh4eHh4eHh4fHx8fHx8fHh4fHx8fHx8fHh4eHh4eHh4eHh4fHx8fHx8fHx8gHx8fHx8fHx8eHh4fHx8lHh9AfkjjAAAAJXRSTlMA6+/fvbgu9tfPraKZJhLCZFBINhj7+vHIs1ZAOh7i3dPKdkMKFbHMtgAAAKFJREFUGFdN0Ed2g0AAwFANvWOKu53mKPc/YhYGHlr+pQDg0ZQhlM2dtbly6fp8SxbcyieA7uyu4xNItXz8bHaBTK3p9G+xO41qEqvmqlYU6vetOWfDSHtRP4nUiiFAm9EdNRCpKYeIX4UPjShWmhVijalX6ha6MqkVtwALjdBrSIpT0muS5JbAfHJfCzDlO3m9V7TpCn22HRvrrxCKegDgHzViGlAG3k+vAAAAAElFTkSuQmCC) no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
}
#inspect tr.inactive td.contacts {
	background-image: url(data:image/png;base64,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);
	background-position: 50px 50%;
	background-repeat: no-repeat;
}
td.contacts {
	text-align: right;
}
td.contacts .website {
	margin-right: 6px;
}
td.contacts .email {
	margin-right: 5px;
}
td.contacts .linkedin {
	margin-right: 4px;
}

#inspector-modal {
	display: none;
	position: absolute;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -465px;
	max-width: 930px;
	width: 100%;
	z-index: 999999;
	overflow: visible;
	background: #FFF url(/img/a_18.png) no-repeat 95% 0;
	background-attachment: local;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 30px 20px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#inspector-modal.user {
	max-width: 480px;
	margin-left: -240px;
}
#inspector-modal.user .no-user,
#inspector-modal:not(.user) .user-only {
	display: none;
}
#inspector-modal.user .row.user-only {
	margin-top: 20px;
}
#inspector-modal.user .type {
	width: 100%;
}
#inspector-modal .loader {
	display: none;
	z-index: 999998;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9) url(/img/ajax-loader.gif) no-repeat 50% 50%;
}
#inspector-modal .close {
	z-index: 999999;
	position: absolute;
	top: -10px;
	right: -10px;
	background: #EDEDED;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 4px 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#inspector-modal h1 {
	font-size: 52px;
	line-height: 58px;
	max-width: 310px;
	font-weight: 300;
	text-transform: none;
}
#inspector-modal h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	box-shadow: none;
	margin-bottom: 15px;
}
#inspector-modal i {
	display: inline-block;
	padding: 3px 8px;
	margin-top: 2px;
	background: #ffde16;
	font-weight: 700;
	font-size: 17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	font-style: normal;
	position: relative;
	overflow: visible;
	cursor: default;
}
#inspector-modal input[type="checkbox"] {
	margin: 0;
}
#inspector-modal input.btn {
	margin-top: 14px;
	background: #00A5DB;
	font-size: 14px;
	box-shadow: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 8px 32px;
}
#inspector-modal .tooltip {
	display: none;
	position: absolute;
	z-index: 999999;
	bottom: 100%;
	left: -58px;
	width: 140px;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	background: #FEFEFE;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 400;
	margin-bottom: 6px;
}
#inspector-modal .tooltip:after,
#inspector-modal .tooltip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#inspector-modal .tooltip:after {
	border-color: rgba(254, 254, 254, 0);
	border-top-color: #FEFEFE;
	border-width: 8px;
	margin-left: -8px;
}
#inspector-modal .tooltip:before {
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 9px;
	margin-left: -9px;
}
#inspector-modal .tooltip b {
	font-weight: 700;
}
#inspector-modal i:hover .tooltip,
#inspector-modal .tooltip:hover {
	display: block;
}
#inspector-modal label {
	display: block;
}
#inspector-modal input[type="email"] {
	width: auto;
	width: -webkit-calc(100% - 35px);
	width: -moz-calc(100% - 35px);
	width: -ms-calc(100% - 35px);
	width: calc(100% - 35px);
}
#inspector-modal form > .row > div > h3 {
	background: #f0f0f0;
	padding: 2px 5px;
	margin: 20px 0;
	font-size: 18px;
	line-height: 22px;
}
#inspector-modal h1 span,
#inspector-modal h3 span {
	color: #00A5DB;
}
#inspector-modal h1 span {
	font-weight: 500;
}
#inspector-modal .type .form-group + .form-group {
	margin-top: 40px;
}
#inspector-modal .type label > div {
	padding-left: 20px;
}
#inspector-modal .type label .clearfix {
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#inspector-modal .type label .clearfix h3 {
	margin-bottom: 0;
}
#inspector-modal .form-control {
	padding-top: 3px;
	padding-bottom: 3px;
	height: 28px;
}
#inspector-modal .form-group {
	margin-bottom: 10px;
}
#inspector-modal .type #rad1,
#inspector-modal .type #rad2 {
    position: absolute;
    top: 2px;
    left: 0;
    margin: 0;
}
#inspector-modal p {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
}


#linkedin-modal {
	display: none;
	position: absolute;
	position: fixed;
	top: 80px;
	max-height: 60%;
	/*max-height: -webkit-calc(100% - 200px);
	max-height: -moz-calc(100% - 200px);
	max-height: calc(100% - 200px);*/
	left: 50%;
	margin: 0 0 0 -240px;
	max-width: 480px;
	width: 100%;
	z-index: 999999;
	overflow: auto;
	background: #FFF no-repeat 95% 0;
	background-attachment: local;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 30px 20px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#linkedin-modal .loader {
	z-index: 999998;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF url(/img/ajax-loader.gif) no-repeat 50% 50%;
}
#linkedin-modal .close {
	z-index: 999999;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #EDEDED;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding: 4px 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#linkedin-modal .results {
	min-height: 300px;
	position: relative;
}
#linkedin-modal .results > .res {
	margin: 17px 0;
	line-height: 1.15;
}
#linkedin-modal .results > .res h4 {
	margin-bottom: 2px;
	font-weight: 400;
	color: #0000CC;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#linkedin-modal .results > .res .clearfix a {
	float: left;
	margin: 0 5px 5px 0;
}
#linkedin-modal .results > .res .clearfix div {
	color: #000;
}
#linkedin-modal .results > .res .link {
	color: #008000;
	font-size: 13px;
	margin: 0 0 3px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#linkedin-modal .results > .res .ttl {
	color: #666;
	margin: 0 0 3px 0;
}
/*@media all and (max-height: 700px) {
	html.modal-open,
	html.modal-open body {
		height: auto;
		max-height: 100%;
	}
	#page-overlay,
	html.modal-open body header,
	html.modal-open body footer,
	html.modal-open body section,
	html.modal-open body .outside {
		display: none !important;
	}
	#linkedin-modal {
		max-height: none;
		overflow: hidden;
		position: static;
		top: 0;
		left: 0;
		margin: 0 !important;
		width: 100%;
		min-height: 100%;
		max-width: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}*/
@media all and (min-width: 991px) {
	#inspect td.contacts {
		min-width: 100px;
	}
}
@media all and (max-width: 992px) {
	#inspector-modal .close {
		top: 5px;
		right: 5px;
	}
	#inspector-modal .col-md-6.col-sm-6 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#linkedin-modal,
	#inspector-modal {
		max-height: none;
		overflow: hidden;
		position: static;
		top: 0;
		left: 0;
		margin: 0 !important;
		width: 100%;
		min-height: 100%;
		max-width: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}
@media all and (max-height: 600px) {
	#inspector-modal {
		top: 80px;
	}
}

.pagination {
	text-align: center;
}
.pagination span {
	display: block;
	padding: 10px 12px;
	font-size: 14px;
}
.pagination a {
	display: inline-block;
	background: #2C3E50;
	padding: 10px 12px;
	font-size: 14px;
	color: #FFF;
}


.app i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(/img/mp_sprite.png);
  background-position: -169px -40px;
}

.sdk i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(/img/mp_sprite.png);
  background-position: -211px -40px;
  margin-left: 10px;
  margin-right: 5px;
}

.sdk.active i {
  background-position: -211px 0px;  
}

.app.active i {
  background-position: -169px 0px;  
}


.search_c {
  width: 180px;
}

.search_c .active {
  color: 
}

.search_b {
  width: 250px;
}

.example-sdk img {
  background: white;
}

#inspector {
  padding: 50px 0px 16px 0px;
}

#platform-select {
    position: absolute;
    right: 10%;
    top: 25px;
    background-color: white;
    padding: 5px 15px;
    border-radius: 10px;
}

#platform-select div a {
	 text-decoration: none;
	}

.relative {
    position: relative;
}
