diff --git a/cps/static/css/style.css b/cps/static/css/style.css
index c043f459..4d8b4805 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 0d4369a3..18742003 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 24ba10c7..6edf1677 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 650bdeda..1326f9a9 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 b65beccb..3498791c 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 e84c252b..a2938be1 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 fa8176e9..da59efa6 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 f37661ce..5635705a 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 %}