@font-face {
  font-family: FixedBmpW96;
  src: url("FixedBmpW96.ttf");
}

html {
  font-size: 13px !important;
}

* {
  font-family: FixedBmpW96, monospace;
  box-sizing: border-box;
  tab-size: 4;
  line-height: 1em !important;
}

b, strong, h1, h2, h3, h4, h5, h6, .bold {
  font-weight: normal !important;
  text-shadow: calc(0px - calc(1em / 13)) 0;
  letter-spacing: calc(1em / 13);
  padding-left: calc(1em / 13);
}

.aReset {
  text-shadow: initial;
  letter-spacing: initial;
  padding-left: initial;
  color: White;
  background-color: Black;
}

body, html {
  margin: 0;
  width: 100%;
  height: 100%;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}

div#ui, pre#con {
  min-width: 100%;
  min-height: 100%;
  background-color: #808080;
  color: initial;
  box-sizing: border-box;
  margin: 0;
}

pre#con {
  cursor: text;
  font-family: inherit;
  background: initial;
  color: inherit;
  padding: 8px;
  background-color: Black;
  color: White;
}

pre#con input {
  appearance: none;
  border: 0;
  outline: 0 !important;
  color: inherit;
  background-color: CurrentColor;
  width: 1ch;
  padding: 0;
}

pre#con a {
  font-weight: normal !important;
  text-shadow: calc(0px - calc(1em / 13)) 0;
  letter-spacing: calc(1em / 13);
  padding-left: calc(1em / 13);
  color: Blue;
}

div#ui {
  overflow: hidden;
}

div.window > div.body {
  max-width: var(--bodWidth);
  max-height: var(--bodHeight);
  background-color: White;
  overflow: auto;
  border-radius: 6px;
  width: calc(100vw - 12px);
  height: var(--bodHeight);
  text-wrap: nowrap;
}

div.window > *:not(div.title), div.window {
  display: inline-block;
}

div.window * {
  font-size: 13px;
}

div.window {
  background-color: #bfbfbf;
  padding: 6px;
  border-radius: 6px;
  font-size: 0;
  --bodWidth: 400px;
  --bodHeight: 250px;
  position: fixed;
  max-width: calc(var(--bodWidth) + 12px);
}

div.window > div.title {
  box-sizing: content-box;
  height: 1em;
  padding: 2px;
  margin-bottom: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

div.window > div.title > button.close {
  float: left;
  vertical-align: middle;
  background-color: #db2020;
  margin-right: 8px;
}

button {
  appearance: none;
  padding: 2px;
  border: 0;
  outline: 0;
  background-color: #0080ff;
  color: White;
  cursor: pointer;
}

input, textarea {
  appearance: none;
  padding: 1px;
  border: 0;
  outline: 0;
  background-color: White;
  color: Black;
  border: 1px solid;
}

::-webkit-input-placeholder, ::placeholder {
  opacity: 1;
  color: #606060;
}

textarea {
  min-height: 28px; /* Minimum size is initial size */
  resize: none;
  box-sizing: content-box;
}

div#ui > div.appsSel {
	background-color: #cccccc;
	width: 75vw;
	height: 50vh;
	margin: 25vh 0 0 calc(25vw / 2);
	min-height: 30px;
	border: 2px solid;
  border-top-color: White;
  border-left-color: White;
}

div#ui > div.appsSel > div {
  border: 2px solid;
  height: 100%;
  padding: 4px;
  overflow: auto;
	border: inherit;
  border-top-color: #dfdfdf;
  border-left-color: #dfdfdf;
  border-bottom-color: #808080;
  border-right-color: #808080;
}

div#ui > div.appsSel > div > div:not(:last-child) {
  border-bottom: 2px solid #808080;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

div#ui > div.appsSel > div > div > span {
  cursor: pointer;
}

hr {
  width: 100%;
}