.box-shadow-hover {
  -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
}
.feed-button {
  cursor: pointer;
  border: 1px solid #CCC;
  background: #F7F7F7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  outline: none;
  display: inline-block;
  padding: 6px;
  color: #0654ba;
}
.feed-button:visited,
.feed-button:hover {
  color: #0654ba;
  text-decoration: none;
}
.feed-close-button {
  background: url(http://ir.ebaystatic.com/pictures/aw/home/feed/sprite_201409231330_opt.png) -217px -130px no-repeat;
  right: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
}
.feed-close-button:hover {
  background-position: -156px -130px;
}
.feed-close-button.negative {
  background-position: -197px -130px;
}
.feed-alert {
  position: relative;
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: #379CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.feed-alert h3 {
  padding: 8px 60px;
  font-size: 16px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', hirakakupro-w3, osaka, 'ms pgothic', sans-serif;
  font-weight: 400;
  line-height: 24px;
}
.feed-alert .feed-close-button {
  position: absolute;
  top: 15px;
}
.hide-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.btn:hover {
  border: 1px solid #aaa;
}
