
.AlignChildrenBottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.AlignChildrenCenter {
  display: flex;
  align-items: center;
}

.context-menu {
    position: absolute;
    text-align: center;
    background: lightgray;
    border: 1px solid black;
    border-radius: 10px;    /* same as .context-menu ul li border-radius */
    position-try: flip-block, flip-inline, flip-block flip-inline;
}

.context-menu ul {
    padding: 0px;
    margin: 0px;
    min-width: 150px;
    list-style: none;
}

.context-menu ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 10px;    /* same as .context-menu border-radius */
    /* border: 1px solid black; */
}

.context-menu ul li a {
    text-decoration: none;
    color: black;
}

.context-menu ul li:hover {
    background: white;
}

.findResultsModal {
  display: none;
  position: fixed;
  z-index: 98;    /* less than imageModal's z-index */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ddd;
}

/* Modal Content (image) */
.findResultsContent {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.findResultsCloseButton {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #333;
  font-size: 2.5em;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.findResultsModalCloseButton:hover,
.findResultsModalCloseButton:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

form.inline {
  display: inline;
  margin-right: 20px;
}

.header, .frHeader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding-bottom: 10px;
}

.imageModal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
  cursor: pointer;
}

/* Modal Content (image) */
.imageModalContent {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.imageModalCloseButton {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #bbb;
  font-size: 2.5em;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.imageModalCloseButton:hover,
.imageModalCloseButton:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .imageModalContent {
    width: 100%;
  }
}

.noScroll {
    overflow: hidden;
}

object {
    width: 100%;
    height: 100%;
}

.object {
    margin-top: 20px;
    width: 100%;
    height: 500px;
}

.PlusMinus {
  margin-right: 20px;
  font-size: 1em;     /* Smaller than .year */
  text-decoration: none;
  border: solid;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  float: right;
}

.post {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.postBody {
    margin-left: 40px;
    margin-right: 40px;
}

.postBody img {
    margin-right: 20px;
    max-height: 400px;
    max-width: 400px;
    cursor: pointer;
}

.refresh {
    position: absolute;
    top: 20px;
    right: 20px;
}

.refresh a {
  text-decoration: none;
  font-size: 2.5em;
}

.title {
    font-size: 1.5em;
    position: sticky;
    padding: 10px 16px;
    background: #999;
    color: #f1f1f1;
    margin-top: 10px;
    top: 175px;
    cursor: pointer;
}

.tocDiv {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.walt {
    margin-left: 30px;
    font-size: 2.5em;
    text-decoration: none;
}

.year {
    margin-left: 30px;
    font-size: 2.5em;     /* Bigger than .PlusMinus */
    text-decoration: none;
}

.year.underlined {
    text-decoration: underline !important;
}

.yearsDiv, .tocDiv {
  display: flex;
  flex-shrink: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yearsSpan {
  display: flex;
  flex-shrink: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
