body{
	margin:0;
	font:12px/14px Arial,Helvetica,sans-serif;
	color:#ffffff;
	background:#fff;
	width: 100%;
}
img{border-style:none; display: inline-block; vertical-align: middle;}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{text-decoration:none;}
:focus {outline:none;}
.header-webterminal{
	display: block;
	background: #ed0711;
	width: 100%;
	overflow: hidden;
	min-height: 45px;
	line-height: 45px;
}
.header-webterminal-block{
	float: left;
	width: 33.33%;
}
.header-webterminal-logo{
	display: inline-block;
	margin: 0 0 0 23px;
}
.header-webterminal-block.center{
	text-align: center;
}
.header-webterminal-title{
	font: 300 20px/22px 'Roboto', Arial,Helvetica,sans-serif;
	display: inline-block;
}
.header-webterminal-list{
	list-style: none;
	margin: 0 6px 0 0;
	padding: 0;
	text-align: right;
}
.header-webterminal-list li{
	display: inline-block;
	color: rgba(255,255,255,0.55);
	position: relative;
	padding: 0 0 0 5px;
}
.header-webterminal-list a{
	color: #ed1c24;
	border-radius: 1px;
	padding: 0 15px 0 37px;
	display: inline-block;
	font: 500 16px/28px 'Roboto', Arial,Helvetica,sans-serif;
}
.header-webterminal-list .login{
	background: #fff url(../images/login.png) 10px 6px no-repeat;
}
.header-webterminal-list .funds{
	background: #fff url(../images/funds.png) 10px 6px no-repeat;
}
@media (max-width: 767px){
	.header-webterminal-block{
		width: 50%;
	}
	.header-webterminal-block:last-child{
		float: none;
		width: 100%;
		clear: both;
	}
	.header-webterminal-list{
		text-align: center;
	}
}
@media (max-width: 640px){
	.header-webterminal-block{
		float: none;
		width: 100%;
		text-align: center;
	}
	.header-webterminal-list{
		margin: 0;
		text-align: center;
	}
}