#endGameAsync {
	display: none;
	background-image: url("./../images/bkg_small.png");
  background-color: #4789D8;
  background-size: auto 100%;
  background-repeat: repeat-x;
  margin: auto;
  height:100%;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  z-index:2;
}

.endGameContainer {
	margin-top: 5%;
}

/*.endGameContainer {
  background-color: white;
  margin: auto;
  height:100%;
  width: 100%;
  overflow: hidden;
  z-index:200;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}*/

.swiper-container {
	height: 80%;
}

.swiper-pagination {
	margin: auto;
	width: 100%;
}

.swiper-pagination-bullet {
	margin: 0.5em;
}

.endGameAsync {
	height: 100%;
}

.endGameAsync h1 {
	font-family: "Sorts Mill Goudy", Serif;
	font-size: 2em;
  text-align: center;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
}

.endGamePointsSection {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.endGameAsyncStats {
	text-align: center;
	font-weight: bold;
	width: 100%;
	height: 3em;
}

.endGameButtons {
	position: absolute;
	bottom: 0.5em;
	text-align: center;
	width: 100%;
}

.endGameButtons button {
	background-color: #2A657E;
	font-size: 1.8em;
	margin: 0 0.8em;
	height: 2em;
	width: 20%;
}

.wordsAndAnswers {
	max-height: 60%;
	overflow-y: auto;
}

.wordResult {
	text-align: center;
	border-radius: 20px;
	background-color: #eeecea;
	margin: auto;
	margin-bottom: 1em;
	width: 70%;
}

.wordResutlTitle {
	margin: auto;
	margin-top: 0;
}

.answersTable {
	text-align: center;
	width: 60%;
	margin: auto;
	text-align: auto;
}

.challengeMessage {
	background-color: #EEECEA;
	border-radius: 10px;
	display: none;
	margin: auto;
	color: green;
	font-weight: bold;
	font-size: 1.2em;
}