textarea {
  width: 100%;
  padding: 0.4rem;
  resize: none;
  font-size: 14px;
  font-family: Courier New, monospace;
}

fieldset {
  min-width: revert;
  padding: revert;
  margin: revert;
  border: revert;
}

footer {
  padding: 48px 24px;
  color: #000;
  background-color: #9e9e9e;
}

legend {
  border: 1px solid black;
  font-size: inherit;
  float: revert;
  width: revert;
  line-height: revert;
}

.content {
  padding: 16px 0;
}

.header-spacer {
  margin-top: 50px;
}

.log {
  font-size: 12px;
  border: none;
  background-color: inherit;
}

.max-width {
  max-width: 800px;
}

.page-section {
  scroll-margin-top: 50px;
  padding: 32px 24px;
  color: #000;
  background-color: #f1f1f1;
}

.page-section:nth-child(even) {
  color: #f1f1f1;
  background-color: #454545;
}

.page-section:nth-child(even) a {
  color: #f1f1f1;
}

.sidebar-item {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.sidebar-item:hover {
  color: #000!important;
  background-color: #ccc!important;
}

div.col > ul > li.list-group-item {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}

div.col > ul > li.list-group-item > span > a {
  color: inherit;
  text-decoration: none;
}

#sidebar {
  height: 34vh;
}

#loading-icon {
  animation: loading 5s ease-in-out infinite forwards;
}

@keyframes loading {
  0% {
    transform: rotate(0deg) scale(1);
  }
  80% {
    transform: rotate(360deg) scale(1);
  }
  90% {
    transform: rotate(360deg) scale(1.5);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
