diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss
index 6089c0eee..08ca7d0c9 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss
+++ b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/custom/_variables.scss
@@ -540,18 +540,18 @@ $table-bg: transparent !default;
$table-th-font-weight: null !default;
$table-striped-color: $table-color !default;
-$table-striped-bg-factor: .05 !default;
+$table-striped-bg-factor: .10 !default;
$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
$table-active-color: $table-color !default;
-$table-active-bg-factor: .1 !default;
+$table-active-bg-factor: .15 !default;
$table-active-bg: rgba($black, $table-active-bg-factor) !default;
$table-hover-color: $table-color !default;
-$table-hover-bg-factor: .075 !default;
+$table-hover-bg-factor: .125 !default;
$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;
-$table-border-factor: .1 !default;
+$table-border-factor: .15 !default;
$table-border-width: $border-width !default;
$table-border-color: $border-color !default;
diff --git a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
index dcb541ac8..b0e72b0b5 100644
--- a/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
+++ b/src/Bundle/ChillPersonBundle/Resources/public/vuejs/AccompanyingCourse/App.vue
@@ -2,18 +2,23 @@