.calculator-life{color:#fceede;}
.calculator-life-form{width:325px;margin:auto;}
.calculator-life input{width: 100%;max-width: 100%;background: transparent;border: solid #fceede;border-width: 0 0 1px;border-radius: 0;color: #fceede;text-align: center;font-size: 25px;font-weight: 600;}
.calculator-life label{color:#fceede;}
#wynik{height:150px;}

@media only screen and (max-width:767px) {
#wynik{height:60px;}
}