body {
	font-family: helvetica, verdana, sans-serif;
}

nav {
    margin: 10px 0;
	text-align: center;
}

nav a {
	display: inline-block;
    text-decoration: none;
}

#navright form {
	display: inline-block;
}

#navright form button {
	border-radius: 0;
}

nav a, nav button {
    padding: 5px 15px;
	font-size: 16px;
    background-color: #a0d9ec;
    color: black !important;
	border: none;
}

table {
	margin: 0 auto;
}
th {
	text-align: left;
}
td, th
{
	padding: 2px 4px;
	border-width: 0;
}
tr.stripe:nth-child(odd) {
   background-color: #eee;
}
td.header
{
	font-weight: bold;
	/* text-align: center; */
	padding: 10px 15px;
	background-color: #666;
	color: white;
}
table form {
	display: inline;
}
#navrow {
	text-align: right;
}
#login {
	width: 400px;
	margin: 0 auto;
}
#login label
{
	display: none;
}
#login input {
	margin-right: 5px;
	margin-bottom: 5px;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
