body
{
background-color:rgb(255,255,255);
margin-top:1;
margin-left:1;
margin-right:1;
-webkit-user-select: none;
-moz-user-select: none;
font-size:16px;
}

input, select {
	font-size: 100%;
}

speedBonusMultiplierNumber{
font-size: 110px; 
}

statusScore{
font-size: 40px; 
}

statusGameTime{
font-size: 40px; 
}

statusEarnedCoins{
font-size: 40px; 
}

body.keyboard {
    height: calc(100% + 800px); /* add padding for keyboard */
}

#gameInfo{
width: 540px; /*Width of gameInfo*/
margin: 0 auto;
float: left;
}
#mainInfo{
font-size: 20px; 
float: left;
width: 200px; /*Width of left column*/
background: #C8FC98;
}

#otherInfo {
	float: left;
	width: 200px;
}
#bonusMultiplierInfo {
	float: left;
	width: 140px;
}
@font-face {
	 font-family: 'RobotoBold';
	 src: url('common_fonts/Roboto-Bold.ttf') format('truetype');
	 font-display: swap;
}

@font-face {
	 font-family: 'ChangaOne';
	 src: url('common_fonts/ChangaOne-Regular.ttf') format('truetype');
	 font-display: swap;
}

@font-face {
	 font-family: 'Impact';
	 src: url('common_fonts/impact.ttf') format('truetype');
	 font-display: swap;
}

.gameCanvas
{
	border: 3px solid #000000;
	max-height: 100%; 
	max-width: 100%; 
	padding: 0; 
	margin:auto; 
	display: block; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	box-sizing: border-box;
}

.gameButton {
  background-color: white;/*#4CAF50;*/ /* Green */
  border: 3px solid black;
  color: black;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'RobotoBold', sans-serif;
  font-size: 32px;
  margin: 10px 10px;
  cursor: pointer;
  min-width: 272px;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  min-height: 103px;
  vertical-align: top;
}

.gameButton:hover {
	background-color: #4CAF50; /* Green */
}
/*High score styles */
.scoreTable
{
	border-collapse:collapse;
	border:1px solid black;	
}	
.scoreTableName
{
	border-collapse:collapse;
	border:1px solid black;
	margin-top: 20px;
}		
.scoreTable th
{
	border:1px solid black;
}
.scoreTable tfoot
{
	border:1px solid black;
}	
.scoreTableBody
{
	display:block;
    max-height:300px;
    overflow-y:scroll;
	border:1px solid black;
}	
.scoreTableBodyNew
{
	display:block;
	max-height:300px;/*500px;*/
	min-height:300px;/*500px;*/
	overflow-y:scroll;
	//border:1px solid black;
}
.scoreTableHead
{
	display:table;
    width:100%;
    table-layout:fixed;
}	
.scoreTableHeadNew
{
	display:table;
	width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border:1px solid black;
}
.scoreTableFooter
{				
	border:1px solid black;
	font-family: 'Roboto', sans-serif;
}
.highScoreTable {
	flex: 0 1 400px;;
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 375px;
	border-collapse: collapse;
	//border:1px solid black;
}
.rank {
	width: 17%;
	font-size: 40px;
	font-family: 'RobotoBold', sans-serif;
	//border: 1px solid black;
	text-align: center;
}
.scoreImgCol {
	width: 20%;
}
.scoreImg {
	width: 100%;
	height: auto;
	max-width: 96px;
}
.replayImg {
	width: 100%;
	height: auto;
	max-width: 40px;
	cursor: pointer;
}
.infoCell {
	font-size: 25px;
	padding-left: 10;
	font-family: 'Roboto', sans-serif;
	width: 55%;
	text-align: center;
}
.infoCellSmall {
	font-size: 10px;				
	font-family: 'Roboto', sans-serif;
}

.wrapper {
	margin: auto;
	max-width: 60rem;
}	
table.center {
  margin-left: auto; 
  margin-right: auto;
}
#td-rank
{
	/*border:1px solid black;*/
	text-align: center;
	font-size:225%;
}
#tr-highlight
{
	background-color:rgb(255,119,119);
}
#tr-userHighlight
{
	background-color:rgb(179,179,179);
}
#lastScore
{
	color:rgb(255,0,0);
	font-size:150%;
}
#scoreBoardName
{				
	font-size:150%;
	font-family: 'RobotoBold', sans-serif;
}
#scoreBoard2Name
{				
	font-size:150%;
	font-family: 'RobotoBold', sans-serif;
}
#fbTable
{
	border-collapse:collapse;
	border: 0;
}

.button {
	background: transparent;
	border: 1px solid Black;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col0 
{
	width:49px;
	text-align: center;
}
.col1
{
	vertical-align: middle;
	width:53px;
}
.col2 
{
		width:300px;
		font-size:225%;
		padding-left: 20px;
}
.col3 
{
		width:200px;
		font-size:225%;
}
.col4 
{
		width:150px; 
		font-size: 2.00em;
		text-align: center;
}			

.th0 {width:47px;}
.th1 {width:53px;}
.th2 {width:280px;}
.th3 {width:200px;}
.th4 {width:160px;}

.innerb {height:24em; overflow:auto;}

.tabletwo {border-style: hidden; border-collapse:collapse;}
.tabletwo td,
.tabletwo th { border: 1px solid black; }

.gameOverLeft {width:20%;}
.gameOverRight {width:20%;}

.tourneyScore {font-size:1.3em; font-family: 'Roboto', sans-serif;}
.tourneyRound {font-size:1.5em; font-family: 'Roboto', sans-serif;}

.tournamentListTable{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	border-collapse: collapse;
	border-spacing:0;
}
.contactListTable{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;				
	border-spacing:0;
}

.challengeGameLogo{
	max-height:60px;
	width:auto;
	max-width: 100%;
}

.challengeHeader{
	font-family: 'RobotoBold', sans-serif;
    padding-left: 6;
	padding-right: 6;
    padding-top: 5;
    padding-bottom: 5;
    font-size: 30;
    background-color: lightslategrey;
    box-shadow: 0 8px 6px -6px black;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.badge {
	position: absolute;
    top: 35px;
    right: 110px;
    padding: 3px 8px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

.message-badge {
	position: absolute;
    top: 25px;
    right: -10px;
    padding: 3px 8px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	min-width: 7px;
}


		
@media screen and (min-width: 750px){
	.flex-container-score-boards {
		display: flex;
	}    
}

.flex-container > div {
  //background-color: #f1f1f1;
  margin: 1px;
  padding: 1px;
  font-size: 30px;
  //width: 150px;
}			
/* If the screen size is 750px wide or more, set things larger */
@media screen and (min-width: 750px) {
	.dot {
	  height: 20px;
	  width: 20px;
	  border: 1px solid #0F1C3F;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	}
	.dotempty {
	  height: 20px;
	  width: 20px;
	  border: 1px solid #0F1C3F;
	  background-color: #fff;
	  border-radius: 50%;
	  display: inline-block;
	}
	.avatarPicClickable {
		border-radius: 20%;
		border: 2px solid black;
		cursor: pointer;
		width: 100%;
		height: auto;
		max-width: 96px;
	}
	.avatarPic {
		border-radius: 20%;
		border: 2px solid black;
		width: 100%;
		height: auto;
		max-width: 96px;
	}
	.challengeDescGameLogo {
		max-height:60px;
		width:auto;
		display: inline-block;
	}
	.challengeDescGameLogoSmaller {
		max-height:40px;
		width:auto;
		display: inline-block;
	}
	.challengeDescGameTitle {
		font-family: 'Impact', sans-serif;
		font-size: 60px;
		height: 50px;
		line-height: 50px;
	}
	.challengeDescGameTitleSmaller {
		font-family: 'Impact', sans-serif;
		font-size: 40px;
		height: 30px;
		line-height: 30px;
	}
	.timeLastPlayedSmall {
		font-size: 15px;				
		font-family: 'Roboto', sans-serif;
	}
	.tourneyCol0 {width:20%;}
	.tourneyCol1 {width:80%; font-size: 30px; font-family: 'Roboto', sans-serif; cursor: pointer;}
	
	.tourneyColImg {width:13%;}
	.tourneyColTextRight {width:87%; font-size: 30px; font-family: 'Roboto', sans-serif; cursor: pointer; padding-left: 5%;}
	.tourneyColTextLeft {width:87%; font-size: 30px; font-family: 'Roboto', sans-serif; cursor: pointer;}
	
	.tourneyCheckResultsCol0 {width:13%; border: 1px solid red; border-right:0;}
	.tourneyCheckResultsCol1 {width:87%; border: 1px solid red; border-left:0; font-size: 30px; font-family: 'Roboto', sans-serif; cursor: pointer; padding-left: 5%;}
	
	.gameOverLeft {width:13%;}
	.gameOverCenter {width:74%; font-size: 30px; font-family: 'Roboto', sans-serif; cursor: pointer; text-align: center;}
	.gameOverRight {width:13%;}
	
	.contactColImg {
		border: 1px solid black; 
		border-right:0; 	
		width:10%; 
		border-spacing:0;
	}

	.contactColImgNoTopBorder {
		border: 1px solid black; 
		border-right:0; 
		border-top:0; 
		width:10%; 
		border-spacing:0;
	}

	.contactColName {
		border: 1px solid black; 
		border-left:0; 	
		width:60%; 
		border-spacing:0; 
		cursor: pointer; 
		font-size: 30px; 
		font-family: 'Roboto', sans-serif; 
		text-align: center;
	}

	.contactColNameNoTopBorder {
		border: 1px solid black; 
		border-left:0; 
		border-top:0; 
		width:60%; 
		border-spacing:0; 
		cursor: pointer; 
		font-size: 30px; 
		font-family: 'Roboto', sans-serif; 
		text-align: center;
	}

	.contactColDropDown {
		width:30%; 
		text-align: center;
	}

	.contactColDropDownNoTopBorder {
		border-top:0; 
		width:30%; 
		text-align: center;
	}
	.flex-item1 {
		order: 1;
		min-width: 165px;
	}
	.flex-item2 {
		order: 2;
	}
	.flex-item3 {
		order: 3;
		width: 100%;
		text-align: center;
	}
	
	.flex-container {
		margin-top:10px;
		max-width: 365px;/*750px;*/
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		//background-color: DodgerBlue;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  padding-top: 100px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  margin-top: -50px;
	  padding: 0;
	  border: 1px solid #888;
	  width: 80%;
	  max-width:750px;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	  -webkit-animation-name: animatetop;
	  -webkit-animation-duration: 0.4s;
	  animation-name: animatetop;
	  animation-duration: 0.4s
	}

	.modal-content-no-anim {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  margin-top: -50px;
	  padding: 0;
	  border: 1px solid #888;
	  width: 100%;
	  max-width:750px;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);  
	}
	
	.chatBox
	{
		height: 65%;
		/*border: solid black 1px;*/
		padding: 11px;
		margin: 5px;
		/*box-shadow: 3px 3px 3px grey;*/
		overflow: scroll;
		display: flex;
		flex-direction: column;
		width: auto;
	}
	
	.top-level-message-badge {
		position: absolute;
		top: 75px;
		right: -10px;
		padding: 3px 8px;
		border-radius: 50%;
		background: red;
		color: white;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		min-width: 5px;
	}
}	

/* If the screen size is 750px wide or less, set things smaller */
@media screen and (max-width: 750px) {
	.dot {
	  height: 15px;
	  width: 15px;
	  border: 1px solid #0F1C3F;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	}
	.dotempty {
	  height: 15px;
	  width: 15px;
	  border: 1px solid #0F1C3F;
	  background-color: #fff;
	  border-radius: 50%;
	  display: inline-block;
	}
	.avatarPicClickable {
		border-radius: 20%;
		border: 1px solid black;
		cursor: pointer;
		width: 100%;
		height: auto;
		max-width: 96px;
	}
	.avatarPic {
		border-radius: 20%;
		border: 1px solid black;
		width: 100%;
		height: auto;
		max-width: 96px;
	}
	.challengeDescGameLogo {
		max-height:30px;
		width:auto;
		display: inline-block;
	}
	.challengeDescGameLogoSmaller {
		max-height:20px;
		width:auto;
		display: inline-block;
	}
	.challengeDescGameTitle {
		font-family: 'Impact', sans-serif;
		font-size: 30px;
		height: 25px;
		line-height: 25px;
	}
	.challengeDescGameTitleSmaller {
		font-family: 'Impact', sans-serif;
		font-size: 25px;
		height: 15px;
		line-height: 23px;
	}
	.timeLastPlayedSmall {
		font-size: 10px;				
		font-family: 'Roboto', sans-serif;
	}
	.tourneyCol0 {width:20%;}
	.tourneyCol1 {width:80%; font-size: 20px; font-family: 'Roboto', sans-serif; cursor: pointer; padding-left: 5%}
	
	.tourneyColImg {width:20%;}
	.tourneyColTextRight {width:80%; font-size: 20px; font-family: 'Roboto', sans-serif; cursor: pointer; padding-left: 5%;}
	.tourneyColTextLeft {width:80%; font-size: 20px; font-family: 'Roboto', sans-serif; cursor: pointer;}
	
	.tourneyCheckResultsCol0 {width:20%; border: 1px solid red; border-right:0;}
	.tourneyCheckResultsCol1 {width:80%; border: 1px solid red; border-left:0; font-size: 20px; font-family: 'Roboto', sans-serif; cursor: pointer; padding-left: 5%;}
	
	.gameOverLeft {width:20%;}
	.gameOverCenter {width:60%; font-size: 18px; font-family: 'Roboto', sans-serif; cursor: pointer; text-align: center;}
	.gameOverRight {width:20%;}
	
	.contactColImg {
		border: 1px solid black; 
		border-right:0; 	
		width:10%; 
		border-spacing:0;
	}

	.contactColImgNoTopBorder {
		border: 1px solid black; 
		border-right:0; 
		border-top:0; 
		width:10%; 
		border-spacing:0;
	}

	.contactColName {
		border: 1px solid black; 
		border-left:0; 	
		width:60%; 
		border-spacing:0; 
		cursor: pointer; 
		font-size: 20px; 
		font-family: 'Roboto', sans-serif; 
		text-align: center;
	}

	.contactColNameNoTopBorder {
		border: 1px solid black; 
		border-left:0; 
		border-top:0; 
		width:60%; 
		border-spacing:0; 
		cursor: pointer; 
		font-size: 20px; 
		font-family: 'Roboto', sans-serif; 
		text-align: center;
	}

	.contactColDropDown {
		border-top:0; 
		width:30%; 
		text-align: center;
	}

	.contactColDropDownNoTopBorder {
		border-top:0; 
		width:30%; 
		text-align: center;
	}
	.flex-item1 {
		order: 1;
		width: 165px;
	}
	.flex-item2 {
		order: 2;					
	}
	.flex-item3 {
		order: 3;
		width: 100%;
		text-align: center;
	}
	.flex-container {
		margin-top:10px;
		max-width: 750px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		//background-color: DodgerBlue;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* The Modal (background) */
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 1; /* Sit on top */
	  /*padding-top: 100px;*/ /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}

	/* Modal Content */
	.modal-content {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  /*margin-top: -50px;*/
	  padding: 0;
	  border: 1px solid #888;
	  width: 80%;
	  max-width:750px;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	  -webkit-animation-name: animatetop;
	  -webkit-animation-duration: 0.4s;
	  animation-name: animatetop;
	  animation-duration: 0.4s
	}

	.modal-content-no-anim {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  /*margin-top: -50px;*/
	  padding: 0;
	  border: 1px solid #888;
	  width: 100%;
	  max-width:750px;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);  
	}
	
	.chatBox
	{
		height: 73%;
		/*border: solid black 1px;*/
		padding: 11px;
		margin: 5px;
		/*box-shadow: 3px 3px 3px grey;*/
		overflow: scroll;
		display: flex;
		flex-direction: column;
		width: auto;
	}
	
	.top-level-message-badge {
		position: absolute;
		top: 50px;
		right: -10px;
		padding: 3px 8px;
		border-radius: 50%;
		background: red;
		color: white;
		font-size: 15px;
		font-family: 'Roboto', sans-serif;
		min-width: 5px;
	}
}

.ranking-flex-container {
	margin-top:10px;
	max-width: 365px;/*750px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;	
	margin-left: auto;
	margin-right: auto;
}

.highscore-ranking {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.highscore-score {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
}
	


/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 0.8;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-highscore-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
	padding: 2px 16px;
	/*max-height: calc(100vh - 210px);*/
	max-height: 100%;
    overflow-y: auto;
}

.modal-footer {
  padding: 20px 16px;
  background-color: #5cb85c;
  color: white;
}		

.overallStatsBox {		
	width: 270px;
    /*height: 100px;*/
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.statsBox {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 200px;
    /*height: 100px;*/
	margin-bottom: 20px;
}

/* Container for stats bars */
.overallStatsBarContainer {
  width: 100%; /* Full width */
  height: 40px;
  border-radius: 20px;
  background-color: #ddd; /* Grey background */
  display: inline-block;
}
.statsBarContainer {
  width: 100%; /* Full width */
  height: 20px;
  border-radius: 10px;
  background-color: #ddd; /* Grey background */
  display: inline-block;
}

div#preload { display: none; }

.play-button {
    position: relative;
    padding: 6px 16px 8px;
    background: #ffffff;
    border: 4px solid black;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
	vertical-align: top;
    height: 44px;
	box-sizing: border-box;
}

.play-button:active {
    background: #007a63;
}

.play-button__text {
    font: bold 20px 'RobotoBold', san-serif;
    color: #000000;
    transition: all 0.2s;
}

.play-button--loading .play-button__text {
  visibility: hidden;
  opacity: 0;
}

.play-button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #000000;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

.google-button--loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #000000;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #223eca;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(85px);
}

/*------ ADDED CSS ---------*/
.slider:after
{
 content:'World';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 50%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'Friends';
}

/*--------- END --------*/



/* Hide scrollbar for Chrome, Safari and Opera */
.chatBox::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.chatBox {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*body {
  font-family: helvetica;
  display: flex ;
  flex-direction: column;
  align-items: center;
}*/

.chat {
  width: 300px;
  border: solid 1px #EEE;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.messages {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.yours {
  align-items: flex-start;
}

.yours .message {
  margin-right: 25%;
  background-color: #eee;
  position: relative;
}

.yours .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #eee;
  border-bottom-right-radius: 15px;
}
.yours .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.mine {
  align-items: flex-end;
}

.mine .message {
  color: white;
  margin-left: 25%;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  position: relative;
}

.mine .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.mine .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}

.scalingText {
   animation: textgrowth 1s infinite alternate;
}

@keyframes textgrowth {
    0% {
    transform: scale(1.0);
    }
    100% {
    transform: scale(1.4);
    }
}

/*
#winLossResult 
{	
	text-align: center;
	font-size: 1.5em;
	color:rgb(0,0,255);
}*/
#coinsText
{
	font-size: 1.5em;
}

#GoogleSignIn {  
  width: 190px;  
}

#GoogleSignInHS {  
  width: 190px;  
}


#customBtn {
  position: relative;
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
#customBtn:hover {
  cursor: pointer;
}

#customBtnHS {
  position: relative;
  display: inline-block;
  background: white;
  color: #444;
  width: 190px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
}
#customBtnHS:hover {
  cursor: pointer;
}
span.label {
  font-family: serif;
  font-weight: normal;
}
#googleIcon {
  background: url('../common_images/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
#googleButtonText {
  display: inline-block;
  vertical-align: middle;
  /*padding-left: 42px;*/
  padding-left: 0px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

#googleButtonTextHS {
  display: inline-block;
  vertical-align: middle;
  /*padding-left: 42px;*/
  padding-left: 0px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}

