/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 42px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
 
 
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}
.container .text-muted {
  margin: 5px 0;
}

#footer > .container {
   border-top:#6E6868 solid 1px;
  height:100%;
  
  padding-right: 15px;
  text-align:right;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
