body {font-size:16px; font-family:helvetica,arial,sans-serif;}
img {border:none;}
h2 {font-size:20px;}
a {
  text-decoration: none;
  color: blue;
}
ul {
  margin-left: 0;
  padding-left: 0em;
  list-style: none;
}

li > h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

#header h1 {margin:0; font-size:24px;}

#logo {
  float: left;
  margin-left: -88px;
  border: 1px solid #93B3C7;
}

#header { margin-bottom: 2em;}

#content {
  margin:0 auto;
  width:750px;
}

#login-status {
  float:right;
  text-align: right;
  font-size: 90%;
}

.error {
  background-color: #f93;
  padding: 0.5em;
  color: #fff;
  border: 1px solid #c93;
  text-align: center;
  font-size:90%;
}

code {
  font-family:monospace;
  font-size:16px;
}

table {
  border: none;
  width: 650px;
}

td {
  vertical-align: top;
}

table#examples .desc {
  font-size: 90%;
  font-style: italic;
  color: #666;
}

table#options .option {
  font-weight: bold;
}

/*
 * mutes page
 */
#active-mutes {
  border-collapse: collapse;
}

#active-mutes th, #active-mutes td {
  text-align:left;
  color:#333;
}

#active-mutes th {
  font-size:90%;
}

#active-mutes .even {
  background-color: #eef;
}

#no-mutes { 
  font-style: italic;
  color: #666;
}
