html {
  font-size: 14px;
}

@media {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    text-decoration: none;
}

.inline-note {
    color: #6c757d;
}

.numerator:disabled{
    color: #000000;
    background-color: #FFFFFF;
}

#search-button {
    color: #1d1379;
    border-color: #1d1379;
}

#search-button:hover {
    color: #FFFFFF;
    background-color: #1d1379;
}

#recipe-listing {
    text-align: center;
    color: #1d1379;
    background-color: #FFFFFF;
}

#recipe-listing:hover {
    color: #1d1379;
    background-color: #AAAAAA
}

#login-error {
    height: max-content;
    background-color: #FF1111;
}