@font-face {
  font-family: AUTHENTICSans-Condensed-90;
  src: url(./woff/AUTHENTICSans-Condensed-90.woff);
}
* {
  box-sizing: border-box;
}
body,
ul,
h1,
h2 {
  margin: 0;
  font-family: "AUTHENTICSans-Condensed-90", sans-serif;
  word-break: keep-all;
  line-height: 1.3;
}
a {
  color: black;
}
h1:hover {
  text-decoration: underline;
}
body {
  overflow: hidden;
}

.colorList {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 248px;
  height: 100%;
  margin-top: 30px;
  position: fixed;
  border-right: 1px solid #222;
  overflow-y: scroll;
}

.colorList li {
  font-size: 10pt;
  line-height: 1.5;
  list-style: none;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  /* border-radius: 50%; */
}
td {
  width: 70px;
}
.titleContainer {
  position: fixed;
  top: 0;
  height: 30px;
  border-bottom: 1px solid #222;
  width: 100%;
  z-index: 1;
}
h1 {
  margin: 0;
  font-size: 18px;
  padding: 5px 5px;
  display: inline-block;
}
h2 {
  font-size: 18px;
  padding: 5px 5px 0 5px;
  border-bottom: 2px dotted #222;
  position: sticky;
  top: 0;
  background-color: white;
}

.content {
  position: absolute;
  /* width: 100%; */
  overflow-x: scroll;
  margin-left: 250px;
  margin-top: 30px;
}
button {
  cursor: pointer;
  display: inline-block;
  background-color: rgb(220, 220, 220);
  border: 0px solid black;
  border-radius: 10px;
  font-size: 12pt;
  height: 20px;
  font-family: "AUTHENTICSans-Condensed-90", sans-serif;
  line-height: 1.5;
  padding: 0px 10px;
}

details {
  margin-bottom: 0px;
  cursor: pointer;
  padding: 5px 5px 0 7px;
  border-radius: 50%;
}

details:empty::before {
  content: "•";
  color: gray;
  font-size: 20px;
  margin-right: 8px;
}
summary {
  border-bottom: 1px dotted black;
  /* background: white; */
}
.category {
  overflow-y: scroll;
  width: 250px;
  border-right: 1px dotted #222;
  height: calc(100vh - 30px);
}

.categoryContainer {
  display: flex;
  align-items: stretch;
  overflow-x: scroll;
  width: calc(100% + 250px * 10);
}

figure {
  padding: 0 30px 0px 30px;
  margin: 0 40px 0px 40px;
}
figure img {
  width: 100%;
}
figcaption {
  font-size: 10pt;
  background-color: white;
  padding: 3px;
}
