diff --git a/view-webapp/src/main/sass/main.scss b/view-webapp/src/main/sass/main.scss
index 459bff2..551ce50 100644
--- a/view-webapp/src/main/sass/main.scss
+++ b/view-webapp/src/main/sass/main.scss
@@ -39,6 +39,10 @@
white-space: nowrap;
}
+ .red {
+ color: darkred;
+ }
+
/* header, center, footer */
#header {
diff --git a/view-webapp/src/main/webapp/result-sheets.html b/view-webapp/src/main/webapp/result-sheets.html
index 62530f6..1ec4734 100644
--- a/view-webapp/src/main/webapp/result-sheets.html
+++ b/view-webapp/src/main/webapp/result-sheets.html
@@ -44,13 +44,13 @@
White
-
$white.name $white.firstname #rank($white.rank)
($white.country, $white.club)
+
$white.name $white.firstname #rank($white.rank)
($white.country.toUpperCase(), $white.club)
##
$white.egf
½-½
Black
-
$black.name $black.firstname #rank($black.rank)
($black.country, $black.club)
+
$black.name $black.firstname #rank($black.rank)
($black.country.toUpperCase(), $black.club)
##
$black.egf
diff --git a/view-webapp/src/main/webapp/tour-registration.inc.html b/view-webapp/src/main/webapp/tour-registration.inc.html
index 067d86f..0f4f2a8 100644
--- a/view-webapp/src/main/webapp/tour-registration.inc.html
+++ b/view-webapp/src/main/webapp/tour-registration.inc.html
@@ -196,7 +196,7 @@
#[[