a {
  cursor: pointer;
}

object, embed {
  height: 90px !important;
}
#UserHomeForm{
  display:none;
}

#start-panel {
  margin-top: -10px;
}

#currentProgress totalProgress {
  width: 850px;
  height: 22px;
  border: 1px solid #111;
  background-color: #292929;
}

#currentProgress totalProgress div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px; /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0099ff;
}

@media (max-width:640px) {
  embed {  width: 100% !important; }
}

#img_start_game {
  opacity: 1;

}
#img_start_game:hover {
  animation: pulse .5s normal;
  opacity: 0.6;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #CCC;
}
.bottom-text a {
  border-bottom: 1px solid #CCC;
}
.bottom-text p {
  max-width: 650px;
}

#game-sessions-warning {
  font-weight: bold;
}

#stop-game-session, #continue-game-session {
  margin-top: 20px;
  font-weight: 900;
  font-family: "RobotoRegular";
}
#stop-game-session a, #continue-game-session a {
  font-size: 17px;
  font-weight: bold;
}

#game-sessions-warning p {
  margin-top: 20px;
}

#game-sessions-warning p:nth-child(2) {
  margin-bottom: 30px;
}

#signup-consent-outer {
  display: none;
  margin-bottom: 10px;
}

.typing-tutor-level:hover {
  background-color: cyan;
}
.typing-tutor-level {
  border: #0618ea 2px solid;
  width: 50px;
  border-radius: 10px;
  background-color: darkcyan;
  color: #fff;
  height: 50px;
  display: inline-table;
  padding: 4%;
  cursor: pointer;
  margin: 5px;
}
.typing-tutor-level a {
  color: #fff;
  text-decoration: none !important;
  outline: none;
  text-align: center;
  display: inherit;
  font-size: 2em;
  text-shadow: 1px 1px 2px black;
}

.memory-game-level:hover {
  background-color: blue;
}
.memory-game-level {
  border: #0618ea 2px solid;
  width: 50px;
  border-radius: 100px;
  background-color: darkblue;
  color: #fff;
  height: 50px;
  display: inline-table;
  padding: 4%;
  cursor: pointer;
  margin: 5px;
}
.memory-game-level a {
  color: #fff;
  text-decoration: none !important;
  outline: none;
  text-align: center;
  display: inherit;
  font-size: 2em;
  text-shadow: 1px 1px 2px black;
}
