diff --git a/components/cycle-day/select-tab-group.js b/components/cycle-day/select-tab-group.js
index 24a601fe0821f96c8df7b5507ec8d876f5291b1b..a761a24bcc0ba01ad8d246b9d6fe734d88a91bd1 100644
--- a/components/cycle-day/select-tab-group.js
+++ b/components/cycle-day/select-tab-group.js
@@ -27,7 +27,7 @@ export default class SelectTabGroup extends Component {
                 key={i}
                 activeOpacity={1}
               >
-                <View style={styles.radioButtonTextGroup}>
+                <View>
                   <View style={[
                     styles.selectTab,
                     firstOrLastStyle,
diff --git a/styles/index.js b/styles/index.js
index baa39373cfa4599348c8e1f61b215e8dd07dbcad..00ebca0f495b7a935b87bff8c78d91a4130f470b 100644
--- a/styles/index.js
+++ b/styles/index.js
@@ -172,9 +172,9 @@ export default StyleSheet.create({
     fontFamily: headerFont
   },
   symptomViewHeading: {
-    fontSize: 20,
-    color: 'black',
-    marginBottom: 5
+    fontWeight: 'bold',
+    fontFamily: textFontBold,
+    marginTop: 10
   },
   symptomInfoIcon: {
     marginRight: 20,
@@ -343,10 +343,10 @@ export default StyleSheet.create({
   selectBoxSection: {
     flexDirection: 'row',
     flexWrap: 'wrap',
-    marginVertical: 10,
+    marginTop: 7,
   },
   selectTabGroup: {
-    marginVertical: 10,
+    marginTop: 7,
     flexDirection: 'row'
   },
   selectTab: {