.mod_mt_tagcloud .tagcloud {
  text-align: left;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
.mod_mt_tagcloud .tagcloud li {
  list-style-type: none;
  display: inline;
  font-weight: 400;
  margin-right: 0.5rem;
}
.mod_mt_tagcloud .tagcloud li a {
  color: auto;
  background-color: #f4f4f4;
  border-radius: 0.25rem;
  padding: 0.125rem 0.5rem !important;
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: inline-block;
}
.mod_mt_tagcloud .tagcloud li a.active {
  color: #000;
  background-color: #d1d5db;
}
.mod_mt_tagcloud .tagcloud li a:hover {
  background-color: #d1d5db;
}
.mod_mt_tagcloud .tagcloud li a:active, .mod_mt_tagcloud .tagcloud li a:focus {
  color: #d1d5db;
  background-color: #d1d5db;
}
