.make_a_deposit_checkout .ywf_message_amount {
    display: none;
}
.make_a_deposit_checkout .ywf_message_amount a.ywf_show_form{
    margin-left: 10px;
}
.make_a_deposit_checkout .ywf_message_amount.ywf_show{
    display: block;
}
.make_a_deposit_checkout .ywf_make_a_deposit_container .ywf_amount_input_container.ywf_hide{
    display: none;
}

.make_a_deposit_checkout .ywf_amount_input_container .ywf_deposit_content input.ywf_deposit{
    width: 25%;
    margin-left: 15px;
    margin-right: 15px;
}

.shop_table.shop_table_responsive.my_account_orders.my_funds_history th.description{
    width: 60%;
}

.ywf_history_container .filter_container{
    margin:0 40px 25px 0;
    text-align: right;
}

.ywf_make_a_deposit_form{
    margin: 10px;
}

 .ywf_make_a_deposit_form .ywf_deposit{
   width: 70% ;
}

 .ywf_currency_symbol{
     margin-left: 10px;
     margin-right: 10px;
 }

 .woocommerce-make-a-deposit .woocommerce-MyAccount-navigation,  .woocommerce-make-a-deposit .woocommerce-view-history {
     float: left;
     width: 30%;
 }

 .woocommerce-make-a-deposit .woocommerce-MyAccount-content,  .woocommerce-make-a-deposit .woocommerce-view-history{
     float: right;
     width: 68%;
 }