.footstamp {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  list-style: none;
  font-weight: normal;
  margin-right: 0.2em;
}

.footstamp :after {
  content: "";
  position: absolute;
  top: 7px;
  right: -19px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #e2e2e2;
  border-width: 7px 12px;
  width: 0;
  height: 0;
  list-style: none;
}

.footstamp :last-child:after {
  content: none;
}

.footstamp a {
  display: inline-block;
  padding: 0 0.3em;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: black;
  background: #e2e2e2;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
  list-style: none;
}

.cg_freespace_02{
  text-align:center;
}