/* Bootstrap appending */
.form-control {
    height: 34px;
    /*line-height: 34px;*/
    padding: 6px 12px;
}
textarea.form-control {
    height: 100%;
}

/* How Box */
p.how-box {
    width: 80%;
    border-radius: 10px;
    background-color: #358296;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 16px;
}
p.how-next {
    width: 80%;
    text-align: center;
    color: #358296;
    font-weight: bold;
}

/* Response Image Float */
@media only screen and (max-width : 599px) {
   .img-float-left, .img-float-right {
      float: none;
  }
}
@media only screen and (min-width : 600px) {
  .img-float-left {
     float: left;
  }
  .img-float-right {
     float: right;
  }
}

/* Anchor with top margin */
.anchor  {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
