diff --git a/cps/static/css/style.css b/cps/static/css/style.css
index c043f4592..4d8b48051 100644
--- a/cps/static/css/style.css
+++ b/cps/static/css/style.css
@@ -133,8 +133,9 @@ a { color: #45b29d; }
}
.container-fluid .book .meta .rating { margin-top: 5px; }
-.rating .glyphicon-star { color: #999; }
-.rating .glyphicon-star.good { color: #45b29d; }
+.rating .glyphicon-star-empty { color: #444; }
+.rating .glyphicon-star.good { color: #444; }
+.rating-clear .glyphicon-remove { color: #333 }
.container-fluid .author .author-hidden, .container-fluid .author .author-hidden-divider { display: none; }
diff --git a/cps/templates/author.html b/cps/templates/author.html
index 0d4369a30..18742003a 100644
--- a/cps/templates/author.html
+++ b/cps/templates/author.html
@@ -76,7 +76,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
@@ -119,7 +119,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/detail.html b/cps/templates/detail.html
index 24ba10c76..6edf16779 100644
--- a/cps/templates/detail.html
+++ b/cps/templates/detail.html
@@ -105,7 +105,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/discover.html b/cps/templates/discover.html
index 650bdeda9..1326f9a9c 100644
--- a/cps/templates/discover.html
+++ b/cps/templates/discover.html
@@ -40,7 +40,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/index.html b/cps/templates/index.html
index b65beccbd..3498791c2 100644
--- a/cps/templates/index.html
+++ b/cps/templates/index.html
@@ -39,7 +39,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
@@ -107,7 +107,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/list.html b/cps/templates/list.html
index e84c252b6..a2938be1b 100644
--- a/cps/templates/list.html
+++ b/cps/templates/list.html
@@ -39,7 +39,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/search.html b/cps/templates/search.html
index fa8176e92..da59efa6a 100644
--- a/cps/templates/search.html
+++ b/cps/templates/search.html
@@ -82,7 +82,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}
diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html
index f37661cef..5635705a8 100644
--- a/cps/templates/shelf.html
+++ b/cps/templates/shelf.html
@@ -49,7 +49,7 @@
{% if loop.last and loop.index < 5 %}
{% for numer in range(5 - loop.index) %}
-
+
{% endfor %}
{% endif %}
{% endfor %}