html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@page {
    margin: 10%
}

.nav-main,
.illo {
    display: none
}

body {
    padding: 10px;
    font-family: 'ff-tisa-web-pro', Georgia, serif;
    font-style: italic;
    font-weight: 300;
    font-size: 100%;
    line-height: 1.4
}

p {
    max-width: 500px;
    margin: 0 auto 15px
}

h1,
h2,
h3,
h4 {
    margin-bottom: 10px;
    line-height: 1.3;
    font-family: 'brandon-grotesque', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal
}

h1 {
    font-size: 1.6em
}

h2 {
    font-size: 1.3em
}

h3 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px dotted
}

h4 {
    font-size: 1.2em
}

small {
    font-size: .8em
}

.emoji {
    font-style: normal
}

section {
    margin-bottom: 20px
}

.hero {
    margin-bottom: 30px;
    text-align: center;
}

.hero small {
    font-style: normal
}

#intro {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px dashed;
    text-align: center
}

.menu-list {
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.menu-list h4 {
    display: none
}

.menu-list .menu-item {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

.menu-list .menu-item {
    margin-bottom: 15px
}

.menu-list .name {
    font-family: 'brandon-grotesque', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    font-size: .9em
}

.menu-list .name+.episode:before {
    content: ' / '
}

.menu-list .episode {
    font-size: .8em
}

.menu-list .description {
    display: block;
    font-size: .8em;
}

.menu-list .description ul {
    margin-top: 10px;
    margin-left: 30px;
    list-style-type: disc
}

#hors-doeuvres,
#bottomless,
#sides,
#wine,
#dessert,
#froyo-list,
#neverending-shrimp,
#shrimp,
#brunch,
#shareables {
    page-break-after: always
}

.froyo-flavors {
    -webkit-columns: 5;
    columns: 5;
    font-size: .8em;
}

.froyo-flavors li {
    margin-bottom: 5px
}

#partners h4 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: .8em;
    text-transform: uppercase
}

#partners .partner {
    font-size: .8em;
}

#partners .partner+h4 {
    margin-top: 20px
}

#partners .earth {
    margin-bottom: 30px;
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

#partners .earth>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid
}

#partners .good-place .partner-group {
    -webkit-columns: 4;
    columns: 4;
    -webkit-column-gap: 30px;
    column-gap: 30px
}

.footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dotted;
}

.footer p {
    max-width: 100%;
    font-size: .8em
}