/**
 * CUSTOM CSS
 *
 * Here you can add your custom CSS code.
 */

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

.tag {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0px 5px 5px 0px;
  line-height: 2;
  font-weight: 600;
  font-size: 11px;
  display: block;
  width: 30%;
  text-align: center;
  float: left;
}

