body > .skiptranslate {
  display: none!important;
}
ul.leitner-box {
  display: table;
  list-style: none;
  color: white;
}
ul.leitner-box > li {
  border: 4px solid #caaf65;
  border-collapse: collapse;
  vertical-align: middle;
}
ul.leitner-box > li ul {
  margin: 0;
  padding: 0;
}
ul.leitner-box > li ul li {
  border: 1px solid #e1e1e1;
  vertical-align: middle;
}
ul.leitner-box > li:nth-child(2) ul li{
    background-color: #dad7cd;
}
ul.leitner-box > li:nth-child(3) ul li{
    background-color: #a3b18a;
}
ul.leitner-box > li:nth-child(4) ul li{
    background-color: #588157;
}
ul.leitner-box > li:nth-child(5) ul li{
    background-color: #3a5a40;
}
ul.leitner-box > li:nth-child(6) ul li{
    background-color: #344e41;
}
img {
    max-width: 100%;
}
.adhs-container .adhs-modal .adhs-list .adhs-your-app-icon {
    background-color: black;
}
.adhs-container .adhs-modal .adhs-list img {
  margin: 0!important;
  height: 26px!important;
  padding: 0!important;
}
/* .loading{ */

.loading-spinner {
  position: absolute;
  display: inline-block;
  width: 30px;
  background-color: #ffffffb5;
  height: 30px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add flash effect to clicked link */
.flash {
  animation: flash 0.5s linear infinite;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.random-load{
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}
.random-load-item{
  display: block;
}
.random-load-item-caption{
  display: block;
  text-align: center;
  font-size: 10px;
}

@media all and (display-mode: fullscreen) {
  .mobile-none-view {
    display: none!important;
  }
}

#goog-gt-tt {
  display: none !important;
}