.fg-category-detail-container {
  width: 100%;
}

.fg-category-detail-thumbnail,
.fg-category-detail-thumbnail-image {
  width: 100%;
}

.fg-category-detail-thumbnail {
  display: inline-block;

  text-align: center;
}

.fg-category-detail-fields {
  overflow: auto;

  height: 100%;

  padding: 15px 15px 0;
}

.fg-category-detail-copyright-container {
  padding: 10px 15px;

  border: 1px solid #DDDDDD;
  border-left: none;
  border-right: none;
}

.fg-category-detail-copyright-container:after {
  right: 0;
}

.fg-category-detail-copyright-text {
  color: #555555;
  cursor: text;

  font-size: 10px;

  user-select: text;
}
