.tag_3 {
  font-size: 10px !important;
  color: #858788 !important;
}

.tag_2 {
  color: black !important;
  font-size: 11px !important;
  font-weight: bold !important;
}

.tag_1 {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #950B34 !important;
}

.tags_wrapper {
  width: 220px;
}

.tags_wrapper .tags {
  padding: 0px 0px 10px 0;
  text-align: justify;
}

.tags_wrapper .tags .tag_1,
.tags_wrapper .tags .tag_2,
.tags_wrapper .tags .tag_3 {
  display: inline;
  vertical-align: baseline;
  line-height: 20px;
}

.tags_wrapper .tags a:link,
.tags_wrapper .tags a:visited {
  text-decoration: none !important;
}

.tags_wrapper .tags a:hover,
.tags_wrapper .tags a:active {
  text-decoration: underline  !important;
}