.wapp_share{
    text-align: right;
    clear: both;
	position: relative;
	width: 100%;
	height: 40px;
    margin-top: 5px;
}

.wapp_share a{
	text-decoration: none;
	background-color: #00c547;
    border: 6px solid white;
    box-shadow: 1px 1px 3px 0px #000;
    border-radius: 12px;
    color: white;
    padding: 5px;
    font-weight: bold;
    transition: all 0.2s ease;
}
.wapp_share a:hover{
	color: black;
}
.wapp_share a:before, .wapp_share :before{
	font-family: 'FontAwesome';
    content: '\f232';
}

@media screen and (max-device-width:768px), screen and (max-width:768px) {
	.wapp_share{
		height: 50px;
	}
    .wapp_share a{
        width: 100%;
        display: block;
        text-align: center;
        font-size: 1.2em;
    }

}