/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
/*  margin-bottom: 60px;*/
}
.main-body{
/*    padding: 0;
    margin: 0;
    margin-bottom: 5px;*/
}
.footer {
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
/*  height: 60px;*/
  background-color: #0f75bd;
/*  margin:20px 0 10px 0;*/
    padding: 15px 0 5px 0;
    color: #fff;
    /*margin-top: 214px;*/
}
.footer a{
    color: #fff;
}

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

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

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
