﻿body {
    background-color:#103b55 !important;
    color:#fafafa;

}
.panel {
    color:#444444;
}
.panel-default {
    border-width:5px;
    border-color:#306b88;
    background-color:#b1bfd4;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
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;
}
