html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.dataTables_filter {
    float: left !important;
    margin-top:4px;
}

.buttons-page-length {
    margin-left:8px;
}