.storytools {
float: right;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 4px 2px;
width: 200px;
height: 22px;
}

.storytools h5 {
float: left;
font-size: 12px;
line-height: 24px;
padding: 0 4px 0 8px;
}

.storytools li {
float: left;
text-indent: -9999px;
height: 20px;
width: 20px;
margin: 0 2px !important;
padding: 0;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ccc;
background: #fff;
list-style-type: none;
}

.storytools li a {
display: block;
width: 100%;
height: 100%;
}

.storytools .tool-email {
background: white url(/images/mail-icon.png) center center no-repeat;
}

.storytools .tool-facebook {
background: white url(/images/facebook-icon.png) center center no-repeat;
}

.storytools .tool-twitter {
background: white url(/images/twitter-icon.png) center center no-repeat;
}

