.icanwd-share-facebook,
.icanwd-share-email,
.icanwd-share-twitter,
.icanwd-share-whatsapp
{
    display:table !important;
    padding:20px !important;
    margin:30px auto !important;
    font-weight:bold !important;
    min-width:80%;
}


.icanwd-share-facebook {
    background-color: rgb(59, 89, 152) !important;
    color:white;
}

.icanwd-share-facebook:hover {
    background-color: rgba(59, 89, 152,0.7) !important;
}

.icanwd-share-facebook .dashicons,
.icanwd-share-whatsapp .dashicons {
    font-size:25px;
    position: relative;
    top:-4px;
    padding-right:20px;
}

.icanwd-share-twitter .dashicons {
    padding-right:15px;
}


.icanwd-share-whatsapp {
    background-color: rgb(37, 211, 102) !important;
    color: white;
}

.icanwd-share-whatsapp:hover {
    background-color: rgba(37, 211, 102,0.7) !important;
}

.icanwd-share-twitter {
    background-color: rgb(29, 161, 242) !important;
}

.icanwd-share-twitter:hover {
    background-color: rgba(29, 161, 242, 0.7) !important;
}

.icanwd-share-email {
    background-color: white !important;
    color: black !important;
}

.icanwd-share-email:hover {
    background-color: rgba(255,255,255,0.7) !important;
}

.icanwd-share-email .dashicons {
    padding-right:20px;
    font-size:25px;
    position:relative;
    top:-2px;
}