*{
	margin: 0;
	padding: 0;
	border-spacing: 0;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

body, html {
	background-color: #111;
	height: 90%;
	margin: 0;
	//padding: 10px;
	font-family: arial;
}

a {
	position: absolute;
	top: 14px;
	right: 16px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	background-color: #253;
	padding: 8px 16px;
	border-radius: 5px;
}

a:hover {
	background-color: #384;	
}

#settings {
	padding: 10px;
	background-color: #164;
	display: block;
	display: none;
	color: #fff;
	line-height: 22px;
	min-width: 220px;
	float: left;
	margin-right: -60px;
}

#settings label, input, select, option, .element button, .element label, #menuToggle {
	cursor: pointer;
}

select, option {
	width: 180px;
	height: 30px;
	margin: 8px 0 0 0;
	/*padding: 8px 8px 8px 0px;*/
}

table {
	border-spacing: 0;
}

table tr td:nth-child(2) {
	text-align: right;
}

#noPlant {
	color: #c00;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000;
}

.noPlantsSpan {
	color: #f00;
}

#container {
	/*max-height: 100vh;*/
	margin-left: 20px;
	overflow-y: auto;
	padding: 0 10px;
}

#menuToggle {
	background-color: #164;
	background-image: url("img/menu.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-right: 25px;
	float: left;
	border-radius: 13px;
}

h2 {
	margin: 15px;
	color: #fff;
}

#selectText {
	font-size: 20px;
	color: #396;
	margin: 20px;
}

.openedMenuHeader {
	margin-left: 65px;
}
.openedMenuBox {
	margin-left: 55px;
}

.element {
	display: inline-block; /* Ensure each button occupies a full width of the column */
	break-inside: avoid; /* Prevent buttons from breaking into new columns */
	margin: 8px 10px;
	/*border: 2px solid #111;*/
}

button {
	width: 130px;
	height: 130px;
	display: block;
	background-position: center !important;
	background-size: 160% !important;
	border: 0px solid #999;
	border-radius: 20px;
}

button:hover {
	border-radius: 20px;
	-webkit-box-shadow:0px 0px 5px 5px rgba(27,129,43,0.67);
	-moz-box-shadow: 0px 0px 5px 5px rgba(27,129,43,0.67);
	box-shadow: 0px 0px 5px 5px rgba(27,129,43,0.67);
}

button label {
	color: #fff;
	display: block;
	height: 30px;
	background: rgba(0,0,0,0.6);
	position: relative;
	top: 50px;
	border-radius: 0px 0px 20px 20px;
	text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000;
}

button label p {
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	position: absolute;
	top: 45%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	padding-left: 5px;

}

@media only screen and (max-width: 600px) {
	button {
		width: 100px;
		height: 100px;
	}
	button label {
		top: 35px;		
	}
	button label p {
		width: 90px;
		font-size: 11px;
	}
}

#unselectedAnimals .bonus {
	/*border: 2px solid #ff5;*/
	border-radius: 20px;
	-webkit-box-shadow:0px 0px 5px 5px rgba(255,245,46,0.67);
	-moz-box-shadow: 0px 0px 5px 5px rgba(255,245,46,0.67);
	box-shadow: 0px 0px 5px 5px rgba(255,245,46,0.67);
}

.bonus span {
	position: relative;
	top:-50px;
	margin-bottom: -30px;
	float: right;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	width: 50px;
	display: inline-block;
	border-radius: 5px;
	background-color: #330;
	border: 2px solid #fe4;
	color: #fe4;
}

.filtered {
	display: none !important;
}

.plantFiltered {
	display: none;
}

.hide {
	display: none !important;
}

.appeal {
	position: relative;
	color: #FFFFFF;
	top: -124px;
	margin-bottom: -18px;
	border-radius: 0px 0px 20px 20px;
	text-shadow: 1px 1px 1px #000000, -1px 1px 1px #000000, 1px -1px 1px #000000, -1px -1px 1px #000000;
	padding-left: 8px;
}