@charset "UTF-8";
canvas.text {
  border: 1px solid #ddd;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}

.wrapper {
  border: 1px solid #ddd;
  float: left;
  margin: 0 5px 10px 0;
}
.wrapper canvas {
  display: inline-block;
}
.wrapper span {
  background: #ddd;
  display: block;
  text-align: center;
}

#message {
  background: red;
  border-radius: 2px;
  clear: both;
  color: white;
  display: none;
  font-weight: bold;
  padding: 1px 5px;
  position: relative;
  top: -3px;
}

.message {
  clear: both;
  font-style: oblique;
}

#glyphs {
  width: 950px;
}

#file {
  color: #999;
  color: #999;
  float: left;
  float: left;
  font-size: 11px;
  font-size: 11px;
}

.info {
  color: #999;
  float: right;
  font-size: 11px;
}

h1 {
  margin: 5px 0;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 20px 0 20px 0;
  padding: 0;
}

a {
  color: #44d;
  text-decoration: none;
}

#font-data h3 {
  background-color: #f8f8f8;
  cursor: pointer;
  font-weight: normal;
  margin: 0;
}
#font-data h3.expanded::before {
  content: "▼ ";
  font-size: 85%;
}
#font-data h3.collapsed::before {
  content: "► ";
  font-size: 85%;
}
#font-data h3.collapsed + dl {
  display: none;
}
#font-data dl {
  color: #707070;
  margin-top: 0;
  padding-left: 2em;
}
#font-data dt {
  float: left;
}
#font-data dd {
  margin-left: 12em;
  max-height: 100px;
  overflow-y: auto;
  word-break: break-all;
}
#font-data .langtag {
  color: #999;
  font-size: 85%;
  white-space: nowrap;
}
#font-data .langname {
  padding-right: 0.5em;
}

#pagination span {
  color: #505050;
  cursor: pointer;
  margin: 0 0.3em;
}
#pagination span.page-selected {
  color: black;
  font-weight: bold;
}

canvas.item {
  border: solid 1px var(--border-color);
  cursor: pointer;
  flex-grow: 0;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
}
canvas.item:hover {
  background-color: #e0e0e0;
}
canvas.item:last-child {
  flex-grow: 0;
}

canvas.item-adjuster {
  flex-grow: 1;
  flex-shrink: 0;
  float: left;
  height: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
}

#glyph-list-end {
  clear: both;
  height: 20px;
}

#glyph-display {
  border: solid 1px var(--border-color);
  float: left;
  height: 500px;
  position: relative;
  width: 500px;
}

#glyph {
  left: 2.5rem;
  position: absolute;
  top: 0;
}

#glyph-bg {
  left: 0;
  position: absolute;
  top: 0;
}

#glyph-data {
  display: flex;
  flex-flow: column nowrap;
  float: left;
  height: 500px;
  margin-left: 2em;
}
#glyph-data dl {
  margin: 0;
}
#glyph-data dt {
  float: left;
}
#glyph-data dd {
  margin-left: 12em;
}
#glyph-data pre {
  font-size: 11px;
}

#glyph-contours {
  flex: 1 1 0;
  overflow: auto;
}

pre:not(.contour) {
  margin: 0;
}

pre.contour {
  border-bottom: solid 1px #a0a0a0;
  margin: 0 0 1em 2em;
}

span.oncurve {
  color: blue;
}

span.offcurve {
  color: red;
}

.disabled {
  color: gray;
}
