@charset "UTF-8";
/* CSS Document */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
footer.navbar-default.navbar-static-bottom {
    position: relative;
	left: 0;
	right: 0;
    bottom: 0;
    width: 100%;
	margin-bottom: 0px;
	margin-top: 20px;
}
footer.navbar-default.navbar-static-bottom
 {
      background:#DEDEDE;
      color:black;
      padding:1em 0;
 }
 footer.navbar-default.navbar-static-bottom p
 {
      margin:0;
 }
 