/*
// changeFileName:"download.20220123_03.css"
*/

.imageContainer {
  display: inline-block;
}

* {
  --image_size_factor: 0.75;
}

.leftWrapper {
  width: auto;
}

div#content {
  background-color: rgba(0, 153, 0, 0.13);
  overflow: hidden;
}

img {
  border-top-color: black;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  transform: scale(1);
}

img.image {
  width: 533px;
  height: 400px;
}

img.icon {
  width: 32px;
  height: 32px;
}

.data {
  color: black;
}

@media screen and (min-resolution: 150dpi) and (orientation: portrait) {
  * { --image_size_factor:         1.0; }
  .leftWrapper { float: none; padding-right: 0px; text-align: center; width: 100%; }
}

@media screen and (min-resolution: 150dpi) and (orientation: landscape) {
  * { --image_size_factor:           0.75; }
}

