.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.keywords li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  text-align: center;
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  border-radius: 16px;
}

.keywords li:hover {
  background-color: #2196f3;
  color: white;
}

.keywords li i {
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background: #607d8b;
  color: white;
  margin-left: 8px;
  margin-right: 4px;
  font-size: 10px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
}
/*# sourceMappingURL=muk-styles.css.map */