a.category {
  display: inline-block;
  background: #fc646e;
  color: #ffffff;
  border: 1px solid #fc646e;
  border-radius: 14px;
  min-width: 2.4em;
  font-size: 84%;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0.4em 1.2em 0.4em 1.2em;
  margin: 0em 0.5em 1em 0em;
  transition: all 0.2s;
}
a.category:visited {
  background: #fc646e;
  color: #ffffff;
  border: 1px solid #fc646e;
  text-decoration: none;
}
a.category:active {
  background: transparent;
  color: #fc646e;
  border: 1px solid #fc646e;
  text-decoration: none;
}
a.category:hover {
  background: transparent;
  color: #fc646e;
  border: 1px solid #fc646e;
  text-decoration: none;
  opacity: 1;
}


