diff --git a/pom.xml b/pom.xml
index 78d27ba..13040a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -427,6 +427,33 @@
+
+ less-install
+
+
+
+ org.lesscss
+ lesscss-maven-plugin
+ 1.7.0.1.1
+
+ ${project.basedir}/src/main/webapp/resources/less
+ ${project.basedir}/src/main/webapp/resources/css
+ true
+
+ petclinic.less
+
+
+
+
+
+ compile
+
+
+
+
+
+
+
demopetclinic
diff --git a/src/main/webapp/WEB-INF/jsp/exception.jsp b/src/main/webapp/WEB-INF/jsp/exception.jsp
index 8a0a4c9..a4fde6c 100644
--- a/src/main/webapp/WEB-INF/jsp/exception.jsp
+++ b/src/main/webapp/WEB-INF/jsp/exception.jsp
@@ -10,20 +10,23 @@
+
+
-
-

+
+

-
Something happened...
+
Something happened...
-
${exception.message}
+
${exception.message}
-
+
+
diff --git a/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp b/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp
index e499b26..6029efb 100644
--- a/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fragments/footer.jsp
@@ -1,12 +1,5 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
-
-
-

"
- alt="Sponsored by Pivotal"/>
-
-
-
<%-- Placed at the end of the document so the pages load faster --%>
diff --git a/src/main/webapp/WEB-INF/jsp/fragments/htmlHeader.jsp b/src/main/webapp/WEB-INF/jsp/fragments/htmlHeader.jsp
index eea7b82..a51e56d 100644
--- a/src/main/webapp/WEB-INF/jsp/fragments/htmlHeader.jsp
+++ b/src/main/webapp/WEB-INF/jsp/fragments/htmlHeader.jsp
@@ -16,14 +16,7 @@ PetClinic :: a Spring Framework demonstration
PetClinic :: a Spring Framework demonstration
- <%-- Bootstrap CSS --%>
-
-
-
-
-
-
- <%-- Custom styles for Petclinic --%>
+ <%-- CSS generated from LESS --%>
diff --git a/src/main/webapp/WEB-INF/jsp/owners/createOrUpdateOwnerForm.jsp b/src/main/webapp/WEB-INF/jsp/owners/createOrUpdateOwnerForm.jsp
index b18a88f..77826de 100644
--- a/src/main/webapp/WEB-INF/jsp/owners/createOrUpdateOwnerForm.jsp
+++ b/src/main/webapp/WEB-INF/jsp/owners/createOrUpdateOwnerForm.jsp
@@ -15,31 +15,34 @@
-