body, input, textarea, button {
	font-family: Arial, sans-serif !important;
	font-size: 0.95em;
	line-height: 1.5em;
}
button:hover {
	cursor: pointer;
	background-color: #5cb85c;
}
button {
	padding: 10px;
	background-color: #428bca;
	color: white;
	border-radius: 5px;
}
.button-green {
	background-color: #5cb85c;
}
body {
	width: 96%;
	margin: 2% auto 2% auto;
}
hr {
	border: 0px;
	border-bottom: 1px solid black;
}
textarea {
	width: 99%;
	height: 150px;
}
th, td {
	border-bottom: 1px solid black;
}
.left, .right {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.clear {
	clear: both;
}
.stretch {
	width: 100%;
}
#generate, #swap {
	padding: 10px;
	font-size: 1em;
	font-family: serif;
}
.text-right {
	text-align: right;
}
.invisible {
	display: none;
}
.visible {
	display: inherit;
}
label {
	font-weight: bold;
}
.center {
	text-align: center;
}