﻿.tags-box{padding-bottom: 10px;}

.tags-box .tags .tags-item {
  float: left;
  width: auto;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  text-align: center;
  background: #f1f1f1;
  border-radius: 16px;
}

.tags-box .tags .tags-item a {
  color: #6b6b6b;
}

.tags-box .tags .tags-item:last-child {
  margin-right: 0px;
}
