/* These are dummy styles for the Progress Bar module
   styles written by Florian Engel - www.more-onion.com
 */


/* these are raw styles for the progress bar */

.pgbar-bg {
  width: 100%;
  position: relative;
  border: 1px solid #d1d1d1;
  font-family:'Helvetica85', sans-serif;
}

.pgbar-current {
  background: none #e3000f;
  height: 20px;
}

.pgbar-percent {
  color: #242424;
  margin-top: -2em;
  margin-left: 3em;
  margin-bottom: 1em;
  display: none;
}


.pgbar-numbers {
  clear: both;
  color: #e3000f;
  position: relative;
}

.pgbar-target {
  position: absolute;
  right: 0;
}


.pgbar-wrapper {
  margin-bottom: -10px;
  margin-top: 15px;
  font-size: 1.3em;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
}

.page-node-2426 .pgbar-wrapper {
  margin-bottom: -70px;
  margin-top: 15px;
  font-size: 1.3em;
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 4px;
}


.pgbar-wrapper p span {
  display: block;
  margin-bottom: 10px;
}


.pgbar-bg .is {
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 0px;
  margin-right: .5em;
  position: absolute;
  color: #e3000f;
  left: 0px;
}
