.desktop {
  height: 100%;
  width: 100%;
  margin: 0px;
	font-family: "Pixelated MS Sans Serif";
}

.icon {
  width: 16px;
  height: 16px;
  margin-right: 6px
}

.title-bar-text {
  display: flex
}

.title-bar-text p {
  margin: 0px;
  align-self: center;
}

.realdesk {
	display: flex;
	margin: 2em;
	flex-direction: row;
	
}

.exe {
	display: flex;
	flex-direction: column;
	height: 80px;
	width: 60px;
	margin-left: 10px;
	margin-right: 10px
}

.exelabel {
	text-align: center;
}

.exe:active {
	border: 1px dotted black;
}

.exeicon {
	width: 32px;
	height: 32px;
}

.exe * {
	align-self: center;
  margin: auto;
}

#location {
  visibility: hidden;
}

#explorer {
  display: none;
}

#folder {
  visibility: hidden;
}

#menu-bar-toolbar {
	margin-bottom: 5px
}

#menu-bar-toolbar a {
	margin-left: 4px;
	margin-right: 10px;
	color: black;
}

.toolbars {
	display: flex;
	flex-direction: column;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 5px;
	border: 1px solid var(--ButtonShadow);
	box-shadow: 0 1px 0 var(--ButtonHilight), 0 1px 0 var(--ButtonHilight) inset;
}
.toolbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* border: 1px solid var(--ButtonShadow); */
	/* margin: 2px; */
	overflow: hidden;
	position: relative;
}
.toolbar + .toolbar {
	border-top: 1px solid var(--ButtonHilight);
	box-shadow: 0px -1px 0px var(--ButtonShadow);
	margin-top: 2px;
}
.toolbar-overflow-menu-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	display: flex;
	font-size: 12pt;
	text-align: center;
	padding: 0;
	overflow: hidden;
}
.toolbar-overflow-menu {
	display: flex;
	flex-direction: row;
}
.toolbar hr[aria-orientation="vertical"] {
	display: block;
	width: 0px;
	height: 36px; /* height: 100%; is not working (would do calc(100% - something) if it did) */
	margin: 0;
	border: 0;
	border-left: 1px solid var(--ButtonShadow);
	border-right: 1px solid var(--ButtonHilight);
	margin-left: 2px;
	margin-right: 2px;
}

#address-bar,
#standard-buttons,
#internet-buttons,
.menus {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#address-bar {
	flex: 1;
}
#address-compound-input {
	color: black;
	flex: 1;
	display: flex;
	margin-top: 1px;
	margin-bottom: 1px;
}

#address-icon {
	display: inline-block;
	margin-right: 4px;
	margin-left: 1px;
	align-self: center;
}

#address {
	flex: 1;
	color: inherit;
	border: 0;
	outline: 0;
	padding: 0;
	min-width: 0;
	width: 0; /* this is weird to have to write; but this is needed to prevent minimum width and thus overflow */
}

label[for="address"] {
	margin-right: 5px;
}

.toolbar-button {
	width: 54px;
	height: 40px;
	box-sizing: border-box;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
}

.toolbar-button .label-text {
	margin-top: 24px;
}

.toolbar-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.toolbar-button .icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
}

#content {
	width: 100%;
	background: white;
	border: 2px outset black;
	margin: auto;
	height: 360px;
}

#content iframe {
	border: none;
	height: 100%;
	width: 100%;
}

#address {
	padding-left: 5px;
}

#actionCodes {
	position: absolute;
	left: 695px;
	top: 93px;
	width: auto;
	height: auto;
	margin: 0px;
	display: none;
}

#actionCodes .window-body {
  margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#actionCodes button {
	width: 100%;
	display: flex;
	
}

#actionCodes p, #actionCodes .icon {
	margin: 0px;
	align-self: center;
}

#actionCodes p {
  margin-left: 12px;
}