/**
* 	@author: Temago
* 	@mail: contact@temago.com
* 	@website: temago.com
*/
.whatsapp {
	font-family: 'Lato', sans-serif;
	width:320px;
	max-width:320px;
	position: fixed;
	bottom:0;
	right:30px;
	z-index:999;
}
.clickable{
    cursor: pointer;   
}
textarea.whatsapp-msg {
	height:100px;
	resize: none;
}
.panel {
	margin-bottom:-1px;
	box-shadow: none;
	border:none;
}
.panel-success > .panel-heading {
	background: #05b761;
    color: #fff;
    font-weight: bold;

}
button.btn-whatsapp {
	background: #05b761;
    border: none;
    color:#fff;
}