html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 120px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.headerimg{
  background-image: url('../img/header.svg');
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 120px;
  opacity: 0.3;
}
table.dtr-inline{
  border-collapse: collapse !important;
}
