
table,
td,
th {
    border: 1px solid #ddd;
    text-align: left;
}

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

th,
td {
    padding: 15px;
}

input,
select {
    width: 100%
}

form-group row {
    width: 100%
}

container {
    width: 30%
}

mapped {
    padding-bottom: 0% !important;
}
#public-seach-section {
    width: 100%;
}

#myForm {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.4rem;
    justify-content: center;
    margin-bottom: 1rem;
}


/*

#myForm .form-group-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

#myForm .form-group-input .form-group-label {
    color: rgb(51, 51, 51);
    font-size: 1rem;
}

#myForm .form-group-input .form-group-input-item {
    width: 20rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}

.form-group-input-item span {
    width: 20rem;
}
*/

.stars {
    color: rgb(255, 240, 32);
    cursor: pointer;
}

#title {
    margin-top: .8rem;
    text-align: left;
    font-size: 1.4rem;
    color: #585858;
}

#table-data-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
}


#folium_map {  /* all maps */
    /* width:  38rem;*/
    height: 25rem;
}

#folium_map div {
    display: flex;
    position: relative;
    width: 100% !important;
    height: 23rem !important;
    padding-bottom: 30% !important;
}


#specialbigmap {
    height: 25rem;
}

iframe {
    height: 20rem;
}
/*
iframe {
    position: absolute;
    width: 100%;
    height: 25rem;
    left: 0;
    top: 0;
    border: none !important;
}*/