body {
  background-color: #ededed;
  color: #191919;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
}

hr {
  width: 25%;
  margin: auto;
  margin-top: 1%;
  margin-bottom: 1%;
}

#searchResultsHTML {
  box-sizing: border-box;
  font: 400 13px system-ui;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 13px;
  line-height: normal;
  font-family: system-ui;
  width: 90%;
  max-height: 200px;
}

#searchResultsHTML a {
  text-decoration: none;
  color: black;
}

#searchResultsHTML p {
  margin: 0px;
  padding: 2px;
}

#subCommentLinks a {
  font-family: Lucida Console, monospace;
  font-size: 12px;
  font-weight: bold;
}

#linkList {
  max-height: 300px;
  width: 90%;
}

#postUserMap {

}

#subredditorInfo {
  margin: auto;
}

#favoriteSubreddits {
  max-width: 90%;
}

#redditorSubComments {
  max-width: 90%;
  max-height: 300px;
}

.section {
  border: 1px solid #3f4042;
  box-sizing: border-box;
  padding: 10px;
  width: 90%;
  margin: auto;
  background-color: white;
}

.subSection {
  /* make inset box */
  border: 2px inset;
}

.multiColumn {
  display: flex;
}

.subColumn {
  border: 1px inset;
  display: inline-block;
  width: 33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

.subColumnList {
  max-height: 500px;
  overflow-y: auto;
}

.todo {
  color: #7c7c7c;
}

.scrollingDiv {
  overflow-y: scroll;
  padding: 1% 3% 1% 1%;
  box-sizing: border-box;
  border-style: inset;
  border-width: 1px;
  font-size: 13px;
  line-height: normal;
  font-family: system-ui;
}

.scrollingDiv a {
  text-decoration: none;
  color: black;
}

.scrollingDiv p {
  margin: 0px;
  padding: 2px;
}

.sectionTitle h2 {
  margin: 0;
  font-family: Lucida Console, monospace;
}

.subreddit {
  display: inline-block;
  margin: 2px 5px 2px 5px;
}

.centered {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.infoBox {

}

.infoDiv {
  display:inline-block;
  height:200px;
  width:45%;
  margin: 1% 1% 1% 1%;
  box-sizing: border-box;
}

.footnote {
  font-family: monospace;
  font-size: 10px;
}
