.navigation_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.navigation_bar > span:last-child {
  margin-left: auto;
}

#home-button {
  max-height: 4em;
}

#home-link a {
  background-color: transparent;
}

.admin-navigation-bar {
  display: flex;
  justify-content: space-between;
  letter-spacing: -1px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
  border-bottom: 2px solid white;
}

span.profile-link {
  font-size: 2em;
}

.nav-search-box {
  display: flex;
  justify-content: space-between;
}

div.admin-navigation-bar a {
  color: white;
}

#home-link {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.user-nav {
  position: relative;
}

div.user-nav ul {
  background-color: white;
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  display: none;
  border: 1px solid black;
  border-top: none;
  position: absolute;
  z-index: 100;
}

div.user-nav ul li {
  text-align: center;
}

div.user-nav > label {
  display: block;
  display: flex;
  align-items: center;
}

div.user-nav ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: lightgray 0.2em solid;
}

#user-dropdown-toggle {
  display: none;
}

#user-dropdown-toggle:checked ~ ul {
  display: block;
}

.profile-nav {
  display: flex;
  align-items: center;
}

div.user-nav ul li a {
  text-decoration: none;
}

div.user-nav ul li a:hover {
  color: black;
  background-color: transparent;
}

.faq-container {
  width: 100%;
}

.faq-answer {
  word-wrap: break-word;
}

#faq-title {
  text-align: center;
}

div.new-global-list-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

input.tagInput {
  width: 100%;
}

div.tag-list-box {
  min-height: 10em;
  max-height: 20em;
  padding: 0;
  overflow: auto;
  border: 1px solid black;
  width: 50%;
}

.tag-edit-subheader {
  text-align: center;
}

div.tag-item {
  padding: 3px;
  margin: 0 3px 0 3px;
  border: 2px solid black;
  background-color: lightgray;
  display: flex;
  justify-content: space-between;
}

div.tag-item + div.tag-item {
  margin-top: 3px;
}

div.tag-item-selected {
  font-weight: bold;
  background-color: #FFAB40;
}

fieldset.bulk-global-list-form-container, div.bulk-global-list-form-container {
  display: flex;
  flex-direction: column;
}

fieldset.bulk-global-list-form-item-group + fieldset.bulk-global-list-form-item-group,
div.bulk-global-list-form-item-group + div.bulk-global-list-form-item-group {
  padding-top: 1em;
}

div.bulk-global-list-entry-container {
  padding-top: 1em;
  padding-bottom: 1em;
}

div.bulk-global-list-entry input {
  width: 100%;
}

div.bulk-global-list-entry + div.bulk-global-list-entry {
  padding-top: 2px;
}

div.bulk-global-list-creation-result-container {
  padding: 0px 2em 0 2em;
}

div.tag-editor-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.tag-selector-container {
  width: 100%;
  display: flex;
}

input.tag-search {
  width: 90%;
}

ul.tag-list {
  max-height: 15em;
  overflow: scroll;
}

.tag-field-set {
  flex-grow: 1;
}

div.tag-set-container {
  display: flex;
}

#info-page-title h1, #info-page-title h2 {
  display: inline-block;
}

#info-page-title h2 {
  margin-left: 1em;
}

div.info-page-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 500px;
}

textarea.info-page-component {
  margin-right: 2em;
}

.info-page-component {
  overflow: scroll;
  height: 100%;
  flex: 1;
}

textarea#info-page-edit-text {
  resize: none;
}

.navigation_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.navigation_bar > span:last-child {
  margin-left: auto;
}

#home-button {
  max-height: 4em;
}

#home-link a {
  background-color: transparent;
}

.admin-navigation-bar {
  display: flex;
  justify-content: space-between;
  letter-spacing: -1px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
  border-bottom: 2px solid white;
}

span.profile-link {
  font-size: 2em;
}

.nav-search-box {
  display: flex;
  justify-content: space-between;
}

div.admin-navigation-bar a {
  color: white;
}

#home-link {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.user-nav {
  position: relative;
}

div.user-nav ul {
  background-color: white;
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  display: none;
  border: 1px solid black;
  border-top: none;
  position: absolute;
  z-index: 100;
}

div.user-nav ul li {
  text-align: center;
}

div.user-nav > label {
  display: block;
  display: flex;
  align-items: center;
}

div.user-nav ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: lightgray 0.2em solid;
}

#user-dropdown-toggle {
  display: none;
}

#user-dropdown-toggle:checked ~ ul {
  display: block;
}

.profile-nav {
  display: flex;
  align-items: center;
}

div.user-nav ul li a {
  text-decoration: none;
}

div.user-nav ul li a:hover {
  color: black;
  background-color: transparent;
}

input {
  color: black;
}

#list-title {
  color: #FFAB40;
  padding-bottom: 0.5em;
}

div.list-index-container {
  width: 100%;
  display: flex;
}

div.multi-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.multi-list-components-container {
  border: 1px solid black;
  width: 100%;
}

div.multi-list-component {
  border-bottom: 1px solid black;
}

div.multi-list-component-header {
  cursor: pointer;
  padding: 5px 0 5px 5px;
  background-color: #ffb65a;
}

div.multi-list-component-header > a {
  color: black;
}

div.multi-list-component-data {
  background-color: #ffb65a;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}

div.multi-list-component-data-expanded {
  max-height: 20em;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0);
}

h1.multi-list-title {
  color: #FFAB40;
}

div.compact-list {
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

ol.list-items-compact {
  margin-left: 20px;
}

input.list-filter {
  flex-grow: 1;
  display: block;
  background-color: #ffd8a6;
  text-align: center;
  color: #FFAB40;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.25em;
  border: 0px;
}

div#categoryFilterMainBar {
  font-size: 1.5em;
  display: flex;
  align-content: space-between;
  margin-bottom: 1em;
}

div#categoryFilterToggleContainer {
  background-color: #FFAB40;
  border: 1px solid black;
  border-top: 0;
  border-left: 0;
  padding: 2px 5px;
  box-shadow: 2px 2px 4px #FFAB40;
  display: flex;
  align-items: center;
}

input.list-filter + div#categoryFilterToggleContainer {
  margin-left: 1em;
}

label#categoryFilterToggleLabel {
  font-weight: bold;
}

input#categoryFilterToggle {
  display: flex;
  align-items: center;
  height: 1em;
  width: 1em;
  visibility: hidden;
}

input#categoryFilterToggle::after {
  visibility: visible;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
  border-radius: 2px;
  transform: rotate(45deg) scale(1, 1);
  content: "";
  transition: all 200ms;
}

input#categoryFilterToggle:checked::after {
  transform: rotate(-45deg) scale(1, -1);
}

div.multi-list-filter-container {
  width: 100%;
}

div.multi-list-filter-container > div:empty::after {
  content: ".";
  visibility: hidden;
  line-height: 2em;
}

div.multi-list-filter {
  display: flex;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
}

div.multi-list-filter-active {
  height: unset;
  max-height: 20em;
  transition: max-height 0.2s cubic-bezier(1, 0, 1, 0);
}

div.multi-list-category-filter {
  min-width: 50%;
}

div.multi-list-subcategory-filter {
  max-width: 50%;
}

div.multi-list-subcategory-filter-items {
  overflow: auto;
}

div.multi-list-category-filter, div.multi-list-subcategory-filter {
  height: 15em;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

div.multi-list-category-filter {
  min-width: 50%;
}

div.multi-list-subcategory-filter {
  max-width: 50%;
}

input.category-search, input.subcategory-search {
  border: 0;
  margin-left: 1em;
  margin-right: 1em;
}

div.multi-list-category-fitler-items, div.multi-list-subcategory-fitler-items {
  overflow-y: scroll;
}

div.multi-list-filter-item {
  position: relative;
  padding: 0.5em;
}

div.multi-list-filter-item + div.multi-list-filter-item {
  padding-top: 1em;
}

div.multi-list-category-filter-item {
  background-color: #ffeed9;
}

div.multi-list-category-filter-item-active {
  background-color: #FFAB40;
}

div.multi-list-subcategory-filter-item {
  background-color: #FFAB40;
}

.filter-tab {
  line-height: 2em;
  text-align: center;
  min-width: 5em;
  padding-left: 1em;
  padding-right: 1em;
}

div.multi-list-category-filter .filter-tab {
  flex-grow: 1;
  flex-shrink: 0;
}

div.multi-list-category-filter > .filter-tab {
  background-color: #ffeed9;
}

div.multi-list-category-filter > .filter-tab-selected {
  background-color: #FFAB40;
}

div.multi-list-subcategory-filter > .filter-tab {
  background-color: #FFAB40;
}

div.multi-list-subcategory-filter > .filter-tab-selected {
  background-color: #ff8b40;
}

div.list-item-container {
  display: inline-flex;
  align-items: space-between;
  width: 80%;
  height: 100%;
  margin: 0.1em;
}

.list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  font-weight: bold;
}

.list-item {
  display: inline-flex;
  width: 100%;
  height: 50px;
  align-items: center;
  border-color: #FFAB40;
  border-width: 2px;
  border-style: solid;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 2px 2px 1em #ffeed9;
}

.list-item-editable:hover {
  cursor: pointer;
  background-color: #ffc173;
  color: #a65d00;
  box-shadow: 2px 2px 1em #FFAB40;
}

.item-display-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.item-name {
  margin-left: 2em;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.item-drag-handle {
  margin-right: 1em;
  display: inline-flex;
  align-items: center;
  height: 100%;
  font-size: 1.5em;
}

.item-edit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd8a6;
  color: #d97a00;
  height: 100%;
  width: 2em;
  font-size: 2em;
}

.standard-input {
  width: 100%;
  color: #FFAB40;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.button-table-cell {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 33%;
  height: 0px;
}

#list-status {
  width: 100%;
}

.status-container {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: #bbFFaa;
}

.status-text {
  margin: auto;
}

.status-text-good {
  color: green;
}

.status-icon {
  padding: 5px;
}

.status-icon-good {
  color: green;
}

.status-icon-wait {
  color: yellow;
}

.status-icon-warn {
  color: orange;
}

.status-icon-error {
  color: red;
}

div.list-control-container {
  display: flex;
  justify-content: space-between;
}

div.list-control-item {
  width: 30%;
}

div.global-list-container {
  color: black;
  width: 30%;
  background-color: #FFAB40;
  border-color: black;
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
}

div.editable-list {
  display: flex;
}

div.list-container {
  width: 80%;
  margin: auto;
}

div.list-container-mini {
  width: 60%;
}

div.list-community-list {
  width: 40%;
  padding-left: 10px;
}

div.list-app-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

div.list-title-container {
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}

div.list-subtitle-container {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}

div.list-title {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

form.item-suggestion-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  color: #FFAB40;
  height: 2em;
}

form.item-suggestion-form input.standard-input {
  font-size: inherit;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

div.item-suggestions-container {
  display: block;
  position: relative;
  width: 100%;
}

div.item-suggestions {
  width: 100%;
  overflow: auto;
  max-height: 15em;
  position: absolute;
  background-color: white;
  border-color: black;
  border-radius: 2px;
  border-width: 2px;
}

div.item-suggestions div:nth-child(2n) {
  background-color: #fff5e8;
}

div.item-suggestion {
  border-bottom: 1px solid black;
  width: 100%;
  padding: 5px 0 5px 5px;
  margin: 0 0 0 0;
  text-decoration: none;
}

div.item-suggestions div.item-suggestion-highlighted {
  background-color: #FFAB40;
  color: white;
}

.search-form {
  position: relative;
  width: 100%;
}

input.list-search {
  position: relative;
  transition: border-radius 0.1s linear;
  font-size: 2em;
  border-radius: 1em;
  height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-right: 0.75em;
  outline: none;
}

.list-search-suggestions {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  min-height: 1em;
  max-height: 25em;
  margin: 0;
  background-color: white;
  border-style: none;
  border-color: #FFAB40;
  border-radius: 2px;
  border-width: 2px;
  color: black;
}

.list-search-suggestions-active {
  border-style: solid;
  display: block;
  overflow: auto;
}

ul.list-search-suggestions {
  list-style: none;
}

ul.list-search-suggestions li a {
  display: block;
}

ul.list-search-suggestions li a:hover {
  background-color: #ffd8a6;
}

.list-search-suggestions-active {
  border-style: solid;
  display: block;
  overflow: auto;
}

ul.list-search-suggestions-active {
  padding-left: 0;
}

ul.list-search-suggestions-active li {
  margin-top: 0;
  margin-bottom: 0;
}

.list-search-suggestions li:nth-child(2n) {
  background-color: #fff5e8;
}

.list {
  width: 60%;
  flex-grow: 0;
}

.global-list {
  flex-grow: 1;
}

.list h2 {
  text-align: center;
}

label#editModeToggleLabel {
  padding-left: 0.25em;
  padding-right: 0.25em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  margin-left: 1em;
}

input#editModeToggle {
  display: none;
}

div.subcategory-form-item-group + div.subcategory-form-item-group {
  padding-top: 1em;
}

.subcategory-move-selector {
  width: 100%;
}

div.login-form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4em;
}

.login-form {
  padding-top: 2em;
  padding-bottom: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-field {
  width: 100%;
}

.login-field + .login-field {
  margin-top: 1em;
}

div.login-field {
  display: flex;
  justify-content: space-around;
}

input.login-field {
  display: block;
  padding: 0.5em;
}

.login-button {
  width: 70%;
}

.navigation_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.navigation_bar > span:last-child {
  margin-left: auto;
}

#home-button {
  max-height: 4em;
}

#home-link a {
  background-color: transparent;
}

.admin-navigation-bar {
  display: flex;
  justify-content: space-between;
  letter-spacing: -1px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  background-color: black;
  border-bottom: 2px solid white;
}

span.profile-link {
  font-size: 2em;
}

.nav-search-box {
  display: flex;
  justify-content: space-between;
}

div.admin-navigation-bar a {
  color: white;
}

#home-link {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

div.user-nav {
  position: relative;
}

div.user-nav ul {
  background-color: white;
  list-style: none;
  width: 100%;
  padding-left: 0;
  margin-top: 0;
  display: none;
  border: 1px solid black;
  border-top: none;
  position: absolute;
  z-index: 100;
}

div.user-nav ul li {
  text-align: center;
}

div.user-nav > label {
  display: block;
  display: flex;
  align-items: center;
}

div.user-nav ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  border-top: lightgray 0.2em solid;
}

#user-dropdown-toggle {
  display: none;
}

#user-dropdown-toggle:checked ~ ul {
  display: block;
}

.profile-nav {
  display: flex;
  align-items: center;
}

div.user-nav ul li a {
  text-decoration: none;
}

div.user-nav ul li a:hover {
  color: black;
  background-color: transparent;
}

div.splash-container {
  color: #FFAB40;
  width: 100%;
  display: flex;
  justify-content: center;
}

div.welcome-splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

div.welcome-splash > * + * {
  margin-top: 4em;
}

img.splash-image {
  margin-top: 4em;
  max-width: 40%;
}

span#splash-title-prefix {
  margin-left: -2em;
  font-size: 3em;
}

span#splash-title-main {
  margin-left: 2em;
  font-size: 5em;
}

.standard_input, .dark_input, .light_input, .primary_input, input.welcome-search, input.list-search {
  border-radius: 5px;
  color: black;
}

.primary_input, input.welcome-search, input.list-search {
  color: #EEA031;
  border-color: #FFAB40;
}

.light_input {
  color: white;
}

.dark_input {
  color: black;
}

#special-list-navigation {
  display: flex;
  width: 100%;
  justify-content: space-around;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}

#special-list-navigation > li {
  margin-top: 0;
  margin-bottom: 0;
}

input.special-list-navigation-button {
  display: block;
  color: white;
  font-weight: bold;
  border-radius: 0.25em;
  font-size: 2em;
  background-color: #6FA8DC;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 1em;
  padding-right: 1em;
}

input#random-button {
  background-color: #FFAB40;
}

input.welcome-search {
  transition: border-radius 0.1s linear;
  font-size: 2em;
  background-color: #F8F8F8;
  border-radius: 0.2em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em;
  outline: none;
}

input.welcome-search-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transition: border-radius 0.1s linear;
  background-color: unset;
}

ul.welcome-search-suggestions {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
}

ul.welcome-search-suggestions li a {
  display: block;
}

ul.welcome-search-suggestions li a:hover {
  background-color: #ffd8a6;
}

.welcome-search-suggestions {
  position: relative;
  display: none;
  overflow: hidden;
  min-height: 1em;
  max-height: 25em;
  margin: 0;
  background-color: white;
  border-style: none;
  border-color: #FFAB40;
  border-radius: 2px;
  border-width: 2px;
  color: black;
}

.welcome-search-suggestions-active {
  border-style: solid;
  display: block;
  overflow: auto;
}

ul.welcome-search-suggestions-active {
  padding-left: 0;
}

ul.welcome-search-suggestions-active li {
  margin-top: 0;
  margin-bottom: 0;
}

.welcome-search-suggestions li:nth-child(2n) {
  background-color: #fff5e8;
}

.welcome-search-suggestion-item {
  border-bottom: 1px solid black;
  padding: 5px 0 5px 5px;
  margin: 0;
  text-decoration: none;
}

ul.category-links {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

ul.category-links li + li {
  margin-top: 0;
}

a.navigation-link {
  color: black;
  font-size: 1.25em;
  font-weight: bold;
}

a.navigation-link:hover {
  background-color: unset;
  color: black;
}

input.welcome-search::-webkit-input-placeholder {
  text-align: left;
}

input.welcome-search:-moz-placeholder {
  /* FF 4-18 */
  text-align: left;
}

input.welcome-search::-moz-placeholder {
  /* FF 19+ */
  text-align: left;
}

input.welcome-search:-ms-input-placeholder {
  /* IE 10+ */
  text-align: left;
}

.sign_in_link {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

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

body, button, input, select, textarea {
  font-family: "Roboto Slab", Verdana, Arial, sans-serif;
}

.loading-spinner-container {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-box {
  width: 10%;
  min-width: 5em;
  border: 5px solid black;
}

.loading-spinner {
  display: block;
  font-size: 2em;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.row-container {
  display: flex;
  flex-direction: row;
}

.column-container {
  display: flex;
  flex-direction: column;
}

body > div.content {
  min-height: 100vh;
}

li + li {
  margin-top: 0.5em;
}

ol, ul {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

div.app-container {
  position: relative;
  display: flex;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  min-width: 500px;
  max-width: 1000px;
  padding-bottom: 6em;
}

div.content-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

footer.app-footer {
  background-color: #6FA8DC;
  color: white;
  font-weight: bold;
  position: absolute;
  height: 6em;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer-suggest-a-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFAB40;
  width: 20%;
  height: 100%;
}

div.footer-item-container {
  padding: 0.5em;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  flex-direction: column;
}

div.app-footer-item + div.app-footer-item {
  margin-top: 0.5em;
}

div.app-footer-item a {
  color: white;
  text-decoration: none;
}

div.app-footer-item a:hover {
  background-color: transparent;
}

.button-text {
  margin: 0;
  padding: 0;
}

.button-standard {
  cursor: pointer;
  height: 3em;
  color: #FFAB40;
  border: 1px solid #FFAB40;
  border-radius: 0.5em;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.button-standard:hover:not([disabled]) {
  background-color: rgba(255, 171, 64, 0.2);
}

.button-standard:disabled {
  background-color: #ffd8a6;
  color: #a65d00;
  font-weight: normal;
}

.text-small {
  font-size: 0.75em;
}

.title {
  text-align: center;
}

.slim-title {
  margin-top: 0;
  margin-bottom: 0;
}

*::-webkit-input-placeholder {
  color: #EEA031;
  text-align: center;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: #EEA031;
  text-align: center;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: #EEA031;
  text-align: center;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #EEA031;
  text-align: center;
}
