#help_iag img { fill: currentColor; }
.dokuwiki img.help_image { width: auto; max-width: none; margin-top: 0px; margin-bottom: 0px; }
.dokuwiki .page #help_iag li { color: inherit; }
.dokuwiki img.help_link_icon { width: 16px; height: 16px; min-width: 16px; min-height: 16px; margin:0; border:none; }
.dokuwiki img.help_icon { width: 24px; height: 24px; min-width: 24px; min-height: 24px; }
div.layers-info-box div {margin-right: 20px; }
p {
  text-align: justify;
}

#check-crop-help {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#check-crop-help img {
  display: block;
  border-radius: 3px;
  border: 1px solid lightgray;
}

.inline-mat-icon {
  transform: translateY(6px);
  line-height: 16px;
  margin-left: 4px;
}

.clickable-item {
  cursor: pointer;
}
.clickable-item.inline-mat-icon {
  font-size: 20px;
  margin-left: 3px;
  transform: translateY(5px);
}
