/*    table {
    width:100% !important;
}*/
.select-style{
    background:none !important;
    /*margin-top:10px !important;*/
    margin:0.5em 0 !important;
    border:none !important;
}

input[type="button"],
.calc-form-button,
input[type="submit"]{
    margin: 1em 0em 0em 0em !important;
}
.select-style select{
     min-width:233px!important;
     width:100%;
}
select{
    padding:0 .5em;
}
input[type="text"]{
    border-radius:0.7em;
    margin:0;
}
#calcform div{
    color:var(--font-color)!important;
}
@media screen and (max-width:400px) {
    .fa, .far, .fas{
        display:block;
    }
}
    