@charset "UTF-8";
table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

td,
th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

table td:first-child,
table th:first-child {
  border-left-width: 0; }

table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

table td {
  background-color: transparent; }

table tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

.logo {
  width: 349px;
  text-align: center;
  display: block;
  position: fixed;
  background: white;
  z-index: 100; }

.toc-active a {
  background: #356899;
  color: white; }

article ol {
  margin: 0;
  padding: 0 0 0 20px; }
  article ol li {
    margin-bottom: 20px; }

aside {
  position: fixed;
  left: 0;
  top: 0;
  width: 360px;
  height: 100%;
  overflow: scroll; }
  aside .toc {
    padding-top: 110px; }
  aside ul {
    margin-left: 0;
    padding-left: 0;
    background: #eee; }
  aside li {
    display: block;
    z-index: 10; }
    aside li a {
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #666;
      border: 1px solid #D9E0E2;
      width: 323px;
      position: relative; }
  aside > ol > li ol {
    margin: 10px 0 10px 20px; }
    aside > ol > li ol a {
      border-bottom: none; }
    aside > ol > li ol li:last-child a {
      border-bottom: 1px solid #D9E0E2; }
  aside > ol {
    padding: 20px; }
    aside > ol > li.active > a,
    aside > ol > li.active-child > a {
      background: #EF4836;
      color: #fff; }
    aside > ol > li.active > a::after {
      content: '•';
      font-size: 45px;
      line-height: 45px;
      position: absolute;
      right: 10px;
      top: 0;
      color: #fff; }
    aside > ol > li li.active > a::after,
    aside > ol > li li.active-child > a::after {
      content: '•';
      font-size: 45px;
      line-height: 45px;
      position: absolute;
      right: 10px;
      top: 0;
      color: #EF4836; }
    aside > ol:hover > li.active > a,
    aside > ol:hover > li.active-child > a {
      background: #666; }
    aside > ol:hover > li li.active > a::after,
    aside > ol:hover > li li.active-child > a::after {
      color: #666; }
    aside > ol > li:hover > a {
      background: #EF4836 !important;
      color: #fff; }
    aside > ol > li li:hover > a::after {
      content: '•';
      font-size: 45px;
      line-height: 45px;
      position: absolute;
      right: 10px;
      top: 0;
      color: #EF4836 !important; }
    aside > ol li.active ol,
    aside > ol li.active-child ol,
    aside > ol li:hover ol {
      opacity: 1; }
    aside > ol ol {
      opacity: .5; }
  aside > ol > li {
    counter-reset: drink; }
    aside > ol > li li a::before {
      counter-increment: drink;
      content: counter(drink) ". "; }

main {
  margin: 0 0 0 340px;
  padding: 0 20px 0 35px; }
  main hr {
    border: none;
    height: 1px; }

article {
  width: 100%;
  min-height: 930px;
  box-sizing: border-box;
  margin: 17px auto 50px;
  background: #fff;
  border: 1px solid #D9E0E2;
  overflow: hidden;
  padding: 50px;
  font: 16px/22px; }
  article img {
    display: block;
    margin: 15px auto 30px auto;
    max-width: 640px; }
  article img.inline {
    display: inline;
    height: 25px;
    margin-bottom: 0;
    margin-top: -7px; }
  article .serving {
    text-align: center;
    font-weight: 300; }
    article .serving::before {
      content: '('; }
    article .serving::after {
      content: ')'; }
  article .ingredients {
    margin: 20px; }
    article .ingredients li {
      list-style: none; }
  article .making {
    text-indent: 20px; }

#source {
  color: #666;
  margin: 20px;
  text-align: center; }
  #source a {
    color: inherit; }

/*# sourceMappingURL=css.css.map */