.gm-style .gm-style-iw {
	font-weight: bolder;
    color: blue;
}
.colors-e .highlight, .colors-e .link, .colors-e.highlight, .colors-e.link {
#    color: #cb875f;
    color: #cc3333;
    font-weight: bold;
}

.download-links {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
