/**
 * @file
 * Styling for contextual links behaviour and structure.
 */
/**
 * Field display.
 */
.field__label {
  font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
  /* LTR */
}

.field--name-field-gallery .field__items .field__item {
  margin: 5px;
  float: left;
  width: 150px;
}

.field--name-field-tags {
    position: absolute;
    width: auto;
    background: #000;
    margin-top: -5px !important;
    margin-left: 50px !important;
    z-index: 10;
    height: 30px;
    overflow: hidden;
    left: 0;
    color: #fff;
}

    