#TableOfContentsContainer {
  border-radius: 1rem;
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 0.75rem 3rem 1rem 1rem;
  margin-bottom: 1rem;
  display: inline-block; }
  #TableOfContentsContainer .TableOfContentsHeadline {
    margin-bottom: 0.5rem;
    color: #212931;
    font-size: 1.4rem;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-weight: 900;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    line-height: 1.5; }

nav#TableOfContents {
  margin-left: 1rem; }
  nav#TableOfContents ul {
    margin: 0; }
    nav#TableOfContents ul li {
      line-height: 1.75; }

header > h1 + p {
  margin-bottom: 0; }

section.post h2 {
  border-top: 2px solid #eee;
  border-top-right-radius: 1em;
  padding-top: 1.5rem;
  margin-top: 1.5rem; }

.fa-icon-marker {
  text-align: center;
  width: 100%; }

.download-track {
  margin: 5px 0; }

.tagcloud a {
  padding-right: 5px;
  white-space: nowrap;
  border: none; }
  .tagcloud a .tag-count {
    font-size: 0.75em;
    color: grey; }

#footer .logo_section .logo {
  margin: auto;
  display: block;
  height: 85%;
  width: 85%;
  background-color: #383838;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain; }
