
table {
	border-collapse: collapse;
  table-layout: fixed;
}

div#editor tr td {
  border: 1px solid gray;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  width: 16px;
  line-height: 16px;

  color: #FFF;
  text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;
}

table#canvas {
  margin-bottom: 16px;
}

div#palette_frame table {
  margin-bottom: 4px;
}

div#palette_frame {
  margin-bottom: 16px;
}

div#memory_map {
  margin-top: 16px;
  margin-bottom: 16px;
}

canvas#map {
  border: 1px solid gray;
}

canvas#name {
  border: 1px solid gray;
}

input.option {
  width: 32px;
  text-align: right;
  padding-left: 8px;
}

div#memory_options {
  margin-bottom: 16px;
}

div#memory_options td.form {
  float: right;
  padding-left: 8px;
}

.left {
  float: left;
  margin-right: 16px;
}

.right {
  float: left;
}

.footer {
  clear: left;
  padding-top: 8px;
}

.caption {
  padding-left: 16px;
}
