
body {
	background-color: #589B2C;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	color: white;
}

.content {
	padding: 5px 14px;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.logo {
	display: block;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
}

/* Logo link styling */
a .logo {
	border: none;
	transition: opacity 0.2s ease;
}

a:hover .logo {
	opacity: 0.8;
}

.message {
	text-align: center;
}

/* Center tables and buttons */
table {
	margin: 0 auto;
	text-align: center;
}

/* Table cell content alignment */
table td {
	text-align: left;
	padding: 4px 8px;
}

/* Center first column (numbers like #1, #2) */
table td:first-child {
	text-align: center;
}

/* Left align text content when needed */
.content p, .content div:not(.message) {
	text-align: left;
}

.columns {
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.button {
	display: block;
	margin-top: 12px;
}

.buttonSpacer 
{
	width: 12px;
}

.login {
	text-align: center;
	font-size: 9pt;
}

a {
	border: none;
	color: white;
}
  	
a img {
	border: none;
}

/* Responsive layout improvements */
@media (max-width: 480px) {
	.content {
		max-width: none;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.content {
		max-width: 1000px;
	}
}