/* Sticky footer styles
-------------------------------------------------- */
html {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.footer {
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 50px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.history-link
{
  color: black;
}

.history-link#hover
{
  color: black;
}

#monthly-downloads
{
  overflow-y: scroll;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.time_since_update {
  text-align: right;
}

.centered {
  text-align: center;
  vertical-align: middle;
}

.right, .right h4 {
  text-align: right;
  vertical-align: middle;
}

.left, .left h4 {
  text-align: left;
  vertical-align: middle;
}

h4 {
  margin-top: 13px;
}

label {
  margin-bottom: 0px;
}

main {
  padding-top: 15px;
}

.status-badge {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin-bottom: -7px;
  margin-right: 4px;
}

.green {
  background-color: #28a745;
}

.yellow {
  background-color: #ffc107;
}

.red {
  background-color: #dc3545;
}

.text-muted {
  font-size: 8px;
}
