diff --git a/styles/index.js b/styles/index.js
index 55b21c9df352f7529d869a208a2277dd218f5172..f8f3dc8ec81d246b7031313fce7c53e73f4d12be 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -81,17 +81,6 @@ export default StyleSheet.create({
   symptomDataText: {
     fontSize: 12
   },
-  symptomEditRow: {
-    justifyContent: 'space-between',
-    marginBottom: 10,
-  },
-  symptomViewRowInline: {
-    flexDirection: 'row',
-    justifyContent: 'space-between',
-    marginBottom: 10,
-    alignItems: 'center',
-    height: 50
-  },
   header: {
     backgroundColor: primaryColor,
     paddingHorizontal: 15,