.widget {
    float: left;
    margin-right: 7px;
    position: relative;
    z-index: 100;
}

.widget_facebook_like{
    width: 135px;
}

.widget_twitter_tweet{
    width: 72px;
}

.widget_google_plus{
    width: 58px;
}

.widget_appys_email{
    height: 21px;
    width: 61px;
}

a.share-dialog-link img{
    width: 14px;
    height: 14px;
    margin-bottom: 1px;
    vertical-align: middle;
}

a.share-dialog-link{
    background: #4C69BA;
    background: -webkit-gradient(linear, center top, center bottom, from(#4C69BA), to(#3B55A0));
    background: -webkit-linear-gradient(#4C69BA, #3B55A0);
    border: none;
    -webkit-border-radius: 2px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    text-shadow: 0 -1px 0 #354C8C;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.widget_appys_email a{
    background: #eee url('../img/email_counter.png') no-repeat left center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    width: 60px;
}

.widget_appys_email a:hover, .widget_appys_email a:visited, .widget_appys_email a:active{
    color: #000;
}

.widget_appys_email div.bubble{
    background: #eee;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-left: 6px;
    padding: 1px 7px;
    text-align: center;
}

/* Thanks to http://cssarrowplease.com/ */

.arrow_box {
    position: relative;
    background: #eee;
    border: 1px solid #bbb;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}
.arrow_box:before {
    border-color: rgba(187, 187, 187, 0);
    border-right-color: #bbb;
    border-width: 4px;
    top: 50%;
    margin-top: -4px;
}