/*CSS HANDLER */

#download_client, #goto_poker{
	float:left;
}

#amount_choice{
	clear: both;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
	top: 194px;
}


.money_info {
  font-size: 15px;
  padding-bottom: 3px;
}

#transfer_money h1{
	display: inline-block;
}


.money_info .sport, .money_info .poker, .money_info .casino{
	color:var(--colore_principale);;
}

#user_links_summary{
            width:520px;
			line-height: 16px;
}

#user_links_summary h1{
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 0;
	
    }

#user_links_summary button, #user_links_summary a{
    display: block;
	margin: 10px 0 auto;
	position: absolute;
	bottom: 10px;
	left: 10px;    
}

#curr_nick{
    text-transform: uppercase;
}



@media only screen and (min-width: 1200px) {

  #transfer_money.col-lg-12 {
	padding: 11px 5px;
	position: absolute;
	top: 5px;
	width: 400px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  
#transfer_money.col-lg-12 {
  padding: 36px 5px;
  position: absolute;
  top: 5px;
  width: 400px;
}
	
  #transfer_money.col-lg-12 .form-group {
    margin-bottom: 9px;
  }
}



