#Tags {
  border: 1px solid #C6C6C6;
  border-radius: 1rem;
  overflow: hidden;
  padding: 1rem 1rem 0;
}
#Tags.RtlDir header {
  border-bottom: 2px dashed #C6C6C6;
}
#Tags.RtlDir main {
  position: relative;
}
#Tags.RtlDir main a {
  text-decoration: none;
  padding: 0.4rem 1rem;
  margin: 0 0 0.5rem 0.5rem;
  background-color: #E4E4E4;
  border-radius: 3rem;
  color: #000000;
  transition: 0.2s;
  font-size: 90%;
  white-space: nowrap;
}
#Tags.RtlDir main a:hover {
  background-color: #C6C6C6;
}
#Tags.LtrDir header {
  border-bottom: 2px dashed #C6C6C6;
}
#Tags.LtrDir main {
  position: relative;
}
#Tags.LtrDir main a {
  text-decoration: none;
  padding: 0.4rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #E4E4E4;
  border-radius: 3rem;
  color: #000000;
  transition: 0.2s;
  font-size: 90%;
  white-space: nowrap;
}
#Tags.LtrDir main a:hover {
  background-color: #C6C6C6;
}

/*# sourceMappingURL=tags.css.map */
