.share-page .usa-icon {
  height: 1.01em;
  width: 1.01em;
  margin: 2px;
}
#share-box {
  background: white;
  width: 110px;
  z-index: 100;
  position: relative;
}
#share-box ul {
  top: -8px;
  left: 15px;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 5px;
  width: 145px;
  background: white;
  border: 1px solid #ccd6e0;
}
#share-box ul li a {
  text-decoration: none;
  display: block;
  font-size: 13px;
}
#share-box ul li a:hover {
  background-color: #369;
  color: #fff;
  text-decoration: none;
}
#share-box img {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 0;
  margin: 2px 6px 2px 0px;
  float: left;
}
