
html, body { background: #ffffff !important; }
footer {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-top: 1px solid #0F1F2D !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
footer .row {
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
}
footer #bottom-footer {
  display: block !important;
  width: 100% !important;
  height: 30px !important;
  line-height: normal !important;
  font-size: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
}
footer #bottom-footer p {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-size: 11px !important;
  line-height: normal !important;
}
footer .keep-left { float: left !important; }
footer .keep-right { float: right !important; }
