diff --git a/employee/templates/dashboard/birthdays_container.html b/employee/templates/dashboard/birthdays_container.html
index 5308a60a4..454db918e 100644
--- a/employee/templates/dashboard/birthdays_container.html
+++ b/employee/templates/dashboard/birthdays_container.html
@@ -13,7 +13,7 @@
{{birthday.name}}
{{birthday.dob}}, {{birthday.daysUntilBirthday}}
{{birthday.job_position}}, {{birthday.department}}
+ style="font-size:10px;">{{birthday.job_position}}{% if birthday.job_position and birthday.department %}, {% endif %}{{birthday.department}}
{% endfor %}