diff --git a/app/views/targets/_index.html.erb b/app/views/targets/_index.html.erb
index 5c667de..3477220 100644
--- a/app/views/targets/_index.html.erb
+++ b/app/views/targets/_index.html.erb
@@ -15,12 +15,15 @@
<% header.each_with_index do |row, i| %>
<% end %>
diff --git a/assets/stylesheets/body_tracking.css b/assets/stylesheets/body_tracking.css
index c372512..4178621 100644
--- a/assets/stylesheets/body_tracking.css
+++ b/assets/stylesheets/body_tracking.css
@@ -4,22 +4,12 @@ table.list tr.food.hidden {opacity: 0.4}
table.list .date,
table.list .name,
-table.list .quantity {text-align: left;}
+table.list td.quantity {text-align: left;}
/* TODO: merge with .closable and/or remove .closable */
/* TODO: replace .quantityhead(empty) with th.quantity/.empty */
-table.list .quantityhead, table.list th.quantity {
- text-align: center;
- position: relative;
- padding: 2px 0;
- border-bottom: none;
-}
+table.list .quantityhead {border-bottom: none;}
table.list .quantityheadempty {border-top: none; border-bottom: none;}
-table.list th.quantity {
- text-align: center;
- position: relative;
- padding: 2px 0;
- border-bottom: none;
-}
+table.list th.quantity {border-bottom: none;}
table.list th.empty {border-top: none;}
table.list .action,