.footer_block a {
    color: #00a651;
    text-decoration: none;
}
.noacc{
	position: relative;
	color: #fff;
	font-size: 14px;
}
@media (min-device-width:481px){.footer{font-size:12px;}
.hosted_img{width:10px;}
.footer_user{display:none;}
.footer_lang{display:none;}
.footer_block{float:left;padding-right:20px;}
}
@media (max-device-width:480px){.footer_block{float:left;padding-right:15px;font-size:15px;font-weight:400;}
.footer{font-size:15px;}
.hosted_img{width:0.8em;}
.go_settings{display:none;}
.go_language{display:none;}
.footer_user{float:left;padding:15px 20px;font-size:0.8em;width:100%;margin-left:auto;margin-right:auto;border-bottom:1px solid #ccc;}
}

#btn-newacc{
  margin-top: 10px;
	width: 100%;
	color: #00a651;
	border: 1px solid #00a651;
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
#btn-newacc:hover{
	color: #fff;
	background:#00a651;
}
