.hname big:hover::before {
	content: "";
}
.hname {
	font-family: 'Concert One';
	font-weight: bolder;
	font-size: 0.48vw;
}
.fontco {
	font-family: 'Concert One';
	font-weight: bolder;
}
* {
	-webkit-transition: all .05s, width 2s;
}

.manutton, input[type=button] {
	width: 100%;
	height: auto;
	box-shadow: none;
	margin: 4px;
	background-color: rgb(255,255,220);
	cursor: pointer;
	text-align: center;
	transition: background-color 0.1s;
	position: relative;
	font-size: 1.25em;
	color: rgba(0,0,0,0.8);
	font-family: 'Concert One' !important;

	border: 2px ridge rgba(160,128,128,0.8);
	padding: 3px;
}
.disable, .disable manutton, .disable * {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
.nope {
	pointer-events: none;
	opacity: 0.50;
	filter: grayscale(100%) brightness(91%);
}

.statd {
	border-radius: 8px;
	font-size: 1.75rem;
	font-family: 'Cute Font', cursive;
}
.statd.topstat {
	font-size: 1.32rem;
}
tit {
	font-size: 1.75rem;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
}
.buyhelper, #btn_coon, #btn_scout {
	text-align: right !important;
}
#helper_scout_price, #helper_coon_price {
	font-size: 1.1rem;
	margin-right: 0.5rem;
}
#stat_scam, #stat_cha {
	display: block;
	width: 100%;
	font-family: 'Concert One', sans-serif;
	font-size: 2rem;
	text-align: right;
}
#display_scam, #display_cha {
	font-family: 'Concert One', sans-serif;
}
#helper_scout_amt, #helper_coon_amt, #helper_total_amt {
	font-family: 'Concert One', sans-serif;
	font-size: 1.3rem;
	float:  right;
}

/* PHONE SHIT */

@media only screen and (min-width: 641px) {
  donly {
  	height: 32px;
  	display: inline-block;
  }
  .nabtn .manutton icon {
  	position: absolute !important;
  	left: 4px !important;
  	top:  4px !important;
  }
  tut {
  	width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  donly {
  	display: none;
  }
  tut {
  	width: 80%;
  }
}

p {
	font-size: 12px;
}
html {
	scroll-y: none !important;
}
body {
	width: 100%;

	transition: background 2s;
}
.bgcol-lemons, .bgcol-lemonade, .bgcol-money {
	border-radius: 8px;
	padding: 8px;
}
.bgcol-lemons {
	background-color: hsl(55, 100%, 90%);
}
.bgcol-lemonade {
	background-color: hsl(180, 100%, 90%);
}
.bgcol-money {
	background-color: hsl(123, 100%, 90%);
}
body.day {
	background-color: hsl(180, 50%, 80%);
}
body.sunset {
	background-color: hsl(30, 100%, 66%);
}
body.night {
	background-color: hsl(180, 25%, 25%);
}
body.night * .timeclock {
	color: rgba(255, 255, 220, 0.8);
}
body.day * .timeclock, body.sunset * .timeclock {
	color: rgba(32, 32, 0, 0.8);
}
#timePoints {
	animation: tpoints 1s infinite steps(1);
}
@keyframes tpoints {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#timeHours, #timePoints, #timeMinutes {
  font-family: inherit;
}
.calcScreen, .calcScreen * {
	text-align: right;
	border-radius: 8px;
	padding: 8px;
	margin: 0;
	border: 0;
	font-size: 1.2em;
	font-family: "Ubuntu Mono";
}
.navbar {
  margin-bottom: 0px !important;
}
.manutton.mb {
	font-size: 0.88vw;
	height: 36px;
}
tr .manutton, #unlock_squeezer .manutton {
	font-size: 0.77vw;
}
.nabtn .manutton {
  font-size: 1.75rem;
  padding: 0px;
  width: auto;
}
.inverted {
	transform: translateX(-100%);
}
.nabtn .manutton icon {
	position: relative;
	margin: auto;
	left: 0;
}
.statd, .nabtn {
  padding: 2px !important;
  text-align: left;
}
.hudtable * {
  font-family: 'Concert One';
}
.hudtable {
  margin-bottom: 0px !important;
}
.calcImg {
	margin: 8px;
	height: 32px;
	width: 32px;
}
.topstat .calcImg {
	margin: 4px;
	height: 16px;
	width: 16px;
}
.container {
  padding: 0px;
  margin: 0px;
}
#topBar {
  text-align: center;
  display: block;
}
#botBar {
}
#botBar a {
	color: #880;
}
#gameScreen {
margin: 2px 1%;
height: 480px;
padding: 0px;
float: left;

z-index: 1;
}
.gamePic {
border-radius: 8px;
position: relative;

z-index: 2;
}
#log {
	font-size:76px;
}
.noselect, .manutton {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lemonButton {
	display: block;
	width: 80%;
	height: 27px;
	padding: 2px;
	margin: 4px 10%;
	text-align:left;
	font-size: 0.6em;
	/* Disable select */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: all 0s;
	cursor: pointer;

	border: 2px outset rgba(32, 32, 32, 0.8);
}
.lemonButton p {
	padding: 1px;
	display: inline;
}
.lemonButton:hover {
	background-color: rgba(255, 255, 0, 0.8);
	border: 2px outset rgba(64, 64, 64, 0.8);
}
.lemonButton:active {
	-webkit-transition: all 0s;
	border: 2px inset rgba(0, 0, 0, 0.5);
	background-color: rgba(128, 128, 0, 0.6);
}
#makelem:active, #popButtonActive:active {
	background-color: black;
	color: hsla(60, 78%, 70%, 0.8);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.priceButton {
margin:auto;
border: 2px solid #888866;
border-radius:16px;
text-align:center;
font-size: 16px;
}
.henryHouse {
	opacity: 0.2;
	z-index: 3;
}
.henryHouse:hover {
	opacity: 1;
}
.closeFront {
	font-size: 20px;
	color: black;
	font-weight: bolder;
	margin-top: 8px;
	padding: 4px;
}
.closeFront p {
	background-color: hsla(0, 50%, 50%, 0.8);
	border: 2px solid black;
	width: 10%;
}
#frontWindow, #goodUpgrade, #badUpgrade {
display: none;
}
#time {
	font-weight: normal;
	text-align: center;
	margin: 0px;
	font-family: "Ubuntu Mono";
	background-color: black;
	color: #fff;
	border-bottom-right-radius: 0.25em;
	padding: 0.25em;
}
#time span {
	font-family: "Ubuntu Mono";
	margin: 0px;
}
.upgrade {
	background-color: #555;
	border: 1px solid black;
	margin: 2px;
	padding: 2px;
}
.upgrade:hover {
	background-color: #eee;
}
#upgrades {
	width: 40%;
	display: inline;
}
#upgradeBar {
	width: 40%;
	display: inline;
}
/* Tienda provisional */
#windowBack {
	display: none;
	background-color: black;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 4000;
}
.window {
	display: none;
	width: 48%;
	height: 80%;
	margin: 0 26%;
	position: fixed;
	top: 4em;
	z-index: 4001;
	border-radius: 8px;
}
.border {
	background-color: hsla(60, 78%, 90%, 0.8);
	margin: 0;
	text-align: center;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 1em;
}
.shop {
	width: 100%;
}
.shop img {
	border: 2px solid transparent;
	padding: 0.5em;
	border-radius: 5%;
}
.shop img:hover {
	box-shadow: 0 0.2em 0.1em #000;
}
e {
	color:  hsl(0, 78%, 50%);
	font-weight: bolder;
}
sup {
	color:  hsl(0, 78%, 50%);
	font-weight: bolder;
	font-size: 8px;
}
#game {
	border-radius:2px;
	margin: 0px;
	clear: both;
	background-color: transparent;

	background-repeat: no-repeat;
	image-rendering: crisp-edges;
}
#leftHUD {
	background-color: transparent;
}
#leftHUD_old, #rightHUD_old, #game_old {
	display: none;
}
#rightHUD {
	background-color: transparent;
	z-index: 70;
	height: 100vh;
	scroll-y: none;
	max-width: 20%;
}
.windos {
	position: fixed;
	box-shadow: 0 0 0.5em #000;
	padding: 0.5em;
}
left {
	text-align: left;
	left: 0px;
}
cent {
	width: 100%;
	text-align: center;
	left: auto;
	right: auto;
	top: -0%;
}
#loader {
	animation: load 1s steps(32) infinite;
}
#rightmenu {
	padding: 1vh;
	overflow-y: scroll;
}
@keyframes load {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
lemon:after {
	content: '\01F34B';
	display: inline-block;
	font-size: 1em;
	color: yellow;
}
dynbarh left, dynbarh cent, dynbarh right {
	font-size: 1.25rem !important;
}
right {
	text-align: right;
	right: 0px;
}
left, right, cent {
	font-family: "Ubuntu Mono";
	position: absolute;
	z-index: 99;
	top: 0px;
	font-size: 0.8vw;
}
.perfect, .perfect left, .perfect cent, .perfect right {
	font-size: 1.1em !important;
	font-weight: 900;
	animation: perfect 3s infinite;
}
.highlighted {
	border-color: gold;
	background-color: rgba(255, 192, 0, 0.5) !important;
	animation: perfect 1s infinite;
}
.highbb {
	background-color: rgba(0, 96, 128, 0.5) !important;
}
@keyframes perfect {
	0%, 50%, 100% {
		filter: brightness(1.0) saturate(1.0);
		color: white;
	}
	75% {
		filter: brightness(1.2) saturate(1.2);
		color: gold;
	}
}
dynbar {
	display: inline-block;
	height: 24px;
	position: relative;
	top: 0px;
	left: 0px;
	transition: width 0.5s;
	border-bottom-right-radius: 4px;
	font-family: 'Concert One', sans;

	background: linear-gradient(90deg, hsl(55, 80%, 60%), hsl(55, 80%, 80%));
}

dynbart {
	display: inline-block;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-bottom-right-radius: 4px;
	border-right: 4px solid rgba(255, 255, 255, 0.5);
}
dynbar *, dynbarh * {
	font-family: 'Concert One', sans;
}
dynbarh {
	height: 24px;
	display: inline-block;
	width: 100%;
	position: relative;
	left: 0px;

	background-color: hsl(55, 20%, 20%);
	box-shadow: 2px 2px 0px 1px rgba(0,0,0,0.5);
}
bar {
	border-radius: 8px;
	background-color: rgba(128, 128, 128, 0.2);
	display: block;
	width: 100%;
	height: 20px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	position: relative;
	font-family: 'Concert One', sans;
}
filled {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: linear-gradient(rgb(255, 64, 0), rgb(250, 96, 32));
	display: inline-block;
	text-align: right;
	font-size: 10px;
	height: 20px;
	margin: 0;
	padding: 4px;
	top: 0px;
	left: 0px;
	position: absolute;
}
input[type=number] {
	width: 100%;
}
detail {
  font-size: 8px;
  color: rgba(0, 0, 0, 0.5);
}
body, .biggo, .calcImg {
	image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}
icon {
	width:  27px;
	height: 27px;
	position: absolute;
	top:  4px;
	left: 4px;
	display: inline-block;

	image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
btnbadge {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 4px;
	right: 4px;
	display: none;
	background-color: rgba(255, 0, 0, 0.5);
	color: white;
	border-radius: 25%;
}
.iicon {
	top: 0;
	left: 0;
}
.biggo {
	width: 54px;
	height: 54px;
	background-size: 54px 54px !important;
}
.bigicon {
	width:  32px;
	height: 32px;
}
#records_table tr {
	background-color: rgba(255,255,255,0.8);
}
.smally {
	font-size: 0.65vw !important;
}
.noclick.manutton {
	cursor: default !important;
	box-shadow: none;
	background-color: rgb(220,255,220);
}
.noclick.manutton:hover {
	background-color: inherit;
	box-shadow: none;
	background-color: rgb(220,255,220);
}
.noclick.manutton:active {
	background-color: inherit;
	box-shadow: none;
	background-color: rgb(220,255,220);
}
.sf {
	font-size: 0.75em;
}
.smallutton {
	padding: 1%;
	font-size: 12px;
	width: 26%;
	margin: 1%;
	display: inline-block;
}
.ml {
	padding: 6px;
}
.mxl {
	padding: 9px;
}
.hugebtn {
	height: 8rem;
	font-size: 2.2rem;
	padding-top: 5%;
}
.hugebtn icon {
	top: 50%; left: 1%;
	transform: translate(0%, -50%);
}
#talk_living, #talk_kitchen {
	border-radius: 8px;
	padding: 8px;
	display: block;
	width: auto;
	height: auto;
	margin: auto;
	background-color: rgba(255,255,255,0.5);
}
.manutton:hover, input[type=button]:hover {
	background-color: rgb(255,255,128);
	box-shadow: 0 0 1px 0px rgba(0,0,0,0.5);
	text-align: center;
}

.active {
	background-color: rgb(255, 255, 128) !important;
}
.manutton:active {
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
	background-color: rgba(192,192,0,0.5);
}
.selected {
	background-color: rgba(255,255,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.danger2 {
	animation: dangery 0.5s infinite;
}
.dangerous {
	animation: dangery 3s infinite;
}
@keyframes dangery {
	0%, 100% {
		background-color: rgba(255,0,0,0.2);
	}
	50% {
		color: rgba(255,0,0,1);
		background-color: rgba(255,0,0,0.5);
	}
}
.danger {
	background-color: rgb(255,220,220);
}
.danger:hover {
	background-color: rgb(255,128,128);
}
.danger:active {
	background-color: rgba(192,0,0,0.5);
}
#notif {
	opacity: 0.5;
	border-radius: 0;
	display: inline;
	z-index: 9999;
	padding: 2px;
	font-size: 12px;
	width: 140px;
	-webkit-transition: opacity 1s;
	display: none;
}
#tooltipwr {
	width: 128px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 8px;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 0 8px #000;
	opacity: 0;
}
#screenHue {
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.1;
	background-color: #000;
	z-index: 10;
}
.mixTable td, .mixTable tr, .mixTable th {
	background-color: white;
	border-radius: 0.2em;
}
.mixTable td {
	text-align: right;
	color: black;
}
.mixTable th {
	color: black;
}
.spanish:lang(en), .es:lang(en), es:lang(en) {
	display: none;
}
.english:lang(es), .en:lang(es), en:lang(es) {
	display: none;
}
.langSwap:hover {
	color: #808;
}
.langSwap {
	color: #088;
}
#black {
	display: none;
	opacity: 0;
	background-color: black;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0; left: 0;
}
.langBar {
	color: #222;
	padding-left: 1vh;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #eee;
	width: 20%;
	height: 2em;
	z-index: 82;
}
#marq {
	background-color: black;
	color: #fff;
	border-bottom: 2px solid black;
	position: fixed;
	width: 75%;
	left: 0;
	top: 96px;
	height: 24px;
	padding-top: 4px;
	font-size: 12px;
	font-family: "PT Mono";
	text-align: right;
	white-space: pre;
	font-weight: lighter;
}
border {
	text-align: center;
	height: 6%;
	font-size: 0.8em;
	margin: 0px;
	padding: 0.5%;
	border-top-left-radius:  8px;
	border-top-right-radius: 8px;
	background-color: rgba(255,255,128,0.8);
	font-weight: bold;
	color: rgba(0,0,0,0.75);
	display: block;
	cursor: default;
}
#cost_sqspeed, #cost_sqefficiency, #cost_sqauto, small, sub {
	color: rgba(0,0,0,0.8);
	font-weight: bold;
}
menubody {
	background-color: rgba(255,255,255,0.5);
	display: block;
	padding: 2%;
	color: rgba(0,0,0,0.8);
}
.reddo * {
	pointer-events: none;
}
.reddo * .btn {
	opacity: 0.2;
}
.bg-white {
	background-color: white;
}
#next_objective {
	overflow-y: hidden;
}
#next_objective img {
	padding: 6px;
	margin: 2px;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.04);
}
.gamenotif .alert {
	font-family: sans-serif;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;

	animation: heylisten 2s;
}
#farmtable tr td {
	min-height: 140px;
	height: 140px;
}
@keyframes heylisten {
	0% {
		border-left: 8px solid gold;
		border-right: 8px solid gold;
	}
	100% {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
	}
}
.gamenotif {
	margin-top: 1rem;
	margin-bottom: 1rem;
	max-height: 9rem;
	min-height: 9rem;
}
#next_objective noti, .gamenotif noti {
	background-color: black;
	color:  white;
	border-radius: 8px;
	padding: 1px;
	margin:  1px;
	display: block;
}
.cursorthing {
  width: 16px;
  height: 16px;
  content: 'e';
  position: fixed;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation:    spin 1s infinite linear;
  z-index: 10244;

  pointer-events: none;

  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes spin {
 0% {
 transform:rotate(0deg);
 -webkit-transform:rotate(0deg);

 }

 100% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
}
@-webkit-keyframes spin {
 0% {
 transform:rotate(0deg);
 -webkit-transform:rotate(0deg);

 }
 100% {
 transform:rotate(360deg);
 -webkit-transform:rotate(360deg);

 }
}
#mb_tutorial {
	display: none;
}
menu {
	transition: opacity 0.5s;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	display: none;
	padding: 2%;
}
.hidd {
	opacity: 0;
	display: none !important;
	pointer-events: none;
}
#sleeper {
	background-color: black;
	display: none;
	width:  100vw;
	height: 100vh;
	position: fixed;
	top:  0;
	left: 0;
	z-index: 99999999;
}
#tutorial {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 999999999;
	font-family: "PT Mono";
}
tut {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 0.9);
	border-radius: 8px;
	padding: 16px;
	box-shadow: 0 0 8px black;
  display: inline-block;
	z-index: 9999999999;
	font-family: "PT Mono";

	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);
}
#leftable {
	width: 100%;
	margin: 2px;
	table-layout: fixed;
}
#leftable tr td {
	padding: 2px;
}
#leftable tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.3);
}
#leftable tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.2);
}
#leftable tr, #leftable tr td, #leftable tr th {
	padding: 4px;
}
table {

}
#lt_options {
	height: auto;
}
.brow, .brow tr, .brow th {
	background-color: rgba(0,0,0,0.8);
	color: white;
}
#gamelog {
	font-family: "PT Mono";
	overflow-y: hidden;
	height: auto;
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.8);
	text-shadow: 0 0 4px rgba(255,255,200,0.5);
	padding: 8px;
	margin:  8px;
	cursor: default;
	pointer-events: none;
}
.window div {
	color: black;
	background-color: transparent;
	text-shadow: 0 0 0 transparent;
}
#changelog {
	color: black;
}
#helperTable {
	width: 90%;
	margin: 0 2.5%;
	font-size: 65%;
}
#helperTable tr:hover {
	background-color: #fa8;
	border: 4px solid black;
	cursor: pointer;
}
#helperTable tr td {
	border: 4px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}
#helperTable tr:first-child td {
	background-color:  rgba(192, 192, 0, 0.3);
}
#helperTable tr:nth-child(2) td {
	background-color: rgba(128, 128, 128, 0.3);
}
#helperTable tr:nth-child(3) td {
	background-color: rgba(128, 64, 0, 0.3);
}
.statTable {
	width: 80%;
	margin: 0 10%;
	font-size: 10px;
}
.statTable tr, .statTable td {
	border: 2px solid hsla(0, 0%, 0%, 0.25);
}
.statTable tr:hover {
	background-color: hsla(0, 90%, 70%, 0.5);
}
.statTable caption {
	font-size: 22px;
}
.statTable td {
	font-size: 12px;
}
#helpers_table tr td {
	padding: 2px;
	margin:  2px;
}
#windowHelpers, #windowHelperStats {
	overflow-y: scroll;
}
#notifAch {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	margin: auto;
	z-index: 81;
	width: 25%;
	height: 150px;
	background: linear-gradient(hsl(50, 94%, 40%), hsl(50, 94%, 45%), hsl(50, 94%, 35%)) ;
	box-shadow: 0 0 100vh yellow;
	border-radius: 2em;
	z-index: 9999;
	display: none;
	padding: 16px;
}
succ {
	color: magenta;
	font-style: italic;
}
comm {
	display: block;
	padding: 8px;
	margin: 8px;
	width: auto;
	height: auto;
	background-color: rgba(255,255,255,0.5);
}
gray {
	opacity: 0.75;
}
#lb_info {
	background-color: rgb(255,255,255);
	border-radius: 8px;
	position: fixed;
	padding: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
	font-size: 0.8em;
	display: none;
	z-index: 99999999999999999;
}
.leadertable tr td {
	padding: 4px;
}
.leadertable tr td:hover {
	background-color: rgba(255,255,255,0.5);
}
.inboldy {
	font-weight: bolder;
	color: black;
	text-shadow: -1px -1px 0px white,
	-1px  0px 0px white,
	-1px  1px 0px white,
	0px  -1px 0px white,
	0px   0px 0px white,
	0px   1px 0px white,
	1px -1px 0px white,
	1px  0px 0px white,
	1px  1px 0px white;
}
#treehouse_stats tr td {
	padding: 4px;
}
.boldy, gold, .upgradeable, left, right, cent, .calcScreen, line, lemon, #treehouse_stats, #helper_scout_amt, #helper_coon_amt, #helper_total_amt {
	font-weight: bolder;
	color: white;
	text-shadow: -1px -1px 0px black,
	-1px  0px 0px black,
	-1px  1px 0px black,
	0px  -1px 0px black,
	0px   0px 0px black,
	0px   1px 0px black,
	1px -1px 0px black,
	1px  0px 0px black,
	1px  1px 0px black;
}
#notifAch * {
	font-family: "Domine";
	font-weight: bolder;
}
#notifAch h2 {
	font-family: "Domine";
	text-align: center;
	font-size: 22px;
	font-weight: bolder;
	margin: 0.2em 0;
}
#notifAchText {
	margin: 0.5em 2em;
	background-color: transparent;
}
#notifAch h3 {
	display: inline;
	font-size: 18px;
}
.center {
	text-align: center;
	margin: auto;
}
#achievementsTable {
	width: 100%;
}
#windowSqueezer img {
	margin-top: 1em;
	margin-left: 1em;
	border: 2px ridge rgba(128, 128, 128, 0.75);
}
.sortByTable {
	width: 100%;
	-webkit-user-select: none;
	cursor: pointer;
}
.sortByTable tr td {
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.sortByTable tr td:hover {
	background-color: rgba(255, 0, 0, 0.5);
}
.sortByTable tr td:active {
	background-color: rgba(255, 128, 0, 0.5);
}
#windowNameBack {
	width: 100%; height: 100%;
	position: fixed; top: 0; left: 0;
	z-index: 10000; display: none;
	background-color: rgba(0, 0, 0, 0.5);
}
#market_itemlist {
	font-size: 0.8em;
}
#market_itemlist * td {
	margin:  2px;
	padding: 2px;
	border-bottom:  2px solid rgba(0, 0, 0, 0.2);
}
mark {
	color: #f88;
	background-color: transparent;
	font-weight: bolder;
}
gold, goldy {
	color: gold;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5), -1px -1px 0 rgba(0,0,0,0.5), 1px -1px 0 rgba(0,0,0,0.5), -1px 1px 0 rgba(0,0,0,0.5);
}
em, gold {
	color: rgb(0,96,128);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.commonBlack {
	color: transparent; background-color: #000;
}
.commonFilled {
	color: transparent;
	background-color: rgba(255, 255, 0, 0.9);
}
.commonDepleted {
	color: transparent;
	background-color: rgba(255, 255, 0, 0.1);
}
#recordStats table {
	width: 90%;
	margin: 0 5%;
	text-align: left;
}
#news {
	-webkit-transition: margin 12s;
	transition: margin 12s;
	font-size: 10px;
}
#realNotif {
	background-color: white;
	color: red;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 2s;
}
.cool {
	margin: 8px;
	background-color: rgba(255, 255, 255, 0.1);
}
mark.forced {
	color: #f0f;
}

/* Sprites and shit */
.sprite {    background-image: url(../../404.html);    background-repeat: no-repeat;    display: inline-block;}

.attention {    width: 27px;    height: 27px;    background-position: -3px -3px;}
.badge {    width: 27px;    height: 27px;    background-position: -36px -3px;}
.charisma {    width: 27px;    height: 27px;    background-position: -69px -3px;}
.charisma2 {    width: 27px;    height: 27px;    background-position: -102px -3px;}
.citroMoney {    width: 27px;    height: 27px;    background-position: -135px -3px;}
.coon {    width: 27px;    height: 27px;    background-position: -168px -3px;}
.coon10b {    width: 27px;    height: 27px;    background-position: -201px -3px;}
.coon11 {    width: 27px;    height: 27px;    background-position: -234px -3px;}
.coon12 {    width: 27px;    height: 27px;    background-position: -3px -36px;}
.coon1a {    width: 27px;    height: 27px;    background-position: -36px -36px;}
.coon1b {    width: 27px;    height: 27px;    background-position: -69px -36px;}
.coon1s {    width: 27px;    height: 27px;    background-position: -102px -36px;}
.coon2a {    width: 27px;    height: 27px;    background-position: -135px -36px;}
.coon2b {    width: 27px;    height: 27px;    background-position: -168px -36px;}
.coon2e {    width: 27px;    height: 27px;    background-position: -201px -36px;}
.coon3a {    width: 27px;    height: 27px;    background-position: -234px -36px;}
.coon3b {    width: 27px;    height: 27px;    background-position: -3px -69px;}
.coon3e {    width: 27px;    height: 27px;    background-position: -36px -69px;}
.coon4a {    width: 27px;    height: 27px;    background-position: -69px -69px;}
.coon4b {    width: 27px;    height: 27px;    background-position: -102px -69px;}
.coon4e {    width: 27px;    height: 27px;    background-position: -135px -69px;}
.coon5a {    width: 27px;    height: 27px;    background-position: -168px -69px;}
.coon5b {    width: 27px;    height: 27px;    background-position: -201px -69px;}
.coon6b {    width: 27px;    height: 27px;    background-position: -234px -69px;}
.coon7b {    width: 27px;    height: 27px;    background-position: -3px -102px;}
.coon8b {    width: 27px;    height: 27px;    background-position: -36px -102px;}
.coon8e {    width: 27px;    height: 27px;    background-position: -69px -102px;}
.coon9b {    width: 27px;    height: 27px;    background-position: -102px -102px;}
.expbonus {    width: 27px;    height: 27px;    background-position: -135px -102px;}
.exprim {    width: 27px;    height: 27px;    background-position: -168px -102px;}
.gentle {    width: 27px;    height: 27px;    background-position: -201px -102px;}
.haus {    width: 27px;    height: 27px;    background-position: -234px -102px;}
.helpers {    width: 27px;    height: 27px;    background-position: -3px -135px;}
.helpersOrder {    width: 27px;    height: 27px;    background-position: -36px -135px;}
.helpersPromote {    width: 27px;    height: 27px;    background-position: -69px -135px;}
.lemonade {    width: 27px;    height: 27px;    background-position: -102px -135px;}
.scout {    width: 27px;    height: 27px;    background-position: -135px -135px;}
.scout10a {    width: 27px;    height: 27px;    background-position: -168px -135px;}
.scout11 {    width: 27px;    height: 27px;    background-position: -201px -135px;}
.scout12 {    width: 27px;    height: 27px;    background-position: -234px -135px;}
.scout13 {    width: 27px;    height: 27px;    background-position: -3px -168px;}
.scout14 {    width: 27px;    height: 27px;    background-position: -36px -168px;}
.scout1a {    width: 27px;    height: 27px;    background-position: -69px -168px;}
.scout1b {    width: 27px;    height: 27px;    background-position: -102px -168px;}
.scout1s {    width: 27px;    height: 27px;    background-position: -135px -168px;}
.scout2 {    width: 27px;    height: 27px;    background-position: -168px -168px;}
.scout2a {    width: 27px;    height: 27px;    background-position: -201px -168px;}
.scout2b {    width: 27px;    height: 27px;    background-position: -234px -168px;}
.scout2e {    width: 27px;    height: 27px;    background-position: -3px -201px;}
.scout3a {    width: 27px;    height: 27px;    background-position: -36px -201px;}
.scout3b {    width: 27px;    height: 27px;    background-position: -69px -201px;}
.scout3e {    width: 27px;    height: 27px;    background-position: -102px -201px;}
.scout4a {    width: 27px;    height: 27px;    background-position: -135px -201px;}
.scout4b {    width: 27px;    height: 27px;    background-position: -168px -201px;}
.scout4e {    width: 27px;    height: 27px;    background-position: -201px -201px;}
.scout5a {    width: 27px;    height: 27px;    background-position: -234px -201px;}
.scout5b {    width: 27px;    height: 27px;    background-position: -3px -234px;}
.scout5e {    width: 27px;    height: 27px;    background-position: -36px -234px;}
.scout6a {    width: 27px;    height: 27px;    background-position: -69px -234px;}
.scout6e {    width: 27px;    height: 27px;    background-position: -102px -234px;}
.scout7a {    width: 27px;    height: 27px;    background-position: -135px -234px;}
.scout7e {    width: 27px;    height: 27px;    background-position: -168px -234px;}
.scout8a {    width: 27px;    height: 27px;    background-position: -201px -234px;}
.scout8e {    width: 27px;    height: 27px;    background-position: -234px -234px;}
.scout9a {    width: 27px;    height: 27px;    background-position: -267px -3px;}
.shop {    width: 27px;    height: 27px;    background-position: -267px -36px;}
.trophy {    width: 27px;    height: 27px;    background-position: -267px -69px;}

#test {
	-webkit-transition: all 2s;
}
#test span {
	float: left;
}
.tooltipNumber {
	color: lime;
	text-shadow: 0 0 8px #000;
	font-size: 14px;
	font-style: normal;
	-webkit-transition: all 2s;
}
#discountable tr, #discountable tr td {
	padding: 8px;
}
.tooltipText {
	color: white;
	text-shadow: 0 0 8px #000;
	font-size: 8px;
	background-color: black;
	border-radius: 8px;
	padding: 2px;
	font-style: normal;
	-webkit-transition: all 6s;
}
.manicon {
	width: 29px;
	height: 29px;
	float: left;
	padding: 0px;
	margin: 2px;
}
.news, .news *, #mb_tutorial {
	animation: hello 5s infinite;
	-moz-animation: hello 5s infinite;
}
@keyframes hello {
	0%, 40%, 60%, 100% {
		background-color: transparent;
	}
	50% {
		background-color: rgba(255,128,0,1);
	}
}
.hlevel, .hlevel * {
	font-family: 'Concert One';
}
flasher {
	font-size: 1vw !important;
	font-family: 'Concert One';
	animation: flashy 1.5s linear;
}
.flashgreen, flasher.flashgreen {
	color: rgb(64, 240, 64) !important;
	transform: rotate(15deg);
}
.flashred, flasher.flashred {
	color: rgb(240, 64, 64) !important;
	transform: rotate(-15deg);
}
@keyframes flashy {
	0% {
		margin-top: 0px;
	}
	50% {
		margin-top: 32px;
		transform: rotate(0deg);
	}
	75% {
		margin-top: 64px;
	}
	100% {
		margin-top: 128px;
	}
}
.kbd {
	background-color: black;
	padding: 2px;
	margin: 2px;
}
#game_coon, #game_exprim, #game_scout {
	margin: 32px;
}
.drag {
	padding: 8px;
	border-radius: 8px;
	margin: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
#menu_gamever {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	opacity: 0.8;
}