/* Footer container override */
[data-role="footer"] {
  background-color: #333 !important;
  border-top: 1px solid #444 !important;
}

/* Navbar inside footer */
[data-role="footer"] .ui-navbar {
  background-color: transparent !important;
}

/* Footer buttons */
[data-role="footer"] .ui-navbar a {
  color: #ccc !important;
  font-weight: bold;
  background-color: transparent !important;
  border: none !important;
}

/* Active tab highlight */
[data-role="footer"] .ui-navbar a.ui-btn-active {
  background-color: #0078d7 !important;
  color: #fff !important;
}
