h1#sitename { display:inline; }

div#login {
  display: inline;
  float: right;
  text-align: right;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 24px;
  font: bold 13px Arial, Verdana, Helvetica, sans-serif;
  color: #4B7309;
}

div#login a {
  font-weight: normal;
}

table#list { width: 100%; }

table#list th { text-align: center; }

table#list th.name { text-align: left; padding: 0.25em 1em 0.25em 1em; white-space:nowrap; }

td.projected-number {
    text-align: center;
    font-style: italic;
}

div.no-rounds-played {
    font-style: italic;
}

td.date { text-align: center; padding: 0.25em 1em 0.25em 1em; white-space:nowrap; }
td.competition { text-align: left; }

td.name { text-align: left; padding: 0.25em 1em 0.25em 1em; white-space:nowrap;}
td.type { text-align: left; padding: 0.25em 1em 0.25em 1em;}
td.number { text-align: center;}
td.checkbox { text-align: center;}

.score {
  text-align: center;
  font-weight: bold;
}
.projected {
  color: red;
  font-weight: bold;
  text-align: center;
  }

td.no-return { color: red; text-align:center;}
td.dq { color: blue; text-align:center;}

td.button {text-align: center; }

#add-score-form {
  background: #ffc;
  border: 1px solid #ccc;
  clear: both;
  color: black;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.25em;
  width: 90%;
}

div.link {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 14px;
}

.error {
    width: 100%;
    color: black;
    margin-top: 1em;
    margin-bottom: 1.5em;
    background-color: #fcc;
    border: 2px solid #f00;
    padding: 0.25em;
}

.message {
    width: 100%;
    color: black;
    margin-top: 1em;
    margin-bottom: 1.5em;
    background-color: #ccf;
    border-top: 2px solid #33f;
    border-bottom: 2px solid #33f;
    padding: 0.25em;
}

li {
  padding: 0.25em;
}

li.rule {
    margin-top: 1em;
    margin-botton: 1em;
}

a.deletelink {
  border-bottom: none;
  color: #CC3434;
  white-space: nowrap;
}

a.deletelink:hover {
  color: #993333;
}
