



body {
    margin: 0;
    font-family: sans-serif;
    background: linear-gradient(to bottom,
        #b0c2a5,
        #a2b88f,
        #91aa7b,
        #819967,
        #708954);

    background-repeat: no-repeat;
    background-size: 100% 480px; /* begrænser gradienten */
    /* background-size: 100% 70vh;  /*override */
}

.inputaar {
    width: 60px;
    margin-left:0px;
}
.inputamthrd {
    width: 130px;
}
.inputsogn {
    width: 270px;
    /*  background-color:yellow;*/
}

/*området med inputboksene */
.container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 0px solid blue;
    padding: 1px;
    /*color:white;*/
}

table {
    width: 100%;
    border-collapse: collapse;
}

.sogn_output {
    min-height: 38px; /* Minimum height to match original fixed height */
    position: relative;
    top: 2px;
    width: 600px;
    margin-left: 4px;
    font-size: 14px;
    font-weight: bolder;
    border: 0px solid green;
    padding: 2px; /* Optional: Adds some space around the content */
    box-sizing: border-box; /* Ensures padding and border are included in the element's total width and height */
    /*color:lightgrey;*/
}
.landrullelink {
    /*   width: 350px; */
    background-color: #e8e8e8;
}
.soerullelink {
    background-color: #C5CDE0;
}
.localrullelink {
    background-color: #D5CEA6;
}

.landrullelink, .soerullelink, .localrullelink {
    border: 0px solid white;
    /*   box-shadow: 10px 5px 17px 0px lightgrey; */
    display: inline-block;
    height: auto;
    width: 350px;
    margin-bottom: 1px;
    margin-left: 1px;
    text-decoration: none;
    display: inline-flex;

}

.output{
    border: 0px solid green;
    width: 750px;
    /*    color:white; */

}
.output table {
    border-collapse: collapse;
    margin-left: 6px;
}

.output table td {
    flex: 1 0 370px; /* Adjust as necessary */
    margin: 0px;
    text-align: left;
    border: 0px solid orange;
}
.output table td a {
    width: 350px;
    display: block;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    box-shadow: 10px 5px 17px 0px lightgrey;
    color:black;
}

/* override AI forslag */
.linklike {
    all: unset;
    display: block;
    width: 100%;
    cursor: pointer;
}
/* AI */
.output table td a,
.output table td button {
    width: 360px;
    display: block;

    padding: 6px 8px 6px 2px; /* 2px fra venstre */

    border: 1px solid #ffffff; /* hvid kant */
    box-shadow: 10px 5px 17px 0px lightgrey;

    color: black;
    text-decoration: none;
    text-align: left;

    background-color: inherit;
    font: inherit;
    cursor: pointer;
}