@media (width < 148mm) {
    body {
        width: unset;
        height: unset;
        padding: 5px;
    }

    body > .ui-panel {
        position: unset !important;
    }

    #main {
        display: block;
    }

    .label-textarea textarea,
    .box:last-child textarea {
        resize: vertical;
    }
}