.cow-logo {
    height: 90px;
    width: 100%;
    filter: drop-shadow(1px 1px 3px black);
}

.cow-logo:hover {
    transform: scale(1.10);
    transition: .5s;
}

.chart_reproduction_details_table > *:first-child:not(thead) td:first-child {
    vertical-align: top;
    font-weight: bold;
    width: 70px;
}

.carousel-item img {
    max-height: 300px; !important;
    object-fit: contain; !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid black;
    background-color: darkgrey;
}

.carousel-indicators .active{
    background-color: black;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#reproductionAttributesContainer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#highQualityLogo {
    width: auto;
    height: 24px;
    display: inline-block;
}

#highQualityLogo img {
    width: 32px;
    height: 30px;
    display: block;
}

#atlasDetailsCard label {
    font-weight: bold;
    white-space: nowrap;
}

#coverageMap {
    width: 100%;
    height: 310px;
}

.detailsTable td:nth-child(1) {
    font-weight: bold;
    width: 30%;
}

.detailsTable {
    padding: 0; !important;
    margin: 0; !important;
}

