#MobileDeviceVerticalDebugPanel, #MobileDeviceHorizontalDebugPanel {
    min-width: 100px;
    min-height: 100px;
}

#MobileDeviceSettingsDebugPanel {
    max-width: 200px;
    max-height: 100px;
    min-width: 200px;
    min-height: 100px;
}

#MobileDeviceVerticalDebugPanel iframe, #MobileDeviceHorizontalDebugPanel iframe {
    //border: 1px solid #FF0000;
    border: 0px;
    position: absolute;
}

#MobileDeviceVerticalDebugPanel .mobileDeviceImageDebug, #MobileDeviceHorizontalDebugPanel .mobileDeviceImageDebug {
    position: absolute;
    width: 100%;
    height: 100%;
}

#MobileDeviceVerticalDebugPanel .mobileDevicePanelDebug, #MobileDeviceHorizontalDebugPanel .mobileDevicePanelDebug {
    margin-bottom: 4px;
}