/* Copyright 2013-2014 Soo Ling Lim at Kazoova */
body {
  padding-top: 70px; /* for navbar-fixed-top */
  /*background-color: #e9e7dd;*/
}
.navbar-default {
  background-color: #dfded8; /*#b9d4eb;*/
  border-color: #afaea8; /*#a9c4db;*/
}
.kazoova-brand {
  vertical-align: top;
  margin-top: -15px;
  width: 250px;
  margin-bottom: -15px;
}
nav {
  min-width: 340px;  /* brand plus toggle */
}
footer {
  padding: 20px 0px;
  background: #ffffff;
  border-top: 2px solid #ccc;
}
.tiny-user {
  width: 24px;
  margin-right: 3px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: -6px;
}
.select-mini {
  font-size: 11px;
  height: 28px;
  width: 80px;
  margin-bottom: 5px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 130px; /* Margin bottom by footer height */
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 130px; /* Set the fixed height of the footer here */
}
@media (max-width: 991px) {
  body {
    margin-bottom: 390px; /* Margin bottom by footer height */
  }
  footer {
    height: 390px; /* Set the fixed height of the footer here */
  }
}