p,
h1,
h2,
h3 {
  margin: auto;
}

body {
  min-width: 335px;
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}

.MostRightElement {
  /* display: flex !important; */
  position: relative !important;
  margin-left: auto !important;
  margin-right: 2px;
}

@media (min-width: 800px) {
  body {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}

#LoadingScreen {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000000;
  background-color: antiquewhite;
}

#loadinglogo {
  display: flex;
  position: relative;
  width: 300px;
  margin: auto;
  margin-top: 30%;
}

.infolink::after {
  content: '?';
  font-size: 60%;
  font-family: sans-serif;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: inline-block;
  width: 2ex;
  height: 2ex;
  border-radius: 10ex;
  color: black;
  background: white;
  border: thin solid black;
}

.infolink:hover::before {
  color: white;
  background: black;
  border-color: white;
}

.bubble {
  position: absolute;
  display: flex;
  max-width: 30em;
  background-color: #fff;
  padding: 0.5em 0.5em;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

.bubble img {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}



.bubble::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: .5em;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #fff;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}