/* ---- bilder ---- */
img.large {
  width: 100%;
  max-width: 60em;
  border-radius: 1em; }
  .document img.large {
    border-radius: 0; }

img.medium {
  width: 100%;
  max-width: 100%;
  border-radius: 1em; }
  .document img.medium {
    border-radius: 0; }

img.small {
  height: 150px;
  border-radius: 0.8em; }

img.mini {
  height: 40px;
  border-radius: 0.3em; }

/* bilder visade som objekt i sig */
img.icon-large {
  border-radius: 0.5em; }

.small-image {
  margin: 0.5em 0.5em 0 0;
  vertical-align: top;
  display: inline-block;
  text-align: center; }
  .small-image > a:focus {
    outline: 0px; }
    .small-image > a:focus > img {
      opacity: 0.5; }
  .small-image > .title {
    font-size: 80%; }

/*# sourceMappingURL=image.css.map */
