/*
Hey there, friend.
Checking out the css file, huh?
Hope you find everything you need.
If not feel free to drop me a line.
*/
main {
  background: #FFFFEE;
  min-height: 500px;
  padding: 1rem;
  position: relative;
}

main .toc {
  width: 300px;
  border: 1px rebeccapurple solid;
  float: right;
}

@media only screen and (max-width: 767px) {
  main .toc {
    float: none;
    width: 100%;
  }
}

main h1 {
  margin-top: 0;
}

main h2 {
  margin: 0;
}

main h2 .anchor {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  float: right;
}

main .topAnchor {
  clear: both;
  cursor: pointer;
  -webkit-filter: opacity(0.3);
          filter: opacity(0.3);
  float: right;
  text-decoration: none;
}

main .topAnchor:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

main .internal_thumb {
  float: right;
  max-width: 20%;
  margin: 0 0 10px 10px;
}

@media only screen and (max-width: 767px) {
  main .internal_thumb {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

main p {
  margin-top: 0;
}

main .readMore {
  cursor: pointer;
  text-decoration: underline;
}

main .initHidden {
  display: none;
}

main .clearLine {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: rebeccapurple;
  margin: 10px auto;
}
/*# sourceMappingURL=internal.css.map */