diff --git a/css/main.css b/css/main.css
index f1feb88..dd59b76 100644
--- a/css/main.css
+++ b/css/main.css
@@ -261,3 +261,12 @@ html, body {
margin: 0.3rem auto;
max-width: 96px;
}
+.rounded {
+ height: auto;
+ width: 25%;
+ -webkit-border-radius: 50%;
+ -moz-border-radius: 50%;
+ -ms-border-radius: 50%;
+ -o-border-radius: 50%;
+ border-radius: 50%;
+}
diff --git a/js/main.js b/js/main.js
index 10ab923..95005d6 100644
--- a/js/main.js
+++ b/js/main.js
@@ -876,7 +876,8 @@ var mapView = {
fortType = 'PokeStop',
pokemonGuard = '';
if (fort.guard_pokemon_id != undefined) {
- fortPoints = 'Points: ' + fort.gym_points;
+ var id = self.createID();
+ fortPoints = 'Points: ' + fort.gym_points + '