@import "../../../style.css";
@import "../../../google_translate.css";
@import "../../../links.css";
@import "../machine-control.css";

img {width: 50%; height: auto;}

figure figcaption::before {
  content: none !important;
  counter-increment: none !important;
}

.mobile-portrait {width: 320px; height: auto;}
.status-indicator {width: auto; height: 130px;}
.mobile-landscape {width: 640px; height: auto;}


@media print {
    .mobile-portrait {width: 160px; height: auto;}
    .status-indicator {width: auto; height: 65px;}
    .mobile-landscape {width: 300px; height: auto;}
}
