.DFHLonsikring {
    display:flex;
    flex-direction: column;
    align-items: center;
}

#DFALonberegner_Elem_Adress {
    margin-bottom: 0;
}

.DFHLonsikring > .row > .col > .col-inner:has(#DFALonberegner_Elem_Adress) {
    margin-bottom: 15px;
}

.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
}

.autocomplete-container > div {
    z-index: 9999;
}

.autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    margin-bottom: 0;
}


.dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
}

.LonsikringSubmit-wrapper,
input#gform_submit_button_31 {
    width: 200px;
}

input#gform_submit_button_31 {
    margin: 0 auto;
}

#LonsikringSubmit {
    width: 100%;
}

#LonBeregnRetultat {
    min-width: 340px;
}

#LonBeregnRetultat tr td:last-child {
    text-align: right;
}

#LonBeregnRetultat strong {
    color: #005094;
}

#LonBeregnRetultat thead tr td {
    padding-bottom: 15px;
}

div#gform_wrapper_31 {
    background-color: #f4f4f4;
    width: 120%;
    padding: 5% 15%;
    border: 1px solid #005094;
    margin-left: -10%;
    margin-top: 30px;
}

#dinprisResultat h2 {
    font-weight: 400;
}

div#dinprisResultat td {
    border-bottom: none;
}

#dinprisResultat tr#calc-basic-amount td {
    border-bottom: 1px solid #005094;
}


@media only screen and (max-width: 468px) {
    div#gform_wrapper_31 {
        width: 100%;
        padding: 5%;
        margin-left: 0;
    }
}
