<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#levelName {
  font-size: 24pt;
  font-family: sans-serif;
  text-align: center;
}

.gridtitle {
  font-size: 24pt;
  font-family: sans-serif;
}

.gridpanel {
  text-align: center;
}

#main {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.grid {
  width: 450px;
  height: 450px;
  text-align: center;
}

#info {
  margin-left: auto;
  margin-right: auto;
  font-size: 18pt;
  margin-bottom: 10px;
}

#guess {
  clear: both;
  width: 100%;
  font-size: 24px;
  font-family: monospace;
}

#percentage {
  float: right;
  color: red;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 0px;
}

#menu {
  position: fixed;
  right: 10px;
  top: 10px;
}

div.levelcomplete h3 {
  color: #FFA500;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

div.levelcomplete {
  padding: 15px;
}

/* Settings should appear in front of balloons. */
.ui-dialog {
  z-index: 32768 !important;
}

h4 {
  margin-bottom: 3px;
}

.filled {
  color: #FFD700;
}

.empty {
  color: rgb(30%, 30%, 30%);
}
</pre></body></html>