#progress_bar {
  margin: 10px 0;
  padding: 3px;
  border: none;
  font-size: 14px;
  color:#99ccff;
  clear: both;
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
}
#progress_bar.loading {
  opacity: 1.0;
}
#progress_bar .percent {
  background-color: #99ccff;
  height: auto;
  width: 0;
}
::selection {
background: #1eeaa0; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: #1eeaa0; /* Gecko Browsers */
}
samp {
	background-color:greenyellow;
	overflow-wrap:break-word;
}