
html { height: 100%; }
body {
  font-family: sans-serif;
  margin: 0; padding: 0;
  background-color: #ffffff;
  color: #000000;
  direction: ltr;
}
article, aside, nav, header, footer, section {
  display: block;
  margin: 0;
  padding: 0;
}
main {
  display: flex;
  flex-flow: row;
}
main > * {
  flex: 0 0 220px;
}
main > div.page {
  flex-grow: 1;
  margin: 0;
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 100vh;
}
div.page > article { flex: 1 0 auto; }
div.page > header, div.page > footer { flex: 0 1 auto; }
.pagewide {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
article {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 20em;
  background-color: #ffffff;
}
section {
  margin-top: 2.4em;
  clear: both;
}
section section {
  margin-top: 1.44em;
}
.yelp-hash-highlight {
  animation-name: yelp-hash-highlight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes yelp-hash-highlight {
  from { transform: translateY(0px) }
  25%  { transform: translateY(20px); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(10px); }
  to   { transform: translateY(0px); }
}
div.trails {
  margin: 0 -10px 0 -10px;
  padding: 0.2em 10px;
  background-color: rgb(244,244,243);
}
div.trail {
  margin: 0.2em 0;
  padding: 0 1em 0 1em;
  text-indent: -1em;
  color: #555753;
}
a.trail { white-space: nowrap; }
div.hgroup {
  margin-bottom: 0.5em;
  color: #555753;
}
section > div.inner > div.hgroup {
  margin-top: 0;
  border-bottom: solid 1px #babdb6;
}
section.links > div.inner > div.hgroup {
  border-bottom: solid 2px rgb(47,91,148);
}
section section.links > div.inner > div.hgroup {
  border: none;
}
h1, h2, h3, h4, h5, h6, h7 {
  margin: 0; padding: 0;
  color: #555753;
  font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size: 1.44em; }
h3.title, h4.title, h5.title, h6.title, h7.title { font-size: 1.2em; }
h3, h4, h5, h6, h7 { font-size: 1em; }
p { line-height: 1.44em; }
div, pre, p { margin: 0; padding: 0; }
div.contents > * + *,
th > * + *, td > * + *,
dt > * + *, dd > * + *,
li > * + * { margin-top: 1em; }
p img { vertical-align: middle; }
p.lead { font-size: 1.2em; }
div.clear {
  margin: 0; padding: 0;
  height: 0; line-height: 0;
  clear: both;
}
.center { text-align: center; }

footer.about {
  color: rgb(110,112,108);
  margin: 0;
  background-color: #ffffff;
}
footer.about > div.inner > div.hgroup {
  margin: 0; padding: 0;
  text-align: center;
  border: none;
}
footer.about > div.inner > div.hgroup > h2 {
  margin: 0; padding: 0.2em;
  font-size: inherit;
}
footer.about.ui-expander > div.inner > div.hgroup span.title:before {
  content: "";
}
div.copyrights {
  max-width: 700px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
div.copyright { margin: 0; }
div.credits {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 720px;
  margin: 0 auto;
}
div.credits > * {
  vertical-align: top;
  text-align: left;
  flex: 1 0 220px;
  margin: 0;
  padding: 10px;
}
div.credits > *:empty { padding: 0 10px; height: 0; }
ul.credits, ul.credits li {
  margin: 0; padding: 0;
  list-style-type: none;
}
ul.credits li {
  margin-left: 1em;
  text-indent: -1em;
}
div.license {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
}

table {
  border-collapse: collapse;
  border-color: #babdb6;
  border-width: 1px;
}
td, th {
  padding: 0.5em;
  vertical-align: top;
  border-color: #babdb6;
  border-width: 1px;
}
thead td, thead th, tfoot td, tfoot th {
  font-weight: bold;
  color: #555753;
  background-color: rgb(233,233,231);
}
th {
  text-align: left;
  font-weight: bold;
  color: #555753;
}

ul, ol, dl { margin: 0; padding: 0; }
li {
  margin: 1em 0 0 0;
  margin-left: 2.4em;
  padding: 0;
}
li:first-child { margin-top: 0; }
@media (max-width: 480px) {
  li {
    margin-left: 1.44em;
  }
}
dt { margin-top: 1em; }
dt:first-child { margin-top: 0; }
dt + dt { margin-top: 0; }
dd {
  margin: 0.2em 0 0 0;
  margin-left: 1.44em;
}
dd + dd { margin-top: 1em; }
ol.compact li { margin-top: 0.2em; }
ul.compact li { margin-top: 0.2em; }
ol.compact li:first-child { margin-top: 0; }
ul.compact li:first-child { margin-top: 0; }
dl.compact dt { margin-top: 0.2em; }
dl.compact dt:first-child { margin-top: 0; }
dl.compact dt + dt { margin-top: 0; }

a {
  text-decoration: none;
  color: rgb(47,91,148);
}
a:visited { color: rgb(105,72,111); }
a:hover {
  border-bottom: dotted 1px rgb(47,91,148);
}
p a {
  border-bottom: dotted 1px rgb(47,91,148);
}
a img { border: none; }

.yelp-svg-fill {
  fill: #555753;
}
.yelp-svg-stroke {
  stroke: #555753;
}
div.title {
  margin: 0 0 0.2em 0;
  font-weight: bold;
  color: #555753;
}
div.title h1, div.title h2, div.title h3, div.title h4, div.title h5, div.title h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
div.desc { margin: 0 0 0.2em 0; }
div.contents + div.desc { margin: 0.2em 0 0 0; }
pre.contents {
  padding: 0.5em 1em 0.5em 1em;
}
div.links-center { text-align: center; }
div.links .desc { color: rgb(110,112,108); }
div.links > div.inner > div.region > div.desc { font-style: italic; }
div.links ul { margin: 0; padding: 0; }
div.links ul ul {
  margin-left: 1em;
}
li.links {
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  list-style-type: none;
}
div.sectionlinks {
  display: inline-block;
  padding: 0 1em 0 1em;
  background-color: rgb(241,244,249);
  border: solid 1px rgb(47,91,148);
}
div.sectionlinks ul { margin: 0; }
div.sectionlinks li { padding: 0; }
div.sectionlinks div.title { margin: 0.5em 0 0.5em 0; }
div.sectionlinks div.sectionlinks {
  display: block;
  margin: 0.5em 0 0 0;
  padding: 0;
  border: none;
}
div.sectionlinks div.sectionlinks li {
  padding-left: 1.44em;
}
nav.prevnext { clear: both; }
div.region > nav.prevnext, div.region + nav.prevnext { margin-top: 1em; }
nav.prevnext > div.inner { float: right; }
nav.prevnext > div.inner > * {
  background-color: rgb(244,244,243);
  display: inline-block;
  position: relative;
  height: 1.44em;
  padding: 0.2em 0.83em 0 0.83em;
  margin-bottom: 1em;
  border: solid 1px #babdb6;
}
nav.prevnext > div.inner > span { visibility: hidden; }
nav.prevnext > div.inner > a + a {
  border-left: none;
}
nav.prevnext > div.inner > a:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
nav.prevnext > div.inner > a:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.serieslinks {
  display: inline-block;
  padding: 0 1em 0 1em;
  background-color: rgb(241,244,249);
  border: solid 1px rgb(47,91,148);
}
div.serieslinks ul { margin: 0; }
div.serieslinks li { padding: 0; }
div.serieslinks div.title { margin: 0.5em 0 0.5em 0; }
pre.numbered {
  margin: 0;
  padding: 0.5em;
  float: left;
  margin-right: 0.5em;
  text-align: right;
  color: rgb(110,112,108);
  background-color: rgb(253,249,241);
}
div.code {
  border: solid 1px #babdb6;
}
div.example {
  border-left: solid 4px #babdb6;
  padding-left: 1em;
}
div.example > div.inner > div.region > div.desc { font-style: italic; }
div.figure {
  display: inline-block;
  max-width: 100%;
  margin-left: 1.72em;
}
div.figure > div.inner {
  padding: 4px;
  color: #555753;
  border: solid 1px #babdb6;
  background-color: rgb(244,244,243);
}
@media (max-width: 960px) {
  div.figure {
    margin-left: 0;
  }
}
a.figure-zoom {
  float: right;
}
a.figure-zoom:hover { border-bottom: none; }
a.figure-zoom:hover .yelp-svg-fill { fill: #3465a4; }
a.figure-zoom:hover .yelp-svg-stroke { stroke: #3465a4; }
a.figure-zoom .figure-zoom-out { display: none; }
a.figure-zoom.figure-zoomed .figure-zoom-in { display: none; }
a.figure-zoom.figure-zoomed .figure-zoom-out { display: inline-block; }
div.figure > div.inner > div.region > div.contents {
  margin: 0;
  padding: 0.5em 1em 0.5em 1em;
  clear: both;
  text-align: center;
  color: #000000;
  border: solid 1px #babdb6;
  background-color: #ffffff;
}
div.list > div.inner > div.title { margin-bottom: 0.5em; }
div.listing > div.inner { margin: 0; padding: 0; }
div.listing > div.inner > div.region > div.desc { font-style: italic; }
div.note {
  padding: 6px;
  border: solid 1px rgb(233,233,231);
  background-color: rgb(244,244,243);
  display: flex;
  flex-flow: row;
}
div.note > * { margin: 0 6px; padding: 0; min-height: 24px; }
div.note-warning > svg .yelp-svg-fill {
  fill: #cc0000;
}
div.note-danger {
  border-color: #cc0000;
}
div.note-important > svg .yelp-svg-fill {
  fill: #3465a4;
}
div.note-danger > svg .yelp-svg-fill {
  fill: #cc0000;
  animation-name: yelp-note-danger;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes yelp-note-danger {
  from { fill: #cc0000 }
  50%  { fill: #babdb6 }
  to   { fill: #cc0000 }
}
div.note-sidebar {
  float: right;
  max-width: 206px;
  margin-left: 20px;
  padding: 6px;
}
div.quote {
  padding: 0;
  min-height: 48px;
}
div.quote > div.inner:before {
  float: left;
  content: '“';
  font-family: "Century Schoolbook L";
  font-size: 48px;
  font-weight: bold;
  line-height: 1em;
  margin: 0; padding: 0;
  height: 48px;
  width: 48px;
  text-align: center;
  color: rgb(233,233,231);
}
div.quote > div.inner > div.title {
  margin: 0;
  margin-left: 48px;
}
blockquote {
  margin: 0; padding: 0;
  margin-left: 48px;
}
blockquote > *:first-child { margin-top: 0; }
div.quote > div.inner > div.region > div.cite {
  margin-top: 0.5em;
  margin-left: 48px;
  color: rgb(110,112,108);
}
div.quote > div.inner > div.region > div.cite::before {
  
  content: '― ';
  color: rgb(110,112,108);
}
div.screen {
  background-color: rgb(244,244,243);
  border: solid 1px #babdb6;
}
ol.steps, ul.steps {
  padding: 0.5em 1em 0.5em 1em;
  border-left: solid 4px #fcaf3e;
  box-shadow: 0 1px 2px #babdb6;
}
ol.steps .steps {
  padding: 0;
  border: none;
  background-color: unset;
  box-shadow: none;
}
li.steps { margin-left: 1.44em; }
li.steps li.steps { margin-left: 2.4em; }
div.synopsis > div.inner > div.region > div.contents,
div.synopsis > div.contents, div.synopsis > pre.contents {
  padding: 0.5em 1em 0.5em 1em;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: rgb(47,91,148);
  background-color: rgb(244,244,243);
}
div.synopsis > div.inner > div.region > div.desc { font-style: italic; }
div.synopsis div.code {
  background: unset;
  border: none;
  padding: 0;
}
div.synopsis div.code > pre.contents { margin: 0; padding: 0; }
div.unknown > div.inner > div.region > div.desc { font-style: italic; }
div.table > div.desc { font-style: italic; }
tr.shade {
  background-color: rgb(244,244,243);
}
td.shade {
  background-color: rgb(244,244,243);
}
tr.shade td.shade {
  background-color: rgb(233,233,231);
}

span.app { font-style: italic; }
span.cmd {
  font-family: monospace,monospace; font-size: 0.83em;
  background-color: rgb(244,244,243);
  padding: 0 0.2em 0 0.2em;
}
span.cmd span.cmd { background-color: unset; padding: 0; }
pre span.cmd { background-color: unset; padding: 0; }
span.code {
  font-family: monospace,monospace; font-size: 0.83em;
  border-bottom: solid 1px rgb(233,233,231);
}
span.code span.code { border: none; }
pre span.code { border: none; }
span.em { font-style: italic; }
span.em-bold {
  font-style: normal; font-weight: bold;
  color: #555753;
}
pre span.error {
  color: rgb(184,0,0);
}
span.file { font-family: monospace,monospace; font-size: 0.83em; }
span.gui, span.guiseq { color: #555753; }
span.input { font-family: monospace,monospace; font-size: 0.83em; }
pre span.input {
  font-weight: bold;
  color: #555753;
}
kbd {
  font-family: inherit;
  font-size: inherit;
  color: #555753;
  background-color: rgb(244,244,243);
  border: solid 1px #babdb6;
  border-radius: 2px;
  box-shadow: 1px 1px 2px #babdb6;
  margin: 0 0.2em 0 0.2em;
  padding: 0.2em 0.5em 0 0.5em;
  white-space: nowrap;
}
kbd.key-Fn {
  font-weight: bold;
  color: rgb(47,91,148);
}
span.key a {
  border-bottom: none;
}
a > kbd {
  color: rgb(47,91,148);
  border-color: rgb(47,91,148);
}
span.keyseq {
  color: #555753;
  white-space: nowrap
}
span.output { font-family: monospace,monospace; font-size: 0.83em; }
pre span.output {
  color: #000000;
}
pre span.prompt {
  color: #555753;
}
span.sys { font-family: monospace,monospace; font-size: 0.83em; }
span.var { font-style: italic; }

.ui-tile-img .media-controls { display: none; }
span.media-audio, span.media-video { display: inline-block; }
audio, video { display: block; margin: 0; }
div.media > div.inner { display: inline-block; text-align: center; }
.media-controls {
  min-width: 24em;
  height: 24px;
  margin: 0; padding: 0;
  border-left: solid 1px #000000;;
  border-right: solid 1px #000000;;
  border-bottom: solid 1px #000000;;
  background-color: #555753;
  color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
}
.media-audio .media-controls {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.media-controls > * {
  flex: 0 1 auto;
}
.media-controls > input.media-range {
  flex: 1 0 auto;
  background-color: #555753;
  margin: 0 10px;
  -webkit-appearance: none;
}
input.media-range::-webkit-slider-runnable-track {
  height: 4px;
  background: rgb(110,112,108);
  border-radius: 2px;
}
input.media-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: rgb(233,233,231);
  border: solid 1px #555753;
  margin-top: -6px;
}
input.media-range::-webkit-slider-thumb:hover,
input.media-range::-webkit-slider-thumb:focus {
  background: rgb(244,244,243);
}
input.media-range::-moz-range-track {
  height: 4px;
  background: rgb(110,112,108);
  border-radius: 2px;
}
input.media-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: rgb(233,233,231);
  border: solid 1px #555753;
  margin-top: -6px;
}
.media-controls-audio {
  border-top: solid 1px #000000;;
  border-radius: 4px;
}
button.media-play {
  height: 24px;
  padding: 0 2px 0 2px; line-height: 0;
  background-color: #555753;
  border: none;
  border-right: solid 1px #000000;;
}
button.media-play:hover, button.media-play:focus {
  background-color: rgb(47,91,148);
}
button.media-play .yelp-svg-fill { fill: rgb(244,244,243); }
button.media-play .media-pause { display: none; }
button.media-play-playing .media-play { display: none; }
button.media-play-playing .media-pause { display: inline; }
.media-time {
  margin: 0;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
}
.media-time > span {
  padding-right: 8px;
}
.media-duration {
  font-size: 12px;
  color: rgb(233,233,231);
  opacity: 0.8;
}
div.media-ttml { margin: 0; padding: 0; }
.media-ttml-pre { white-space: pre; }
.media-ttml-nopre { white-space: normal; }
div.media-ttml-div {
  text-align: left;
  display: none;
  margin: 0; padding: 0;
}
div.media-ttml-p {
  text-align: left;
  display: none;
  margin: 6px auto 0 auto;
  padding: 6px;
  max-width: 24em;
  border: solid 1px rgb(134,94,33);
  background-color: rgb(253,249,241);
  box-shadow: 2px 2px 4px #babdb6;
}
div.yelp-data { display: none; }
.ui-expander > div.inner > div.title span.title,
.ui-expander > div.inner > div.hgroup span.title {
  cursor: default;
}
.ui-expander > div.inner > div.title span.title:before,
.ui-expander > div.inner > div.hgroup span.title:before {
  font-weight: bold;
  content: "⌃";
  display: inline-block;
  margin: 0;
  color: rgb(47,91,148);
  transform: translateY(0.2em) rotate(0deg);
  -webkit-transform: translateY(0.2em) rotate(0deg);
  transition: transform 0.2s linear;
  transform-origin: 50% 30%;
  -webkit-transform-origin: 50% 30%;
  -webkit-transition: -webkit-transform 0.2s linear;
  margin: 0 0.2em;
}
.ui-expander-c > div.inner > div.hgroup { border-bottom: none; }
.ui-expander-e > div.inner > div.title span.title:before,
.ui-expander-e > div.inner > div.hgroup span.title:before {
  transform: translateY(0.2em) rotate(180deg);
  -webkit-transform: translateY(0.2em) rotate(180deg);
}
.ui-expander > div.inner > div.title:hover,
.ui-expander > div.inner > div.hgroup:hover * {
  color: rgb(47,91,148);
}
.ui-expander > div.inner > div.hgroup > .subtitle {
  margin-left: 2em;
}
.ui-expander-c > div.inner > div.region {
  display: none;
}
.ui-expander-e > div.inner > div.region {
  animation-name: yelp-ui-expander-e;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  transform-origin: 0 0;
}
@keyframes yelp-ui-expander-e {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

@media only screen and (max-width: 480px) {
  article > div.region > div.contents > div.example,
  article > div.region > section > div.inner > div.region > div.contents > div.example {
    margin-left: -10px;
    margin-right: -10px;
  }
  div.example {
    padding-left: 6px;
    padding-right: 10px;
  }
  article > div.region > div.contents > div.note,
  article > div.region > section > div.inner > div.region > div.contents > div.note {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  article > div.region > div.contents > div.note,
  article > div.region > section > div.inner > div.region > div.contents > div.note {
    border-left: none;
    border-right: none;
  }
  div.note-sidebar {
    float: none;
    max-width: none;
    margin-left: inherit;
    margin-right: inherit;
    padding-left: inherit;
    padding-right: inherit;
  }
  div.note-sidebar > div.inner > div.title,
  div.note-sidebar > div.inner > div.region > div.contents {
    margin-left: 10px;
    margin-right: 10px;
  }
  article > div.region > div.contents > div.steps,
  article > div.region > section > div.inner > div.region > div.contents > div.steps {
    margin-left: -10px;
    margin-right: -10px;
  }
  div.steps > div.inner > div.title {
    margin-left: 10px;
    margin-right: 10px;
  }
  ol.steps, ul.steps {
    box-shadow: none;
    padding: 0;
    padding-left: 6px;
    padding-right: 10px;
  }
}

.hljs a {
  color: inherit;
  border-bottom: dotted 1px rgb(47,91,148);
}
.hljs a:hover, .hljs a:hover * { color: rgb(47,91,148); }
.hljs-addition {
  color: rgb(69,124,13);
  background-color: rgb(236,249,224);
}
.hljs-deletion {
  color: rgb(184,0,0);
  background-color: rgb(253,244,244);
}
.hljs-emphasis  { font-style: italic; }
.hljs-strong    { font-weight: bold; }
.hljs-attr      { color: rgb(47,91,148); }
.hljs-attribute { color: rgb(134,94,33); }
.hljs-built_in  { color: rgb(161,79,0); }
.hljs-bullet    { color: rgb(69,124,13); }
.hljs-class     { }
.hljs-code      { }
.hljs-comment   { color: rgb(110,112,108); }
.hljs-doctag    { }
.hljs-formula   { color: #555753; }
.hljs-function  { }
.hljs-keyword   { color: rgb(105,72,111); }
.hljs-link      { color: rgb(161,79,0); }
.hljs-literal   { color: rgb(161,79,0); }
.hljs-meta      { color: rgb(161,79,0); }
.hljs-name      { color: rgb(184,0,0); }
.hljs-number    { color: rgb(161,79,0); }
.hljs-params    { color: rgb(161,79,0); }
.hljs-quote     { color: rgb(110,112,108); }
.hljs-regexp    { color: rgb(184,0,0); }
.hljs-rest_arg  { }
.hljs-section   { color: rgb(47,91,148); }
.hljs-string    { color: rgb(69,124,13); }
.hljs-subst     { }
.hljs-symbol    { color: rgb(69,124,13); }
.hljs-tag       { color: rgb(184,0,0); }
.hljs-title     { color: rgb(47,91,148); }
.hljs-type      { }
.hljs-variable  { }
.hljs-selector-attr  { }
.hljs-selector-class { color: rgb(184,0,0); }
.hljs-selector-id    { color: rgb(184,0,0); }
.hljs-selector-tag   { color: rgb(105,72,111); }
.hljs-template-tag      { }
.hljs-template-variable { }


div.links .desc a {
  color: inherit;
}
div.links .desc a:hover {
  color: rgb(47,91,148);
}
a.bold { font-weight: bold; }


div.link-button {
  font-size: 1.2em;
  font-weight: bold;
}
.link-button a {
  display: inline-block;
  background-color: #3465a4;
  color: #ffffff;
  text-shadow: rgb(47,91,148) 1px 1px 0px;
  border: solid 1px rgb(47,91,148);
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-radius: 2px;
}
.link-button a:visited {
  color: #ffffff;
}
.link-button a:hover {
  text-decoration: none;
  color: #ffffff;
  box-shadow: 1px 1px 1px #3465a4;
}
div.link-button a .desc {
  display: block;
  font-weight: normal;
  font-size: 0.83em;
  color: rgb(244,244,243);
}


div.floatleft {
  float: left;
  margin-right: 1em;
}
div.floatright {
  float: right;
  margin-left: 1em;
}
div.floatstart {
  float: left;
  margin-right: 1em;
}
div.floatend {
  float: right;
  margin-left: 1em;
}


div.title-heading h1, div.title-heading h2, div.title-heading h3,
div.title-heading h4, div.title-heading h5, div.title-heading h6 {
  font-size: 1.72em;
  font-weight: bold;
}
ul.links-heading > li { margin: 2em 0 2em 0; padding: 0; }
div.links-heading > a { font-size: 1.72em; font-weight: bold; }
ul.links-heading > li > div.desc { margin-top: 0.5em; }

div.links-uix-hover {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
ul.links-uix-hover { flex-grow: 1; }
ul.links-uix-hover li { margin: 0; padding: 0; }
ul.links-uix-hover a {
  display: block;
  padding: 8px 1.2em;
  border-bottom: none;
}
ul.links-uix-hover a:hover, ul.links-uix-hover a:focus {
  background: rgb(241,244,249);
}
ul.links-uix-hover img {
  display: block;
  position: absolute;
  top: 0; left: 0;
  visibility: hidden;
  opacity: 0.0;
  transition: opacity 0.6s, visibility 0.6s;
}
ul.links-uix-hover a:hover img, ul.links-uix-hover a:focus img {
  visibility: visible;
  opacity: 1.0;
  transition: opacity 0.2s, visibility 0.2s;
}
@media only screen and (max-width: 480px) {
  div.links-uix-hover-img { display: none; }
  ul.links-uix-hover img { display: none; }
  ul.links-uix-hover li {
    margin-left: -10px; margin-right: -10px;
  }
  ul.links-uix-hover li a {
    padding: 10px;
  }
}


div.ui-overlay-screen {
  position: fixed;
  margin: 0;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: #555753;
  animation-name: yelp-overlay-screen;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes yelp-overlay-screen {
  from { opacity: 0.0; }
  to   { opacity: 0.6; }
}
div.ui-overlay {
  display: none;
  position: fixed;
  text-align: center;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
div.ui-overlay-show {
  animation-name: yelp-overlay-slide;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes yelp-overlay-slide {
  from { transform: translateY(-400px) translateX(-50%); }
  to   { transform: translateY(0) translateX(-50%); }
}
div.ui-overlay > div.inner {
  display: inline-block;
  padding: 8px;
  background-color: rgb(244,244,243);
  border: solid 1px #555753;
  box-shadow: 0 2px 4px #555753;
  border-radius: 6px;
  text-align: left;
}
div.ui-overlay img, div.ui-overlay video {
  max-height: 80vh;
  max-width: 90vw;
}
div.ui-overlay > div.inner > div.title { margin-top: -4px; }
a.ui-overlay-close {
  display: block;
  float: right;
  width: 23px; height: 23px;
  font-size: 18px; line-height: 23px;
  font-weight: bold;
  margin-top: -28px;
  margin-right: -24px;
  padding: 1px 2px 3px 2px;
  text-align: center;
  border: none;
  border-radius: 50%;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-corner at 50% 30%, #555753, #000000);
  border: 3px solid #ffffff; 
  color: #ffffff;
  box-shadow: 0 2px 2px #000000;
  text-shadow: 0 2px 2px #000000;
}


div.links-tiles {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: stretch;
  vertical-align: top;
  clear: both;
  margin: 0 -10px;
}
div.links-tile {
  flex: 1 0 300px;
  vertical-align: top;
  margin: 0;
  padding: 10px;
}
div.links-tile:empty { padding: 0 10px; height: 0; }
div.links-tile > a {
  display: block;
  vertical-align: top;
  padding: 9px;
  border-radius: 6px;
  border: solid 1px #ffffff;
}
div.links-tile > a:hover {
  border: solid 1px rgb(241,244,249);
  box-shadow: 0 1px 2px #3465a4;
}
div.links-tile > a > span.links-tile-img {
  display: block;
  text-align: center;
  max-width: 360px;
}
div.links-tile > a > span.links-tile-img > img {
  width: 100%;
  border-radius: 3px;
}
div.links-tile > a > span.links-tile-text > span.title {
  display: block;
  font-weight: bold;
}
div.links-tile > a > span.links-tile-text > * + span.title {
  margin-top: 0.5em;
}
div.links-tile > a > span.links-tile-text > span.desc {
  display: block;
  margin: 0.2em 0 0 0;
  color: #555753;
}


div.links-grid-container {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  vertical-align: top;
  clear: both
}
div.links-grid {
  flex: 1 0 300px;
  padding: 10px;
}
div.links-grid:empty { padding: 0 10px; height: 0; }
div.links-grid-link { font-weight: bold; }
div.links-grid > div.desc {
  margin: 0.2em 0 0 0;
  color: #555753;
}



div.links-norwich {
  width: 900px;
}
div.links-norwich-primary {
  float: left;
  vertical-align: top;
  margin: 0; padding: 0;
}
div.links-norwich-big {
  vertical-align: top;
  display: inline-block;
  background: rgb(241,244,249);
  background: radial-gradient(ellipse 800px 1200px at 100% 20px, rgb(241,244,249), #3465a4);
  margin: 0 20px 20px 0;
}
div.links-norwich-big + div.links-norwich-big {
  background: rgb(253,249,241);
  background: radial-gradient(ellipse 800px 1200px at 100% 20px, rgb(253,249,241), #fcaf3e);
}
div.links-norwich-big a {
  display: block;
  width: 230px;
  height: 500px;
  height: 320px;
  padding: 9px;
  font-size: 1.2em;
  color:  #000000;
  border: solid 1px #3465a4;
  background-repeat: no-repeat;
  background-position: right -80px bottom -80px;
}
div.links-norwich-big a:hover {
  border: solid 1px #3465a4;
  box-shadow: 2px 2px 2px #3465a4;
}
div.links-norwich-big a span.title {
  font-size: 1.2em;
  font-weight: bold;
}
div.links-norwich-big a .desc {
  color:  #000000;
  font-weight: normal;
}
div.links-norwich-secondary {
  vertical-align: top;
  margin: 0; padding: 0;
}
div.links-norwich-small {
  display: inline-block;
  vertical-align: top;
  background: rgb(244,244,243);
  margin: 0 20px 20px 0;
}
div.links-norwich-small a {
  display: block;
  width: 140px;
  height: 140px;
  padding: 9px;
  font-weight: bold;
  color:  #000000;
  border: solid 1px #babdb6;
  background-repeat: no-repeat;
  background-position: right 4px bottom 4px;
}
div.links-norwich-small a:hover {
  border: solid 1px #babdb6;
  box-shadow: 2px 2px 2px #3465a4;
}
@media only screen and (max-width: 900px) {
  div.links-norwich {
    width: 720px;
  }
}
@media only screen and (max-width: 720px) {
  div.links-norwich {
    width: 540px;
  }
}
@media only screen and (max-width: 540px) {
  div.links-norwich {
    width: 100%;
  }
  div.links-norwich-big {
    width: 100%;
    margin-right: 0;
  }
  div.links-norwich-big a {
    width: auto;
  }
}


div.links-divs {
  margin-left: -10px;
  margin-right: -10px;
}
a.linkdiv {
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: none;
}
a.linkdiv:hover {
  text-decoration: none;
  background-color: rgb(241,244,249);
}
a.linkdiv > span.title {
  display: block;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  color: inherit;
}
a.linkdiv > span.desc {
  display: block;
  margin: 0.2em 0 0 0;
  color: #555753;
}
span.linkdiv-dash { display: none; }
div.links-twocolumn {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  vertical-align: top;
  margin-left: -10px;
  margin-right: -10px;
}
div.links-twocolumn > div.links-divs {
  flex: 1 0 320px;
  vertical-align: top;
  margin: 0;
}


div.comment {
  padding: 0.5em;
  border: solid 2px #cc0000;
  background-color: rgb(253,244,244);
}
div.comment div.comment {
  margin: 1em 1em 0 1em;
}
div.comment div.cite {
  margin: 0 0 0.5em 0;
  font-style: italic;
}


div.tree > div.inner > div.title { margin-bottom: 0.5em; }
ul.tree {
  margin: 0; padding: 0;
  list-style-type: none;
}
li.tree { margin: -2px 0 0 0; padding: 0; }
li.tree div { margin: 0; padding: 0; }
ul.tree ul.tree {
  margin-left: 1.44em;
}
div.tree-lines ul.tree { margin-left: 0; }


span.hi {
  background-color: rgb(253,249,241);
}


dt.gloss-term {
  margin-top: 1.2em;
  font-weight: bold;
  color: #555753;
}
dt.gloss-term:first-child, dt.gloss-term + dt.gloss-term { margin-top: 0; }
dt.gloss-term + dd { margin-top: 0.2em; }
dd.gloss-link {
  margin: 0 0.2em 0 0.2em;
  border-left: solid 4px #3465a4;
  padding-left: 1em;
}
dd.gloss-def {
  margin: 0 0.2em 1em 0.2em;
  border-left: solid 4px #babdb6;
  padding-left: 1em;
}
a.gloss-term {
  position: relative;
  border-bottom: dashed 1px #3465a4;
}
a.gloss-term:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
span.gloss-desc {
  display: none;
  position: absolute;
  z-index: 100;
  margin: 0;
  left: 0;
  top: 1.2em;
  padding: 0.2em 0.5em 0.2em 0.5em;
  min-width: 12em;
  max-width: 24em;
  overflow: hidden;
  color: #555753;
  background-color: rgb(253,249,241);
  border: solid 1px #fcaf3e;
  box-shadow: 2px 2px 4px #babdb6;
}
a.gloss-term:hover span.gloss-desc, a.gloss-term:focus span.gloss-desc {
  display: inline-block;
  animation-name: yelp-gloss-fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes yelp-gloss-fade {
  from { opacity: 0.0; }
  to   { opacity: 1.0; }
}


.if-if { display: none; }
.if-choose, .if-when, .if-else { margin: 0; padding: 0; }
.if-choose > .if-when { display: none; }
.if-choose > .if-else { display: block; }
.if-if.if__not-target-mobile { display: block; }
.if-choose.if__not-target-mobile > .if-when { display: block; }
.if-choose.if__not-target-mobile > .if-else { display: none; }
@media only screen and (max-width: 480px) {
  .if-if.if__target-mobile { display: block; }
  .if-if.if__not-target-mobile { display: none; }
  .if-choose.if__target-mobile > .if-when { display: block; }
  .if-choose.if__target-mobile > .if-else { display: none; }
  .if-choose.if__not-target-mobile > .if-when { display: none; }
  .if-choose.if__not-target-mobile > .if-else { display: block; }
}

body {
  font-family: 'Lato', sans;
  font-size: 14px;
}
div.top {
  width: 100%;
  margin: 0;
  padding-top: 20px;
  background: #2e3436 url(noise.png);
  color: #eeeeec;
}
div.top > div.contents {
  max-width: 960px;
  margin: 0 auto 0 auto;
  padding: 0 0 10px 0;
  border-bottom: solid 6px #fcaf3e;
}
div.top img {
  float: left;
  margin: 4px 10px 0 10px;
}
div.top-mallard {
  font-family: Bitter;
  font-weight: bold;
  font-size: 74px;
  line-height: 0.83em;
  margin: 0;
  padding-left: 100px;
}
div.top-tagline {
  font-family: 'Special Elite';
  font-weight: normal;
  margin: 8px 0 0 0;
  font-size: 22px;
  line-height: 1em;
  padding-left: 100px;
}
div.top a {
  text-decoration: none;
  border: none;
  color: #eeeeec;
  text-shadow: 2px 2px 0 #1c1f20;
}
@media only screen and (max-width: 480px) {
  div.top img { display: none; }
  div.top-mallard, div.top-tagline { padding-left: 10px; }
}
div.editongithub {
  float: right;
  margin: -1.5em 0 0 0;
}
div.editongithub a {
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  color: #eeeeec;
  color: #d3d7cf;
  text-shadow: 1px 1px 0 #1c1f20;
}
div.editongithub a:hover {
  border: none;
  background: #3465a4 url(noiseblue.png);
  color: white;
}
@media only screen and (max-width: 600px) {
  div.editongithub { display: none; }
}
div.trails {
  font-size: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}
div.pmo-jump {
  max-width: 300px;
  margin: 1em 20px 0 0;
  padding: 0;
  vertical-align: top;
  float: left;
}
div.pmo-jump-right {
  margin-right: 0;
}
@media only screen and (max-width: 960px) {
  div.pmo-jump {
    float: none;
    max-width: 620px;
    margin: 1em 0 0 0;
  }
  div.pmo-jump-right {
    margin-top: 0;
  }
}
div.pmo-jump li {
  margin: 1em 0 2em 0;
  padding: 0;
  list-style: none;
  min-height: 4em;
}
div.pmo-jump-top {
  margin: 2em 0 0 0;
  max-width: 620px;
  float: none;
}
div.pmo-jump-top ul {
  max-width: 300px;
  margin: 0 auto;
}
div.pmo-jump-top li {
  min-height: none;
  margin: 0;
}
div.pmo-jump li a {
  border-bottom: none;
  vertical-align: top;
  display: block;
  color: #3465a4;
  line-height: 1em;
}
div.pmo-jump li a > span {
  color: #888a85;
  display: block;
  margin-top: 4px;
  padding-left: 48px;
  font-size: 0.83em;
  text-align: left;
}
div.pmo-jump li a > span.em {
  color: #3465a4;
  margin-top: 0;
  font-size: 1em;
}
div.pmo-jump li a:hover > span {
  color: #729fcf;
}
div.pmo-jump li a:hover > span.em {
  color: #3465a4;
}
div.pmo-jump li a:before {
  font-family: FontAwesome;
  font-size: 40px;
  width: 40px;
  text-align: center;
  margin-top: 8px;
  margin-right: 8px;
  vertical-align: top;
  float: left;
}
li.pmo-jump-event a:before {
  content: "";
}
li.pmo-jump-about a:before {
  content: "";
}
li.pmo-jump-learn a:before {
  content: "";
}
li.pmo-jump-download a:before {
  content: "";
}
li.pmo-jump-contact a:before {
  content: "";
}
li.pmo-jump-mep a:before {
  content: "";
}
li.pmo-jump-issues a:before {
  content: "";
}

h1, h2, h3, h4, h5, h6, h7 { font-family: 'Lato', sans; font-weight: normal; }
h1.title { font-size: 48px; }
h2.title { font-size: 36px; }
h3.title { font-size: 24px; }
p { max-width: 62em; text-align: justify; }
a img { border: none; }
@media only screen and (max-width: 400px) {
  h1.title { font-size: 36px; }
  h2.title { font-size: 30px; }
  h3.title { font-size: 24px; }
  p { text-align: left; }
}
div.code {
  background-color: #fafaf8;
  background-size: 30px 30px;
  background-image:
  linear-gradient(
    rgba(136, 138, 133, .05), rgba(136, 138, 133, .05) 1px,
    transparent 1px, transparent),
  linear-gradient(90deg,
    rgba(136, 138, 133, .05), rgba(136, 138, 133, .05) 1px,
    transparent 1px, transparent),
  linear-gradient(
    transparent, transparent 15px,
    rgba(136, 138, 133, .1) 15px, rgba(136, 138, 133, .1) 16px,
    transparent 16px, transparent),
  linear-gradient(90deg,
    transparent, transparent 15px,
    rgba(136, 138, 133, .1) 15px, rgba(136, 138, 133, .1) 16px,
    transparent 16px, transparent);
}
span.hi { background: rgb(253,234,205); }
div.bottom {
  background: #2e3436 url(noise.png);
  color: #d3d7cf;
  text-shadow: 1px 1px 0 #1c1f20;
  padding: 0;
}
div.bottom a {
  color: #d3d7cf;
}
div.bottom a:hover {
  color: #eeeeec;
  border-bottom: none;
}
div.bottom > div.contents {
  background: url(duckbg.png) repeat-y;
  background-position: center 6px;
  max-width: 760px;
  margin: 0 auto 0 auto;
  padding: 1px 0 10px 0;
}
div.bottom-badge {
  margin: 1em;
  text-align: center;
  clear: both;
}
div.bottom-badge div.contents {
  display: inline-block;
  max-width: 400px;
  margin-top: 6px;
  padding: 6px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #555753;
  text-shadow: none;
  box-shadow: inset 1px 1px 1px #555753;
  -webkit-box-shadow: inset 1px 1px 1px #555753;
}
div.bottom-badge div.contents a {
  color: rgb(47,91,148);
  border: none;
}
div.bottom-badge p {
  text-align: center;
}
div.bottom-badge.ui-expander > div.inner > div.title {
  color: #d3d7cf;
  font-weight: normal;
}
div.bottom-badge.ui-expander > div.inner > div.title:hover {
  color: #eeeeec;
}
div.bottom-badge.ui-expander > div.inner > div.title > span.title:before {
  color: inherit;
}
div.pmo-twitter {
  float: right;
  margin: 0 0 0 20px;
  width: 300px;
  padding: 0;
  height: 420px;
}
@media only screen and (max-width: 600px) {
  div.pmo-twitter { display: none; }
}
div.pmo-twitter > a {
  display: none;
}
div.pmo-twitter + p {
  margin: 0;
}

body.pmo-splash p {
  font-size: 18px;
}
body.pmo-splash article > div.region > section > div.inner > div.hgroup {
  border-bottom: none;
  text-align: center;
}
body.pmo-splash section#happy {
  border-top: solid 1px #204a87;
  border-bottom: solid 1px #204a87;
  background-size: 30px 30px;
  background-color: #3465a4;
  background-image:
  linear-gradient(
    rgba(255, 255, 255, .05), rgba(255, 255, 255, .05) 1px,
    transparent 1px, transparent),
  linear-gradient(90deg,
    rgba(255, 255, 255, .05), rgba(255, 255, 255, .05) 1px,
    transparent 1px, transparent),
  linear-gradient(
    transparent, transparent 15px,
    rgba(255, 255, 255, .1) 15px, rgba(255, 255, 255, .1) 16px,
    transparent 16px, transparent),
  linear-gradient(90deg,
    transparent, transparent 15px,
    rgba(255, 255, 255, .1) 15px, rgba(255, 255, 255, .1) 16px,
    transparent 16px, transparent);
  color: white;
  text-shadow: 1px 1px 0 #204a87;
}
body.pmo-splash section#happy > div.inner {
  padding: 20px 0 40px 0;
  background-image: linear-gradient(90deg,
    transparent, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.1) 70%, transparent);
}
body.pmo-splash section#happy h2 {
  font-family: Bitter;
  font-weight: bold;
  color: white;
}
body.pmo-splash section#happy li {
  margin-left: 1em;
}
body.pmo-splash section#happy a {
  color: #b2d8ff;
  border-bottom: none;
  transition: text-shadow 1s;
}
body.pmo-splash section#happy a:hover {
  text-shadow: 1px 1px 0 #204a87, 0 0 4px #204a87, 0 0 12px white;
}
body.pmo-splash section#specs div.list {
  margin-top: 0;
  margin-bottom: 16px;
}
body.pmo-splash section#specs li.list {
  display: inline-block;
  background: #3465a4 url(noiseblue.png);
  border-radius: 4px;
  margin: 0 10px 10px 0;
  padding: 0;
}
body.pmo-splash section#specs li a {
  background: url(duckbg.png) repeat-y;
  display: block;
  width: 240px;
  border: none;
  padding: 4px 12px;
  color: #eeeeec;
  text-shadow: 1px 1px 0 #3465a4;
  font-family: Bitter;
  font-weight: bold;
}
body.pmo-splash section#specs li a:hover {
  color: white;
}
body.pmo-splash section#specs span.em {
  font-style: normal;
  font-family: 'Special Elite';
  font-weight: normal;
  padding-left: 6px;
}
@media only screen and (max-width: 400px) {
  body.pmo-splash section#specs div.list {
    display: block;
    width: 100%;
  }
}

div.mep-info ul, div.mep-info li { list-style-type: none; margin: 0; }
div.mep-info li + li { margin-top: 0.2em; }
span.mep-status {
  font-weight: normal;
  display: inline-block;
  padding: 0 4px 0 4px;
  margin: 0 8px;
  background: rgb(253,249,241);
  border-left: solid 2px #fcaf3e;
  color: rgb(110,112,108);
}
span.mep-status-implemented {
  background: rgb(244,244,243);
  border-color: #babdb6;
}

td.pmo-mep-history td:first-child { padding-left: 0; }
td.pmo-mep-history div.title {
  font-weight: normal;
  color: rgb(47,91,148);
}
body.pmo-source div.header {
  border-top: solid 4px #d3d7cf;
}
div.pmo-source {
  width: 240px;
  float: right;
  margin: 0 0 0 2em;
  padding: 0.5em 6px 0.5em 6px;
  border: solid 1px #fcaf3e;
  background-color: rgb(253,249,241);
}
@media only screen and (max-width: 480px) {
  div.pmo-source {
    width: auto;
    float: none;
    margin: 0;
  }
}
