.b-wiw-details {
  width: 240px;
  height: 102px;
  background: #fffbf2;
  border-radius: 4px;
  margin: 0 auto 45px;
  text-align: center;
  display: table;
  line-height: 25px;
  border-spacing: 0;
}
.b-wiw-details__left {
  display: table-cell;
  border-right: 1px solid #f7f0df;
  width: 50%;
}
.b-wiw-details__right {
  display: table-cell;
  border-left: 1px solid #f7f0df;
  width: 50%;
}
.b-wiw-details__amount {
  color: #a7100c;
  font-weight: 700;
  font-size: 25px;
  margin: 11px auto 0;
  display: block;
}
.b-wiw-details__title {
  display: block;
  color: #9b9b9b;
  font-size: 13px;
  line-height: 13px;
  margin: 0 auto;
}
.b-wiw-details__link {
  display: block;
  width: 102px;
  height: 26px;
  overflow: hidden;
  background: url("/Areas/WhoIsWho/Content/Images/btn-add.png") no-repeat 0 0;
  text-indent: -500px;
  margin: 11px auto;
}
.b-wiw-details__link:hover {
  background-position: 0 100%;
}
