#top {
  border-top: 0;
}
#fundraiser
{
  background: #0065ff;
  position: relative;
  overflow: hidden;
}

#fundraiser a { text-decoration: none; }

.progress-bar
{
  background: #fd9e38;

  position: absolute;
  min-width: 40px;
  top: 0;
  left: 0;

  height: 18px;
  line-height: 18px;
}

.percentage
{
  position: absolute;
  right: -2em;
}

#fundraiser .progress-bar span.raised
{
  position: relative;
  left: 10px;
  padding-left: 100%;
  white-space: nowrap;
}

.message p.headline a b
{
  line-height: 1.1em;
  font-size: 30px;
  color: #fd9e38;
}
#fundraiser .message p.button span.space
{
  padding-left: 20px;
  padding-right: 20px;
}
#fundraiser .message .button a
{
  color: #1b0c3d;
  background: #fd9e38;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  -opera-border-radius: 20px;
}

.message
{
  margin: 5px;
  padding: 10px;
  background: #1b0c3d;
  text-align: center;
}

#fundraiser .message p
{
  margin-top: .5em;
  margin-bottom: .5em;
}
#fundraiser .message p a
{
  font-size: 17px;
  color: white;
}
#fundraiser .message p.button
{
  margin: .7em 0 0;
}
#fundraiser .message p.button a
{
  font-size: 17px;
  margin: 0 0 .7em;
}
.progresswidget
{
  color: white;
  position: relative;
  height: 18px;
  width: 100%;
  font-family: monospace;
}

.progress
{
  font-weight: bold;
  height: 18px;
  background: #0065ff;
}

.goal
{
  position: absolute;
  padding: 0 .1em;
  right: .2em;
}
@media (max-width: 510px)
{
  #fundraiser .message p a
  {
    font-size: 12px;
    line-height: 12px;
  }
  .message p.headline a b
  {
    font-size: 17px;
  }
  #fundraiser .message p.button a
  {
    font-size: 14px;
  }
  #fundraiser .message p.button span.space
  {
    padding-right: 0px;
  }
}

@media (max-width: 350px)
{
  /* We don't need to display a banner at this size.  */
  #fundraiser { display: none; }
}
