diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html
index c9333caeed..2569e1583a 100644
--- a/phpBB/styles/prosilver/template/posting_pm_header.html
+++ b/phpBB/styles/prosilver/template/posting_pm_header.html
@@ -34,7 +34,9 @@
{% for recipient in to_recipient %}
{% if not S_EDIT_POST %}
-
+
{% endif %}
{% if recipient.IS_GROUP %}
{{ recipient.NAME }}
@@ -57,7 +59,9 @@
{% for recipient in bcc_recipient %}
{% if not S_EDIT_POST %}
-
+
{% endif %}
{% if recipient.IS_GROUP %}
{{ recipient.NAME }}
@@ -90,14 +94,16 @@
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index d99eeaebcf..240ba25d03 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -867,12 +867,6 @@ fieldset.fields1 dd.recipients {
margin-left: 11px;
}
-fieldset.fields1 ul.recipients input.button2 {
- font-size: 12px;
- margin-right: 0;
- padding: 0;
-}
-
fieldset.fields1 dl.pmlist > dt {
width: auto !important;
}