2019/style.css [206:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.desc-expl-popup {
  position: absolute;
  padding: 0.5em;
  max-width: 20em;
  z-index: 100;
  background-color: white;
  border: solid 1px black;
  box-shadow: 3px 3px 4px #000;
  white-space: normal;
  display: none;
}

.desc-expl-point:hover .desc-expl-popup {
  display: inline-block;
}

span {
  white-space: nowrap;
}

span.code {
  font-family: Courier;
}

.rightmargin20 {
  margin-left: 0px;
  margin-right: 20px;
}

span:focus {
  border: 1px solid blue !important;
}

.focusable {
  color: #0000EE;
  cursor: pointer;
  text-decoration: underline;
}

#title {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0 0 0 0;
}

.h4 {
  display: block;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

@keyframes blink {
  from {background-color: white;}
  to {background-color: black;}
}

/* Use to activate CSS animation */
.spinner {
  animation: blink 1s infinite alternate;
  width: 420px;
  height: 210px;
}


@media screen and (min-height: 720px) and (max-height: 721px) {
  body {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



2020/style.css [230:298]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.desc-expl-popup {
  position: absolute;
  padding: 0.5em;
  max-width: 20em;
  z-index: 100;
  background-color: white;
  border: solid 1px black;
  box-shadow: 3px 3px 4px #000;
  white-space: normal;
  display: none;
}

.desc-expl-point:hover .desc-expl-popup {
  display: inline-block;
}

span {
  white-space: nowrap;
}

span.code {
  font-family: Courier;
}

.rightmargin20 {
  margin-left: 0px;
  margin-right: 20px;
}

span:focus {
  border: 1px solid blue !important;
}

.focusable {
  color: #0000EE;
  cursor: pointer;
  text-decoration: underline;
}

#title {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 0 0 0 0;
}

.h4 {
  display: block;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
}

@keyframes blink {
  from {background-color: white;}
  to {background-color: black;}
}

/* Use to activate CSS animation */
.spinner {
  animation: blink 1s infinite alternate;
  width: 420px;
  height: 210px;
}


@media screen and (min-height: 720px) and (max-height: 721px) {
  body {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



