.top-loaner-row { height: 50px; line-height: 50px; border-bottom: 1px solid #ddd; }
.top-loaner-row .loaner-img,
.top-loaner-row .loaner-btn {
    float: left;
    width: 50%;
    height: 100%;
    line-height: inherit;
    text-align: center;
}

.top-loaner-row .loaner-btn > button {
    border: 0;
    border-radius: 0 2px 2px 0;
    background: #267fc2;
    color: #fff;
    text-align: center;
    display: block;
    height: 100%;
    text-transform: uppercase;
    width: 100%;
}

.top-loaner-row .loaner-btn > button:hover {
    background: #2b669a;
}

.top-loaner-row .loaner-img img {
    box-shadow: none;
}

.apply-to-loan-button-side {
  line-height: 70px;
  padding: 0 20px 0 60px;
  position: relative;
  background: #f06521;
  text-align: center;
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0;
}

.apply-to-loan-button-side:hover { background: #e86017; text-decoration: none; }
.apply-to-loan-button-side:active { background: #e65e15; text-decoration: none; }

.apply-to-loan-button-side > i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  line-height: 70px;
  text-align: center;
  border-right: 1px solid rgba(0,0,0,0.05);
  font-size: 30px;
}

.calc-widget {
    margin: 20px 0;        
}

.calc-widget > .fields {
    background: #fff;
    color: #333;
    border: 1px solid #e2e1d2;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 6px;
    text-align: center;
}

.calc-widget > .fields > label {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;   
    font-weight: normal;
}

.calc-widget > .fields > label > span,
.calc-widget > .fields > label > input {
    width: 50%;
    display: block;
    float: left;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.calc-widget > .fields > label > input {
    border-right: 1px solid #e2e1d2;
    border-left: 1px solid #e2e1d2;
}

.calc-widget > .fields > label.EUR > input {
    border-left: 0;
}

.calc-widget > .fields > label > span {
    background: #e7e6d7;
    color: #666;
}

.calc-widget > .info {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}