#progress-wrp {
  border: 1px solid #0099CC;
  padding: 1px;
  position: relative;
  height: 30px;
  border-radius: 3px;
  margin: 10px;
  text-align: left;
  background: #fff;
  box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12); }

#progress-wrp .progress-bar {
  height: 100%;
  border-radius: 3px;
  background-color: #3cf34c;
  width: 0;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11); }

#progress-wrp .status {
  top: 3px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #000000; }

pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px; }

.string {
  color: green; }

.number {
  color: darkorange; }

.boolean {
  color: blue; }

.null {
  color: magenta; }

.key {
  color: red; }

.attention {
  background-color: #f7bc25;
  color: #000; }

.offsetStore {
  background-color: #f737d8;
  color: #000; }

.groupGreen {
  background-color: #7fd200;
  color: black; }

.groupRed {
  background-color: #ff787c;
  color: black; }

.groupBlack {
  background-color: #a9a9a9;
  color: black; }

.myHeader {
  color: black;
  font-size: 20px;
  width: 100%;
  text-align: center;
  display: block; }

.greenButton button {
  background-color: #27ae60; }
  .greenButton button:hover {
    background-color: #19ec07; }

.redButton button {
  background-color: #ae201d; }
  .redButton button:hover {
    background-color: #d7201d; }

.resetButton button {
  background-color: #1b3667; }
  .resetButton button:hover {
    background-color: #1d5d95; }

.hostesLink {
  color: blue;
  text-decoration: underline;
  cursor: pointer; }

.iconButton {
  font-size: 24px;
  cursor: pointer; }

/*# sourceMappingURL=main.css.map */
