<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dl-horizontal {
	*zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	line-height: 0;
	content: "";
}

.dl-horizontal:after {
	clear: both;
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 180px;
}

.alert {
	color: #b94a48;
	padding: 8px 35px 8px 14px;
	margin-top: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

.alert.alert-success {
	color: #555;
	background-color: #fff;
	border-color: #a2a2a2;
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
	float: right;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	background-color: transparent;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#form-succes .download {
	text-align: center;
}

.hide {
	display: none;
}

.block .content .btn.dwnl-link {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.block .content  .btn.dwnl-link:hover,
.block .content  .btn.dwnl-link:active,
.block .content  .btn.dwnl-link.active,
.block .content  .btn.dwnl-link.disabled,
.block .content  .btn.dwnl-link[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.block .content  .btn.dwnl-link:active,
.block .content  .btn.dwnl-linkactive {
	background-color: #cccccc  \9;
}

.block .content  .btn.dwnl-link:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.block .content  .btn.dwnl-link:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.block .content  .btn.dwnl-link.active,
.block .content .btn.dwnl-link:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.block .content  .btn.dwnl-link.disabled,
.block .content  .btn.dwnl-link[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-horizontal__tr{position: relative;}
.form-horizontal__tr label.error{position: absolute; background: url(/i/img/close.svg) no-repeat; width: 10px; height: 10px; display: block; right: -15px; top: calc(50% - 5px);}

.control-label {
	font-size: 14px;
	margin-right: 10px;
}

.form-loader {
	background: transparent url("/i/img/mongrid/grid-loader.gif") no-repeat;
	width: 256px;
	height: 16px;
	margin: 0 auto;
}

.itb-logo {
	border-radius: 30px;
	background: url(/i/img/instatrader-button.png) no-repeat;
	width: 175px;
	height: 175px;
	position: relative;
	overflow: hidden !important;
	display: block;

}

.itbn {
	display: block;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#fotorama, .download-logo {
	display: inline-block;
}

.download-logo {
	margin: 20px;
	float: left;
	text-align: center;
}

#screen-scroll {
	margin:0 auto;
	border: 1px solid #a1a1a1;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACJJREFUeNpi/PXrFwMIvHnz5j8DiPPs2bP/YEEYA4QBAgwA2MsZzWnpPn4AAAAASUVORK5CYII=) #fff;
	border-radius: 10px;
	overflow: hidden;
	font-size: 14px;
	box-shadow: inset 0px 1px 13px #CACACA;
}
.description{
	padding-bottom: 20px;
	background: #e6e6e6 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi+P//PwMI37lzB8EA0XAGCAMEGAA3VxyoxxQJQwAAAABJRU5ErkJggg==');
	border-top: 1px solid #ffffff;
	box-shadow: inset 0px 1px 13px #c0c0c0;
	border-radius: 0 0 10px 10px;
	text-align: center;
}
.description &gt; div:first-child{
	float: left;
	display: inline-block;
	width: calc(100% - 580px);
	vertical-align: top;
	margin-top: 19px;
	color: #666;
	text-align: justify;
}
a.dwnl-link:hover {
	border-bottom: 1px solid #A2A2A2;
}

#demo_acc_reg h2 {
	text-shadow: 1px 1px 0px white;
	color: #DA2222;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 21px;
	display: block;
}

#demo_acc_reg td {
	padding: 5px 4px;
}

#visible-form {
	text-align: center;
	margin: 0 auto;
}
#fotorama{
	margin-top: 12px;
	padding: 5px;
	background: white;
	border-radius: 5px;
	box-shadow: 0px 0px 6px #818181;
}
.desc1{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpi+P//PwMI37lzB8EA0XAGCAMEGAA3VxyoxxQJQwAAAABJRU5ErkJggg==) #e6e6e6;
	border-top: 1px solid #ffffff;
  text-align: center;
	box-shadow: inset 0px 1px 13px #c0c0c0;
	border-radius: 0 0 10px 10px;
}
.desc1 &gt; div:first-child{
	display: inline-block;
	width: calc(100% - 510px);
	float: left;
  text-align: justify;
	vertical-align: top;
	margin-top: 19px;
  color: #666;
}
.head &gt; h2{
	color:#737373;
	font-weight: 900;
	margin-top: 20px;
}
.head &gt; a{
	display: block;
	margin-bottom: 20px;
}

.version{
	text-shadow: 1px 1px 1px white;
	font-size: 9px;
	color: grey;
}

.others{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%,rgba(0, 0, 0, 0.04) 50% ,rgba(0, 0, 0, 0) 100%);
	margin: 20px 0 0 -20px;
	padding: 10px;
}
.others a{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi+P//PwMM3xbn/4/MZ2JAA3ckBP7D2Iwg1QxYgMqLD4xMDDgAyASckkCdJYxAi4uRVPfAJIBULwMW1xbD+CiSyBIgDBBgAMSDUCaBGx9rAAAAAElFTkSuQmCC) no-repeat 0 4px;
	padding-left: 10px;
	text-shadow: 1px 1px 1px white;
}
@media (max-width: 1450px) {

	.description &gt; div:first-child {
		display: block;
		float: none;
		  width:calc(100% - 26px);
		  padding: 10px 0;
		  margin:0 12px;
	  }
	  .fotorama-outer, .fotorama__caption-outer {
		text-align: center;
	  }
	  #fotorama {
		margin: 10px auto;
	  }
	  #screen-scroll .head {
		text-align: center;
	  }
	  #screen-scroll .head p {
		text-align: center;
	  }
}
@media (max-width: 792px) {
	.download-logo {
		float: none;
		display: block;
	}
}

.open_pretext_acc{font-weight: bold; margin: 40px 0 20px 0; font-size: 14px;}

.fastbannerform__cover {
    padding: 12px;
    border-radius: 5px;
    margin-top: 20px!important;
}

.fastbannerform__form {
    width: 100%;
}</pre></body></html>