.dark {
  background-color: #f6f6f6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

section {
  padding: 50px 0 50px;
}

@media (min-width:992px) {
  section {
    padding: 50px 0 50px;
  }
}

section.details {
  padding: 40px 0;
}

section.details table {
  font-size: .9em;
  opacity: .8;
}

.details .block-heading {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

