/* overview */

.name {
    flex: 1;
}

#carousel {
    margin: 0 20px 20px 20px;
}

#carousel img {
    width: 100%;
}
#carousel div div {
    text-align: center;
}
.slick-prev::before, .slick-next::before {
    color: #333;
}

/* entry */
#highestRes {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

#highestRes > div {
    padding: 2px;
}
#highestRes > div:nth-child(odd) {
    text-align: right;
}

#highestRes img {
    width: 25px;
    height: 25px;
}

.navbar {
    text-align: center;
    padding: 7px;
}