.text-side-right{
	font-size: 125%;
	color: #666666;
}
#whatsapp {
position: fixed;
bottom: 40px;
left: 20px;
width: 100px;
z-index: 15;
}
.whatsappMobile {
    /*display: none;*/
    background-color: #293;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.3);
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 0px;
    padding: 2px;
    line-height: 12px;
}