html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #F2F2F2;
  margin-bottom: 50px; }
  body .navbar-header {
    position: relative; }
    body .navbar-header .header-logo {
      position: absolute;
      left: -65px; }
      body .navbar-header .header-logo img {
        height: 50px;
        width: 50px;
        border-radius: 50%; }
  body .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 43px;
    background-color: #222222;
    border-color: #121212;
    border-radius: 0;
    border: 1px solid transparent;
    text-align: center;
    font-size: 0.8em; }
    body .footer .footer-text {
      color: #ffffff;
      margin-top: 12.5px;
      margin-bottom: 12.5px; }

body.dinnerboned {
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  margin-bottom: 0;
  padding-bottom: 50px; }

.panel :last-child.progress {
  margin-bottom: 0; }
.panel :last-child.dl-horizontal dt {
  width: 100px; }
.panel :last-child.dl-horizontal dd {
  margin-left: 120px; }

/*# sourceMappingURL=global.css.map */
