.dbsc_icons {
	color: #555e58;
	margin-bottom: 2em;
}
.dbsc_icons div, .dbsc_icons a{
	display: inline-block;
}
.dbsc_icons div {
	margin: 0.2em 0.4em;
}
.dbsc_icons > p {
    font-size: 0.8em;
    font-style: italic;
    margin: 0;
}
.dbsc_count {
	max-width: 100px;
	padding: 0;
	white-space: nowrap;
}
.callout {
  position: relative;
  padding: 0 0.4em;
  background-color: #f5f5f5;
	border: 1px solid #e0dddd;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
	vertical-align: top;
	font-size: 0.6em;
}
.callout .notch {
  position: absolute;
  top: 0.8rem;
  left: -0.5rem;
  margin: 0;
  border-left: 0;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid transparent;
	border-right: 0.5rem solid #DADFE2;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
   /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.dbsc-icon {
    background-image: url(sprites.png);
    background-repeat: no-repeat;
}

.dbsc-icon-facebook {
    width: 35px;
    height: 35px;
    background-position: -1px -1px;
}

.dbsc-icon-googleplus {
    width: 35px;
    height: 35px;
    background-position: -38px -1px;
}

.dbsc-icon-pinterest {
    width: 35px;
    height: 35px;
    background-position: -75px -1px;
}

.dbsc-icon-stumbleupon {
    width: 35px;
    height: 35px;
    background-position: -112px -1px;
}

.dbsc-icon-twitter {
    width: 35px;
    height: 35px;
    background-position: -149px -1px;
}
