@charset "UTF-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
p {
    margin: 10px 10px 10px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  padding-top:10px;
  background-color: #069;
  clear:both;
}


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

.container {
 
  padding: 0 15px;
  margin-left:auto;
  margin-right:auto;
}
.container .text-muted {
  margin: 20px 0;
}

