/*Wrapern på bastu och grillkåta*/

.table-wrapper {
    margin: 10px 0 50px;
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid #999;

}



.iconCard {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* För lilla inforutan om bastu och grillkåta*/
.styled-table-ft {
    border: solid 1px #DDEEEE;
    border-spacing: 0;
    font-size: 16px;
}

.styled-table-ft thead th {
    background-color: #DDEFEF;
    border: solid 1px black;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}

.styled-table-ft tbody td {
    /*
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    */
}

.t-tbody-tr1 {
    background-color: #0a4579;
    border: solid 1px black;
    color: white;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    /*  text-shadow: 0.5px 0.5px 0.5px #385494;  */
}

.t-tbody-tr2 {

    border: solid 1px black;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}

  .custom-container-ft {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
  
    }


@media (min-width: 1000px) {

    /* Anpassa beroende på önskad brytpunkt för stora skärmar */
    .custom-section table {
        /*min-width: 900px; */
        min-width: 100%
    }
}