html {
	overflow-x: initial;
}
a {
	text-decoration: none;
}
a:active {
	color: yellow;
}
a:hover {
	background-color: yellow;
}
label textarea {
	text-align: center;
	vertical-align: middle;
}
table {
	border-spacing: 0;
	white-space: nowrap;
}
th, td {
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
}
