body {
  background: #444444;
  color: white;
  font: 15px/1.51 Helvetica, sans-serif;
  margin:0 auto;
  height:200px;
}
#normal{
  padding:2%;
  margin:0;
  width:46%;
  float:left;
  height:200vh;
  text-align:center;
  position:absolute;
  overflow:auto;
}

#progress p {
  float:right;
  padding: 20px;
  position: relative;
  /*position: fixed;*/
  top:20px;
  width:46%;
}

#debounce {
  padding:2%;
  margin:0;
  width:46%;
  float:right;
  min-height:10vh;
  text-align:center;
  background: blue;
  position: fixed;
  top:40px;
  color: black;
  z-index: 1;
}

#normal {
  background: #ccc;
  color:black;
}

#wrap {
   width:600px;
   margin:0 auto;
}
#left_col {
   float:left;
   width:300px;
}
#right_col {
   float:right;
   width:300px;
   position:fixed;
   right:0;
   padding-right: 80px;
}
