.thought {
  width: 14%;
  min-height: 7em;
  _height: 7em;
  position: relative;
  float: left;
  line-height: 1.7em;
  padding: 1px 5px;
  margin: 2px;
  text-decoration: none;
  cursor: move;
  background-color: #007cc2;
  color: #fff;
  border: none;
  font-weight: bolder;
  font-size: 90%;
  text-align: center;
}
#staircase {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  position: relative;
}

#staircase td.icon {
  height: 3em;
  width: 16%;
}

#staircase td { border-bottom: none!important; }

#staircase td.step {
  vertical-align: bottom;
  width: 16%;
  height: 2.75em;
  padding: 5px;
  text-align: center;
  position: relative;
  color: #000;
  font-weight: bolder;
  cursor: pointer;
}

#staircase td.step_number {
  height: 3.1em;
  border-top: 2px solid #007cc2;
  border-left: 2px solid #007cc2;
}

#step1_number { background: url('../images/6steps/1_big_opaque.png') center 5px no-repeat; }
#step2_number { background: url('../images/6steps/2_big_opaque.png') center 5px no-repeat; }
#step3_number { background: url('../images/6steps/3_big_opaque.png') center 5px no-repeat; }
#step4_number { background: url('../images/6steps/4_big_opaque.png') center 5px no-repeat; }
#step5_number { background: url('../images/6steps/5_big_opaque.png') center 5px no-repeat; }
#step6_number { background: url('../images/6steps/6_big_opaque.png') center 5px no-repeat; }

.thought2 { display: none; }

.dropzone_hightlight {
  height: 60px;
  padding: 0;
  margin-bottom: 3px;
  margin-right: 0;
  margin-top: 0;
  margin-left: 0;
  border: none;
  background-color: #f1f6e0;
}

#advice {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#negotiate, .do_not_negotiate {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #C39;
  font-weight: bold;
}

.do_not_negotiate {
  vertical-align: top!important;
}

#negotiate {
  visibility: hidden;
  background: transparent url('../images/6steps/up_arrow.png') 50% 15% no-repeat;
}

#result img { float: left; }
