diff --git a/modules/consent/templates/default/consentform.php b/modules/consent/templates/default/consentform.php
index a9df63cf80244317338f5691024fdd147ca139d2..23b399571f5141ae68ce940010916e980a67bb38 100644
--- a/modules/consent/templates/default/consentform.php
+++ b/modules/consent/templates/default/consentform.php
@@ -103,7 +103,7 @@ foreach ($this->data['noData'] as $name => $value) {
 </form>
 
 <p>
-<table style="font-size: x-small">
+<table class="attributes">
 <?php
 foreach ($attributes as $name => $value) {
 	$nameTag = '{attributes:attribute_' . strtolower($name) . '}';
diff --git a/www/resources/default.css b/www/resources/default.css
index 021f9e8159b11a459689d828680b2f4be9b88f7f..3937e171dc1cd82a41bf76cb28c880daafb7ebe4 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -264,9 +264,13 @@ div.preferredidp {
 	padding: 2px 2em 2px 2em;	
 }
 
+
+
 table.attributes tr td {
 	border-bottom: 1px dashed #ccc;
 	padding-top: 5px;
+	padding-left: 1em;
+	padding-right: 1em;
 	vertical-align: top;
 }