body {
	background: black;
	color: white;
	font-size: 1em;
	font-family: sans-serif;
	margin: 0px;
	overflow-y: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.strokeme
{
    color: white;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.menuEntry {
	background: rgba(128, 128, 128, 0.5);
	width: 500px;
	padding-top : 20px;
	padding-bottom : 20px;
	text-align: center;
	margin-top: 5px;
	border-radius: 3px;
	font-size: 1.3em;
	cursor: pointer;
}

.blur1 {
	-webkit-filter: blur(3px);
  	filter: blur(2px);
}

.blur2 {
	-webkit-filter: blur(5px);
  	filter: blur(4px);
}

.blur3 {
	-webkit-filter: blur(7px);
  	filter: blur(6px);
}

.menuEntry:hover {
	background: rgba(135, 134, 134, 0.5);
}

.menuEntry.active {
	background: rgba(128, 166, 255, 0.5);
}

.menuEntry.active:hover {
	background: rgba(128, 166, 255, 0.5);
}

input {
	font-size: 1em;
    background: #ffffff66;
    width: 200px;
}

.saveLoadGridItem {
	width:24%; 
	height:100px; 
	background:rgba(128, 128, 128, 0.52); 
	border:1px solid black; 
	border-radius:3px; 
	float:left; 
	cursor:pointer; 
	margin: 3px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.saveLoadGridItem:hover {
	border:2px solid black; 
}

.saveLoadGridItem.active {
	border:2px solid blue; 
}

#haileyStatsHtml {
	position:absolute; 
	left: 165px; 
	bottom: 19px; 
	height: 137px; 
	overflow:hidden; 
	width: 30px; 
	background: rgba(128, 128, 128, 0.36);;
	border: 1px solid rgb(44, 44, 44);
}

#mainStatsHtml {
	position:absolute; 
	left: 195px; 
	bottom: 19px; 
	height: 137px; 
	overflow:hidden; 
	width: 30px; 
	background: rgba(128, 128, 128, 0.36);
	border: 1px solid rgb(44, 44, 44);
}

#haileyBarContainer>div, #mainStrengthBarContainer>div, #mainObedientsBarContainer>div {
	width:100%; 
	height:10.6px; 
	border-bottom:1px solid black;
}

#mainObedientsBarContainer>div {
	border-right:1px solid black;
}

.tooltip_templates { 
	display:none;
}

.speechToTextActiveBtn.activeSpeech {
	background: rgba(255, 0, 0, 0.35);;
}

.speechToTextActiveBtn {
	background:rgba(255, 255, 255, 0.35);
}
