/**
 * @file
 * Visual styles for Levelplus's field components.
 */

/*Taxonomy term reference*/
.field--entity-reference-target-type-taxonomy-term {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 0.68em;
  margin: 25px 0 40px 0;
  text-align: center;
}
.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term {
  margin: 10px 0 20px;
}
.field--entity-reference-target-type-taxonomy-term + .field--entity-reference-target-type-taxonomy-term {
  margin-top: -40px;
}
.field--entity-reference-target-type-taxonomy-term ul.links {
  padding: 0;
}
.field--entity-reference-target-type-taxonomy-term ul.links li {
  display: inline-block;
  margin: 0 2px;
}
.field--entity-reference-target-type-taxonomy-term ul.links li a {
  color: #000;
  padding: 7px 15px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 5px 0 5px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #e6e6e6;
  min-height: 0;
}
.field--entity-reference-target-type-taxonomy-term ul.links li a:after {
  content: "";
}
.field--entity-reference-target-type-taxonomy-term ul.links li a:hover {
  text-decoration: none;
  color: #fff;
}
