diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
index 17855931..d61b88be 100755
--- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/logout-success.xhtml
@@ -5,13 +5,10 @@
-
-
Logout
You have successfully logged out.
-
\ No newline at end of file
diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
index e7846284..b48b4788 100644
--- a/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
+++ b/spring-webflow-samples/booking-faces/src/main/webapp/styles/booking.css
@@ -62,6 +62,8 @@
#content .section {
width: 505px;
float: left;
+ margin-top: 5px;
+ margin-bottom: 5px;
}
#content.spring input[type="submit"], input[type="button"], button {