html {
  height: 100%; }

body {
  min-height: 100%;
  height: 100%;
  font-family: "Segoe UI", Geneva, sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.4;
  background-color: #ededed;
  margin: 0px;
  padding: 0px;
  background: #01001A url(/media/static/images/site/bottom.png) left bottom no-repeat; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box; }

.beverage {
  margin: 0.5em 1em; }
  .beverage .ingredient {
    font-size: 16px;
    font-style: italic; }
  .beverage .missing {
    color: red; }

#assets {
  display: none; }

.tick {
  /*width: 1em;
   height:1em;*/
  display: inline-block;
  margin-right: 0.5em;
  /*
   background: url(/static/images/site/checkbox.svg);
   background-size: 100%;*/ }

.tick svg {
  width: 1em;
  height: 1em;
  margin-bottom: -2px; }

.tick g.tick {
  display: none; }

.tick g.background {
  display: none; }

.tick.partial g.background {
  display: block; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1em; }

input[type=checkbox] {
  display: none; }

input[type=checkbox]:checked + .tick g.tick {
  display: block; }

.container {
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
  justify-content: center;
  max-width: 960px;
  margin: auto; }

.page {
  display: flex;
  flex-direction: row;
  flex: 1;
  background: white;
  border-radius: 0.3em;
  padding: 1em; }

.inactive {
  display: none; }

.lbox {
  border: 0.15em solid #333;
  border-radius: 0.5em;
  margin: 0.5em;
  display: flex;
  flex: 1;
  flex-direction: row; }
  .lbox .label {
    text-indent: -0.3em;
    background-color: #555;
    color: white;
    font-size: 16px;
    width: 1.75em;
    position: relative;
    display: flex;
    border-radius: 0.3em 0em 0em 0.3em;
    text-transform: uppercase;
    padding-left: 0.2em;
    padding-bottom: 0em;
    border: 0.15em solid #555; }
    .lbox .label > div {
      line-height: 1em;
      display: flex;
      align-self: flex-end;
      flex: 1;
      transform: rotate(270deg);
      transform-origin: 0% 0%; }
  .lbox .content {
    flex: 1; }

#home main {
  flex: 2;
  display: flex;
  flex-direction: column; }
  #home main .options {
    display: flex;
    flex-direction: row; }
    #home main .options > * {
      flex: 1; }
    #home main .options img {
      width: 100%;
      padding: 0.5em; }
  #home main .seasonal {
    flex: 1;
    display: flex; }
    #home main .seasonal > * {
      flex: 2;
      display: flex; }

#home aside {
  flex: 1;
  display: flex; }

#search main {
  flex: 9;
  display: flex;
  flex-direction: column;
  overflow-y: scroll; }
  #search main .options {
    display: flex;
    flex-direction: row; }
    #search main .options > * {
      flex: 1; }
    #search main .options img {
      width: 100%;
      padding: 0.5em; }
  #search main .seasonal {
    flex: 1;
    display: flex; }
    #search main .seasonal > * {
      flex: 2;
      display: flex; }

#search nav {
  flex: 1;
  flex-direction: column;
  background-color: #eee; }
  #search nav a {
    padding: 0.5em; }
    #search nav a img {
      width: 100%; }

