diff --git a/ui/js/component/rewardTile/view.jsx b/ui/js/component/rewardTile/view.jsx
index 027fc484f..df543561b 100644
--- a/ui/js/component/rewardTile/view.jsx
+++ b/ui/js/component/rewardTile/view.jsx
@@ -17,7 +17,7 @@ const RewardTile = props => {
{reward.reward_title}
{reward.reward_description}
-
+
{reward.reward_type == rewards.TYPE_REFERRAL &&
tr:first-child th {
vertical-align: bottom;
- font-weight: bold;
+ font-weight: 500;
font-size: 0.9em;
padding: $spacing-vertical/4+1 8px $spacing-vertical/4-2;
text-align: left;
@@ -67,4 +67,4 @@ table.table-transactions {
td:nth-of-type(3) { width: 15%; }
td:nth-of-type(4) { width: 40%; }
td:nth-of-type(5) { width: 15%; }
-}
\ No newline at end of file
+}