.frontcalculatorsimple {
    position: fixed;
    bottom: 170px;
    left: 30px;
    z-index: 999;
    width: 130px;
    height: 156px;
    border-style: solid;
    border-color:#cccccc;
    border-width: thin;
    background-color: #ffffff;
}
.calc-row {
    padding-bottom: 140px;

}
.calc-input{
    margin-left: 5px;
    padding-left: 5px;
    width: 118px !important;
    padding-top: 0px;
    height: 25px !important;
}
.calc-input::placeholder {
    color: #cccccc;
    font-size: 0.7em !important;
}
.calc-container{

}
.calclabel{
    margin-left: 5px;
    padding-top: 7px;
    margin-bottom: 2px !important;
    font-size: 12px!important;
}
.calc-btn{
    background-color: #54c72c;
    width: 130px;
    height: 40px;
    text-align: center;
    color:#ffffff;
    font-size: 1.1em;
    border-style: none;
    margin-top: 10px;
    margin-left: -1px;
}
