.progress {
  width: 100%;
}

.progress-bar {
  background-color: #337ab7;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.page {
  display: none;  
}

#footer_space {
  height: 100px;
}

.profit {
  display: none;
}

.humanitarian {
  display: none;
}

.t1t {
}

.t1t td {
  border: 1px solid #000000;
  width: 90px;
  text-align: center;
}

.t1t tr:nth-child(even) {
  background-color: #b5b5b5;
}

#t2_options { 
  list-style-type: none; 
  width: 48%;
  float:left;
  padding-left:0;
}

#t2_options_target { 
  list-style-type: decimal; 
  margin: 0; 
  padding: 0 0 0 5%; 
  width: 52%;
  float: right;
}

#task_2 li { 
  margin: 0 3px 3px 3px; 
  padding: 10px; 
  font-size: 1.4em; 
  min-height:160px;
  width:100%;
  border: 2px dotted #000000;
}

#task_2 li span { 
  position: absolute; 
  margin-left: -2.2em;
}

#task_2 h2 { 
  text-align: center;
}

#task2_next {
  clear: both;
  float: left;
}

.arrow {
  background-image: url("/attachment/arrow.png");
  background-repeat: no-repeat;
  background-size: 40px auto;
  height: 128px;
  width: 64px;
}

#lender_subs {
  display: none;
}



#borrower_subs {
  display: none;
}

#borrower_success_y {
  display: none;
}

#borrower_success_n {
  display: none;
}

#experience {
  display: none;
}

.long_t {
  width: 100%;
}


