iframe.body {
	display: block;
	width: 100%
	}
.drag_cover {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
	}
.menubar {
	box-shadow: var(--inset_border);
	height: 26px;
	padding: 2px;
	white-space: nowrap
	}
.menubar_list {
	display: inline-block;
	max-width: calc(100% - 28px);
	overflow-x: auto;
	padding-bottom: 2px;
	padding-right: 2px
	}
.menubar_list > input[type = "button"] {
	min-width: 0
	}
.resize_handle {
	background: url("images/interface_elements/resize_handle.svg");
	background-repeat: no-repeat;
	float: right;
	height: 26px;
	width: 26px;
	user-select: none;
	-webkit-user-select: none
	}
.titlebar {
	background-color: var(--highlight_colour);
	color: var(--highlighted_text_colour);
	cursor: default;
	height: 20px;
	overflow: hidden;
	padding: 3px;
	user-select: none;
	-webkit-user-select: none;
	white-space: nowrap
	}
.titlebar.inactive {
	background-color: var(--inactive_colour)
	}
.titlebar input[type = "button"] {
	display: inline-block;
	font-weight: bold;
	height: 20px;
	min-height: 0;
	min-width: 0;
	padding: 0;
	width: 20px
	}
.titlebar .titlebar_text {
	display: inline;
	margin-left: 4px
	}
.titlebar_text {
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
	text-shadow: 2px 2px black
	}
#windows > * {
	box-sizing: border-box;
	position: fixed
	}