diff --git a/index.html b/index.html
index e84c79aa..6ffcec35 100644
--- a/index.html
+++ b/index.html
@@ -196,7 +196,12 @@ $("#e10_4").select2({
 });
 </script>
 
-
+<style type="text/css">
+h3 > label {
+   font-size: inherit;
+   font-weight: inherit;
+}
+</style>
 
       <header class="jumbotron subhead">
         <div class="subnav">
@@ -426,7 +431,7 @@ $("#e2_2").select2({
              <p>
                  <select id="e2" style="width:300px" class="populate placeholder"></select><br/>
              </p>
-              <p><label for="e2_2">Multiple select types</label>
+              <p><label for="e2_2">Multiple select boxes</label>
                   <select id="e2_2" multiple="multiple" style="width:300px" class="populate placeholder"></select><br/>
               </p>
              <p>The placeholder can be declared via a <code>data-placeholder</code> attribute attached to the <code>select</code>, or via the <code>placeholder</code> configuration element as seen in the example code.</p>
diff --git a/select2-latest.html b/select2-latest.html
index 81db45b8..1480d7b6 100644
--- a/select2-latest.html
+++ b/select2-latest.html
@@ -196,6 +196,13 @@ $("#e10_4").select2({
 });
 </script>
 
+<style type="text/css">
+h3 > label {
+   font-size: inherit;
+   font-weight: inherit;
+}
+</style>
+
     <!-- unreleased --><div class="row">
     <!-- unreleased --> <div class="span12">
     <!-- unreleased -->     <div class="alert alert-block alert-error">