#coconfiber-world-map {
    width: 100%;
    height: 500px;
}

.country {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 0.5px;
}

.country:hover {
    fill: #aaa;
}

.has-link {
    fill: #f00;
    cursor: pointer;
}
