<style>
.dt-calc-wrapper {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    white-space: normal !important;
}

.dt-calc-wrapper pre {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    white-space: normal !important;
}

.dt-calc-wrapper {
    display: block;
    max-width: 480px;
    margin: 0 auto 40px auto;
}

.dt-calc-wrapper select,
.dt-calc-wrapper input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 16px;
}

.dt-calc-wrapper button {
    width: 100%;
    background: #0a7c3a;
    color: #fff;
    padding: 14px;
    border-radius: 6px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.dt-calc-wrapper button:hover {
    background: #0c8f45;
}
</style>

Turf Cost Calculator