/*!
 * Copyright (c) 2015 - 2019 Molkobain.
 *
 * This file is part of licensed extension.
 *
 * Use of this extension is bound by the license you purchased. A license grants you a non-exclusive and non-transferable right to use and incorporate the item in your personal or commercial projects. There are several licenses available (see https://www.molkobain.com/usage-licenses/ for more informations)
 */
.molkobain-markdown-viewer {
  /* Console tuning */
  /* Portal tuning */
}
.molkobain-markdown-viewer .mmv-preview-icon, .molkobain-markdown-viewer .mmv-preview-icon:hover {
  opacity: 0;
  margin-left: 0.5em;
  color: #444 !important;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s linear;
}
.molkobain-markdown-viewer:hover .mmv-preview-icon {
  opacity: 1;
}
.molkobain-markdown-viewer.field_container .field_value img {
  max-width: 400px;
  cursor: zoom-in;
}
.molkobain-markdown-viewer[data-field-id] .form-control-static img {
  max-width: 100%;
  cursor: zoom-in;
}
/* Not always in the main container */
.mmv-preview-content img {
  max-width: 100%;
}
