#SiteLinksTable {
    text-align: center;
}

#SiteInformationContainer {
    display: none;
    margin-top: 10px;
}

.Main-well label {
    font-weight: bold;
    margin: auto;
}

#SiteSelectorContainer {
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content;
}

#SiteAerialContainer {
    display: flex;
    justify-content: center;
}

#SiteMetadataContainer {
    display: inline-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

#SiteLinksContainer {
    text-align: center;
}

#SiteLinksContainer div {
    margin-bottom: 5px;
}

#SiteImages {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}

#SiteImages img {
    width: 250px;
}

.site-photo-link {
    display: block;
    list-style-type: none;
}

.SiteImageContainerHidden {
    display: none;
}

#CarouselButtonsContainer {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

#CarouselButtonsContainer input[type=radio] {
    cursor: pointer;
    margin: 10px;
    width: 20px;
    height: 20px;
}

.Card {
    margin: 20px;
    border: 2px solid gray;
    border-radius: 1rem;
    padding: 10px;
    box-shadow: 2px 4px rgba(0,0,0,0.2);
}

.CardTitle {
    font-weight: bold;
    text-align: center;
}