body, table {
  font-family: verdana;
  font-size: 14px;
color:black;
}

#menu-container {
    width: 100%;
}

#menu {
    padding: 0;
    margin: 1em 0;
}

#menu li {
    background-color: powderblue;
    display: inline-block;
    margin-right: 0.2em;
    padding: 0.2em 0.4em;
}

#menu li a {
    color: black;
    text-decoration: none;
}

table {
    margin-bottom: 1em;
}

table.tableform {
    border: 1px solid black;
}

tr {
    padding: 0;
    margin: 0;
}

td, th {
    padding: 0.2em;
    text-align: left;
}

.groupname {
    border-right: 1px solid black;
}

.teamcol {
    background-color: aliceblue;
}

.scorecol {
    text-align: center;
}

.pointscol {
    font-weight: bold;
}

h3 {
    background-color: bisque;
    padding: 0.2em 0.4em;
}

/*
body {
    color: #333;
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0;
	padding: 8px 4px;
}

html, button, input, select, textarea {
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	
}

table {
	width: 100%;
	margin-top: 16px;
}

td, th {
	padding: 2px;
	margin: 0;
	text-align: center;
	font-size: 0.8rem;
}

.mtable td {
	width: 8%;
}

.mtable td.mteam {
	width: 30%;
}
*/
.mvotes {
	font-weight: bold;
	border: 1px solid black;
    text-align: center;
}

.mpoints {
	font-size: 0.8rem;
    text-align: center;
}
/*
.ltable td {
	width: 10%;
}

.ltable th, .ltable td {
	text-align: left;
}

.ltable th.lteam {
	width: 60%;
}
*/

p.messages {
    color:green;
}

p.errors {
    color:red;
}