/* HOMEPAGE SCOREBOARD 
================================================== */

#Scoreboard {
  background-color:#205f78;
  color:#FFF;
  padding:10px;
  text-transform:uppercase;
  margin-bottom:1em;
  -webkit-box-shadow:10px 10px 0 #bff5ff;
  -moz-box-shadow:10px 10px 0 #bff5ff;
  box-shadow:10px 10px 0 #bff5ff;
  
}

#Scoreboard h5 {
  text-align:center;
  margin-bottom:10px;
}

#Scoreboard ul {
  list-style-type:none;
  margin:0 0 5px;
}

#Scoreboard li {
  width:20%;
  float:left;
  text-align:center;
}

#Scoreboard span {
  display:block;
}

#Scoreboard span.label {
  color:#97bece;
  font-size:.8em;
}

#Scoreboard span.number {
  font-size:1.75em;
}



/* SCOREBOARD TABLES
================================================== */

table.scoreboard {
  width:100%;
}

table.scoreboard td:last-child, table.scoreboard th:last-child {
  text-align:right;
}

table.scoreboard td {
  border:0;
  border-bottom:2px solid #c3eaf8;
}

table.scoreboard th {
  border-bottom:2px solid #c3eaf8;
  white-space:nowrap;
}


/* DASHBOARD
================================================== */
ul.dashboard {
  list-style-type:none;
  margin-left:0;
}

ul.dashboard li {
  margin-bottom:1em;
}

ul.dashboard li strong {
  font-size:2em;
}



/* NEW DONATIONS
================================================== */
form.new_donation input[type="text"] {
  width:90%;
}