#repute-country-overview-map {
    height: 600px;
    width: 100%;
}
.repute-country-marker-wrap {
    background: transparent;
    border: 0;
}
#repute-country-overview-map .repute-country-marker,
#repute-country-overview-map .repute-country-marker:visited,
#repute-country-overview-map .repute-country-marker:hover,
#repute-country-overview-map .repute-country-marker:focus {
    align-items: center;
    background: #004472;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;

    justify-content: center;
    line-height: 1;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
