

.topmenu {
	display: table;
	width: 100%;
	height: 56px;
	background-color: white;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 15px;
	z-index: 2;
}

.menugameitem {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: auto;
	padding-left: 10px;
}

.menugameitem img {
	display: inline;
	cursor: pointer;
}

.separatorgradient {
	width: 1px;
	background-image: linear-gradient(#ffffff, #c3c3c3, #ffffff);
	height: 40px;
}

.menuicon {
	animation: shake 5s infinite ease-in-out;
}

.menutopbubble {
	width: 163px;
	display: block;
	position: absolute;
	left: 10px;
	top: 70px;
	border-radius: 20px 20px 5px 5px;
	padding-bottom: 5px;
	background-color:white;
}

.menumessagebubble {
	width: 231px;
	max-width: 231px;
	display: block;
	position: absolute;
	left: 10px;
	top: 70px;
	border-radius: 20px 20px 5px 5px;
	padding-bottom: 5px;
	background-color:white;
	height: auto;
}

.menumessagebubble:hover {
	 visibility: visible;
    opacity: 1;

    transform: scale(1);

    transition-delay: 0s;
}

.menutopbubblefooter {
	width: 100%;
	height: 30px;
	background-color: white;
	border-radius: 0 0 18px 18px;
}

.menububbleheader {
	height: 47px;
	width: 100%;
	border-radius: 18px 18px 0px 0;
	background-color: #71bf4e;
	font-family: 'SourceSansPro', serif;
	color: white;
	padding-top: 5px;
}


.emoji
{
	width:24px;
	height: 24px;
	vertical-align:middle;
}

.menububbleheader span {
	width: 100%;
	font-size: 8.5pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: -5px;
}

.menububbleheader h1 {
	font-size: 19.0pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.menububblemessageheader {
	height: 25px;
	width: 100%;
	border-radius: 5px 5px 0px 0;
	background-color: #bf4e81;
	font-family: 'SourceSansPro', serif;
	color: white;
	padding-top: 5px;
}

.menububblemessageheader span {
	width: 100%;
	font-size: 8.5pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: -5px;
}

.menububblemessageheader h1 {
	font-size: 13.0pt;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.messagecontainer
{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
padding: 10px;
font-size: 10pt;
}



.menububblerow {
	width: 100%;
	height: 25px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: start;
}

.menububbletext {
	max-width: 75%;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height: 25px;
	font-size: 10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-left: 5px;
	text-transform: capitalize;
}

.odd {
	background-color: #f9f0df;
}



.topavatar {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

*
{
font-smooth: never;
-webkit-font-smoothing : none;
user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}

body {
	background: #4f3434;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

html {
	height: 100%;
}

@keyframes shake {
	3.2%,
	16% {
		transform: translate3d(-.2px, 0, 0);
	}
	4%,
	16% {
		transform: translate3d(.4px, 0, 0);
	}
	6%,
	10.00%,
	14% {
		transform: translate3d(-.8px, 0, 0);
	}
	8%,
	12% {
		transform: translate3d(.8px, 0, 0);
	}
}

@font-face {
	font-family: SourceSansPro;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/topcoat/0.8.0/font/SourceSansPro-Black.otf") format("opentype");
}

