body {
  background: #ececec !important;
}

.header {
  background-image: linear-gradient(#8D79AE, #DED6E9 180px);
  color: #fff;
  filter: drop-shadow(0 0 4px #333);
}

.header h1 {
  font-family: 'Pacifico', cursive;
  font-size: 2em !important;
  margin: auto;
  text-shadow: -1px 1px 0 #000;
}

.content {
  background: #fff;
  filter: box-shadow: 4px 0 2px #fff, -4px 0 2px #fff;
  padding-top: 15px;
}

.content h2 {
  font-size: 1.75rem;
}

.th-release-date {
  min-width: 133px;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
    height: auto !important;
}
.chart-container {
  position: relative;
  margin: auto;
  max-width: 540px;
}

.no-padding {
  padding: 0 !important;
}

@media (max-width: 1200px) {
  .mr-3 {
    margin-right: 0 !important;
  }
}
