@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

html, body {
  font-family: 'Lato', sans-serif;
  color: #FFF;
  margin: 0;
  padding: 0;
}

#container {
}

h1 {
  margin: 0;
  padding: 0 5px 10px;
  font-size: 20px;
}

#barbox {
  width: 100%
  height: 25px;
  border: 2px solid #555;
  padding: 2px;
  border-radius: 20px;
  position: relative;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#080808+0,404040+100 */
background: #080808; /* Old browsers */
background: -moz-linear-gradient(top,  #080808 0%, #404040 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080808), color-stop(100%,#404040)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #080808 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #080808 0%,#404040 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #080808 0%,#404040 100%); /* IE10+ */
background: linear-gradient(to bottom,  #080808 0%,#404040 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#404040',GradientType=0 ); /* IE6-9 */

}

#bar {
  position: relative;
  height: 25px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#barfill {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-radius: 20px;
  overflow: hidden;
}
#barfill div.secured {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2ff52+0,2fbf00+100 */
background: #d2ff52; /* Old browsers */
background: -moz-linear-gradient(top,  #d2ff52 0%, #2fbf00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2ff52), color-stop(100%,#2fbf00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d2ff52 0%,#2fbf00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d2ff52 0%,#2fbf00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d2ff52 0%,#2fbf00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #d2ff52 0%,#2fbf00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#2fbf00',GradientType=0 ); /* IE6-9 */

}
#barfill div.pledged {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 100%;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a9e4f7+0,0077ef+100 */
background: #a9e4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #a9e4f7 0%, #0077ef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e4f7), color-stop(100%,#0077ef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9e4f7 0%,#0077ef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9e4f7 0%,#0077ef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9e4f7 0%,#0077ef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a9e4f7 0%,#0077ef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9e4f7', endColorstr='#0077ef',GradientType=0 ); /* IE6-9 */

}
#barbox div.goal {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding-right: 2px;
  height: 29px;
  width: 100%;
}
#barbox div.goal div.mark {
  position: absolute;
  top: -6px;
  right: 0;
  height: 40px;
  border-left: 2px solid #FFF;
}

#total {
  text-align: right;
  float: right;
  padding: 10px 5px;
  font-size: 18px;
  color: #999;
}
#total strong {
  color: #BDF;
  font-weight: bold;
}
#total b {
  color: #FFF;
  font-weight: normal;
}
#total span {
  color: #FFF;
  font-weight: normal;
}

#legend ul {
  margin: 0;
  padding: 10px 5px 0;
}

#legend ul li {
  display: block;
  padding-left: 20px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 12px;
}
#legend ul li.secured {
  background: transparent url('../img/greendot.png') top left no-repeat;
}
#legend ul li.pledged {
  background: transparent url('../img/bluedot.png') top left no-repeat;
}




@media screen and (max-width: 540px) {

#total {
  float: none;
}
#legend ul {
  padding-top: 0;
}
#legend ul li {
  float: left;
  font-size: 12px;
}
#legend ul li.secured {
  margin-right: 20px;
}

}