/**
 * WhatsApp Sharing Button
 * https://github.com/kriskbx/whatsapp-sharing/
 *
 * Copyright (c) 2015 by Kris Siepert
 *
 * Licensed under the MIT license.
 */



.wa_btn {
    background-image: url('btw.png');
    display: block;
	float:left ;
	margin-top: 5px;
}

.wa_btn_s {
}

.wa_btn_m {
	margin-top: 5px;
	

}

.wa_btn_l {
	margin-top: 5px;

}
