/*
 * override the default CSS as an example
 */

#loading-bar .bar {
  background: white;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  red;
  border-left-color: red;
}
#loading-bar .peg {
  -moz-box-shadow: white 1px 0 6px 1px;
  -ms-box-shadow: white 1px 0 6px 1px;
  -webkit-box-shadow: white 1px 0 6px 1px;
  box-shadow: white 1px 0 6px 1px;
}

/*#loading-bar .bar {
  background: #2c3e50;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #2c3e50;
  border-left-color: #2c3e50;
}
#loading-bar .peg {
  -moz-box-shadow: #2c3e50 1px 0 6px 1px;
  -ms-box-shadow: #2c3e50 1px 0 6px 1px;
  -webkit-box-shadow: #2c3e50 1px 0 6px 1px;
  box-shadow: #2c3e50 1px 0 6px 1px;
}*/
