.entry > h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.entry > hr {
  margin-top: 35px;
  margin-bottom: 30px;
}

.flextable {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flextable .slider {
  width: 100%;
  margin-top: 18px;
}
.flextable .item {
  margin-left: 40px;
  margin-right: 40px;
}
.flextable .break {
  flex-basis: 100%;
  height: 0;
}

.diagram2d_wide {
  min-width: 500px;
}
@media (max-width: 575px) {
  .diagram2d_wide {
    min-width: 400px;
  }
}

.dropdown-header {
  cursor: pointer;
  background-color: #F1F1F1;
  font-size: 1em;
  padding: 5px;
  padding-left: 40px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  border-radius: 5px;
  border: 1px solid #CCC;
  position: relative;
}

.dropdown-content-pad {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.dropdown-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.1s ease, max-height 0.1s ease, margin 0.1s ease, padding 0.1s ease;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background-color: #FFFAEC;
}

.dropdown-content.show {
  max-height: 1250px;
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropdown-header:hover {
  background-color: #ddd;
}

.dropdown-header::before {
  content: "\25B6 \FE0E";
  font-size: 0.9em;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: inline-block;
  padding: 5px;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.dropdown-header.show::before {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 575px) {
  .wider_on_mobile {
    width: 100%;
  }
}

.fix-katex {
  display: inline-block;
}
.fix-katex .katex-display {
  margin: 0;
}

@media (min-width: 675px) {
  .hide_wide {
    display: none;
  }
}

@media (max-width: 675px) {
  .hide_narrow {
    display: none;
  }
}

.lol_table {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.lol_table tr, .lol_table td {
  background-color: #ffffff;
  padding: 0.5em;
}

.yetanothertable2 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.yetanothertable2 tr, .yetanothertable2 td {
  background-color: #ffffff;
  border: none;
  padding: 0;
}
.yetanothertable2 td {
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 575px) {
  .yetanothertable2 td {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.imagetable2 {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
}
.imagetable2 tr, .imagetable2 td {
  background-color: #ffffff;
  border: none;
}
.imagetable2 td {
  display: inline-block;
  text-align: center;
}
