/*CSS HANDLER */

#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;
  }
}



