.couponlist + .couponlist_annotation {
  padding-bottom: 0;
}
div.f-right.t-xs {
  padding: 15px 10px;
}
.linkarrow {
  position: relative;
  display: inline-block;
  padding: 0 22px 0 0;
}
.linkarrow::before{
  position: absolute;
  right: 2px;
  top: 6px;
  content: "";
  display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #32B987;
	border-right: 1px solid #32B987;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
