html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* USDA Nutrition Label Styles */
table.nutrition {
  border: 2px solid black;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
  max-width: 280px;
  background-color: white;
}

table.nutrition caption {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid black;
}

table.nutrition th {
  text-align: left;
  padding: 5px;
  font-weight: bold;
  background-color: white;
  border-bottom: 8px solid black;
}

table.nutrition td {
  padding: 3px 5px;
  border-top: 1px solid #999;
}

table.nutrition tr:first-child td {
  border-top: none;
}

table.nutrition .nutrition-header {
  font-weight: bold;
  border-bottom: 5px solid black;
}

table.nutrition .nutrition-sub {
  padding-left: 20px;
  font-size: 12px;
}

table.nutrition .nutrition-bold {
  font-weight: bold;
}

table.nutrition .nutrition-daily-value {
  text-align: right;
  font-weight: bold;
}