html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	color: #bbbbbb;
	margin: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0.0px;
	background-color: rgb(30, 30, 30);
}

a {
	color: #71972c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #b1ff35;
}

label {
	display: block;
}

input, button, select, textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	border-radius: 0.2em;
	border-style: none;
	color: inherit;
	background-color: rgba(255, 255, 255, 0.09);
}

select option {
	color: #333;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.tippy-box .tippy-content {
  font-size: 12px;
}
