.curvedarrow {
  position: relative;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #222;
  border-bottom: 8px solid transparent;
  left: 18px;
  top: -6px;
  font-size: 0px;
}

.curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border: 3px solid #222;
  border-radius: 2px 0 0px 2px;
  top: -2px;
  left: -21px;
  width: 9px;
  height: 0px;
}

p.see_also_link:last-child {
 margin-bottom: 0;
}
p.see_also_link {
  margin-bottom: 12px;
  line-height: 16px;
}