html, body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.progress {
  background-color: #ccc;
}
.progress .determinate {
  background-color: #a31700;
}

.btn-floating,.btn-floating:focus,.btn-floating:active {
  background-color: #a31700;
  margin: 0px 8px;
}
.btn-floating:hover {
  background-color: #c34750;
}

.toolbar {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 8px;
}
.btn-flat {
  border: 1px solid transparent;
  padding: 0px 8px;
  font-size: 11px;
  font-weight: bold;
}
.btn-flat:focus {
  background-color: transparent;
}
.btn-flat:hover, .btn-flat.active {
  background-color: #eee;
  border: 1px solid #ccc;
}
.toolbar a.btn-flat {
  font-size: 11px;
  padding: 0px 8px;
}
.toolbar .btn-flat i {
  font-size: 24px;
  padding: 0px 8px;
}
.toolbar a.active {
  background-color: #eee;
}
h5.buttons {
  line-height: 24px;
  font-size: 14px;
  margin: 4px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
h5.buttons .btn-flat {
  line-height: 24px;
  height:24px;
}
h5.buttons .btn-flat .material-icons {
  line-height: 24px;
}
h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  line-height: 36px;
}
p.help-text {
  font-size: 11px;
  margin: 0px 0px 20px;
  color: #888;
}
h4 > img {
  width: 36px;
  padding: 2px;
  border: 1px solid #888;
  border-radius: 50%;
  margin: 0px 4px;
}

h2 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}
p.intro {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 36px;
}
p.intro i {
  line-height: 16px;
  font-size: 16px;
  vertical-align: bottom;
}
p.intro .count {
  font-family: monospace;
  font-weight: bold;
}

.projections-container {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.progress .determinate {
  transition: width 0;
}
