span.stepnum {
    font-family: "Roboto Slab",Sans-serif;
    font-size: 4em;
    font-weight: 700;
    color: #27ae60;
    position: relative;
    float: left;
    margin-right: 20px;
    height: 50px;
    padding: 0;
    line-height: 54px;
    text-shadow: -1px 1px 2px #555;
}
.inner_box {
    margin: 10px 0px;
    padding: 10px;
}
.inner_box p {
    font-family: "Roboto Slab", serif;
}
.inner_box p a {
    color: #333;
    font-size: 14px;
    font-family: "Roboto Slab", serif;
}
#bank_detail {
    margin: 0;
    padding: 0;
    list-style-type: none;   
}
#collapsediv {
    box-shadow: -1px 2px 6px #aaa;
    border-radius: 5px;
}
#bank_detail h5 {
    font-size: 15px;
    font-weight: 700;
}
#requirements {
  margin-left: 15px;
  padding: 0;
}
.note-pad {
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #999;
  border-radius: 5px;
}
#requirements li {
    padding: 10px 0;
    font-family: "Roboto Slab", serif;
    color: #656565;
}
