#yieldForm {
  display: block;
  background: #f9f9fa;
  padding: 2em;
  border-radius: 5px;
  transition: all .5s linear;
  font-size: 1.2em;
}

#yieldForm * {
  transition: all .3s linear;
}

#yieldForm label {
  cursor: pointer;
  text-align: left;
}

#yieldForm input{
  font: inherit;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 4px;
  padding: 5px 10px 5px 10px;
  margin: 0 0 1em 0;
  width: 100%;
}

#yieldForm input:focus {
  box-shadow: 0 0 0 4px #dbf0e9;
  border: 1px solid #13bf97;
}

#yieldForm input#yield {
  padding-right: 30px;

}

#yieldForm input#deposit {
  padding-right: 30px;
}

#yieldForm input#durance {
  padding-right: 60px;

}

#yieldForm .innerField {
  position: relative;
}

#yieldForm .fieldType {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #a1a9b7;
  font-weight: bold;
}

#yieldResult table td.rightAmount {
  text-align: right;
}


#error {
    margin-top: 2em;
}

#error {
  background: #fff1f1;
  padding: 1em;
}

.innerCenter {
  text-align: center;
}


#yieldForm .ctabuttonCalc {
  font: inherit;
  background: #13bf97;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  padding: 6px 20px;
  box-shadow: none;
  text-transform: none;
  margin: 1em auto;
  display: block;
  width: 100%;
}

#yieldForm .ctabuttonCalc:hover {
  background: #0fa784;
}


.innerRound {display: inline; max-width:45px; border: 0; padding: 0;}

.hidden {display: none;}

button.disabled,
button.disabled:hover {
  border-color: #666;
  color: #666;
  background: #fff;
  cursor:wait;
}

#result table td {
  text-align: left;
}

#result table td.first {
  width: 30%;
  background: #f0f0f0;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #666;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
