diff --git a/core/themes/stark/css/layout.css b/core/themes/stark/css/layout.css
index a31a774..42dc292 100644
--- a/core/themes/stark/css/layout.css
+++ b/core/themes/stark/css/layout.css
@@ -25,6 +25,16 @@ img {
   max-width: 100%;
 }
 
+.field-type-taxonomy-term-reference .field-items {
+	clear: both;
+	overflow: hidden;
+	margin: 0 0 1em 0;
+}
+.field-type-taxonomy-term-reference .field-item {
+	float: left;
+	padding: 0 1em 0 0;
+}
+
 @media all and (min-width: 480px) and (max-width: 959px) {
   #content {
     width: 100%;
