/*table {
	border-collapse: collapse;
}
th, td, a, p {
	font-family: sans-serif;
	font-size: small;
}
th, td {
	border: 1px silver solid;
	padding: .5em 1em;
}*/
td {
	white-space: nowrap;
}
a {
	color: #0000A2;
}
.no-borders td, .no-borders th {
	border: none;
}
.no-borders td {
	vertical-align: text-top;
	white-space: nowrap;
}
html.login, html.login>body {
	height: 100%;
	background-color: #eef;
}
