

body {
  overflow-y: scroll;
  padding-top: 60px;
  padding-bottom: 70px;
}

div.foot {
  color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 30px;  /* Vertically center the text there */
}

.dateline {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.news-content {
  margin-left: 0.25rem;
}

#skd-logo {
  height: 25px;
}

.inverse>div  {
  color: #9d9d9d;
}

/* Advent Calendar index.html styles */
main { 
  padding: 1em;
}

.btn {
  margin-left:   0.25em;
  margin-right:  0.25em;
  margin-top:    0.25em;
  margin-bottom: 0.25em;
}

#buttons {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

