/* General Mobile qtype style*/
.pmatch-ousupsub-box {
    background: #ccc;
    width: 100%;
    height: 2em;
    display: inline-block;
}
/**
The following rule will override the

ion-app.app-root textarea:not([core-auto-rows]) {
    height: 200px;
    min-height: 80px;
}
to make the textarea too much out of proportion.
*/
.qtype-pmatch .input-wrapper textarea.answerinputfield {
    height: auto;
    min-height: 1em;
    width: auto;
    max-width: 100%;
}
