/* Remove top spacing when running inside the app's WebView. */
html.oc-webapp,
html.oc-webapp body {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
