a.hearing {
  display: inline-block;
  background: #ffffff;
  color: #888888;
  border: 1px solid #ffffff;
  border-radius: 14px;
  min-width: 3em;
  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: 5px 0 0 0;
  transition: all 0.2s;
}
a.hearing:visited {
  background: #ffffff;
  color: #888888;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.hearing:active {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
}
a.hearing:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-decoration: none;
  opacity: 1;
}


