.row {
  margin-bottom: 0.75rem;
}
html,body {
  height: 100%;
  margin: 0;
}
.main {
  min-height: 77%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}
a.canvasjs-chart-credit{
  visibility: hidden;
}
body {
  line-height: 1 !important;
}
.btn {
  white-space: nowrap;
}
.dropdown-item {
  padding: 0.75rem 1.5rem !important;
}
