gin: 20px 0;
		}

		#footer > .container {
		  padding-left: 15px;
		  padding-right: 15px;
		}
		#navBar
		{
			background: transparent !important;
			border: none;
			box-shadow: none;
			-webkit-box-shadow: none;
		}
		.navbar
		{
			min-height: 20px !important;
		}
		code {
		  font-size: 80%;
		}
	</style>
    <title id="Description">Sticky Footer Navbar Template for Bootstrap and jQWidgets</title>

    <!-- Bootstrap core CSS -->
    <link href="../../styles/bootstrap.min.css" rel="stylesheet">
    <!-- jQWidgets CSS -->
    <link href="../../jqwidgets/styles/jqx.base.css" rel="stylesheet">
    <link href="../../jqwidgets/styles/jqx.bootstrap.css" rel="stylesheet">
  </head>

  <body>

  <!-- Wrap all page content here -->
    <div id="wrap">

      <!-- Begin page content -->
      <div class="container">
        <div class="page-header">
          <h1>Sticky footer</h1>
        </div>
        <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
      </div>
    </div>

    <div id="footer">
      <div class="container">
		<div style='margin-top: 18px;' id="buttonGroup">
			<button>First Button</button>
			<button>Second Button</button>
			<button>Third Button</button>		
		</div>
      </div>
    </div>


    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
    <script type="text/javascript" src="../../scripts/jquery-1.11.1.min.js"></script>
    <script src="../../scripts/bootstrap.min.js"></script>
    <!-- jQWidgets JavaScript files -->
    <script src="../../jqwidgets/jqxcore.js"></script>
    <script src="../../jqwidgets/jqxbuttongroup.js"></script>
    <script type="text/javascript" src="../../scripts/demos.js"></script>
    <script type="text/javascript">
        $(document).ready(function () {
            $("#buttonGroup").jqxButtonGroup({ mode: "checkbox", theme: "bootstrap", height: "100%" });
        });
	</script>
  </body>
</html>
