/*******************************************************************************
MeyerWeb Reset
*******************************************************************************/

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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
}

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

a:focus {
  outline: none;
}

/*******************************************************************************
Theme Styles
*******************************************************************************/

body {
  box-sizing: border-box;
  color:#373737;
  font-size: 16px;
  font-family: 'Quattrocento Sans', 'Calibri', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-weight: 400;
  color:#222222;
  letter-spacing: -1px;
}

h1 {
  font-size: 36px;
}

h2 {
  padding-bottom: 10px;
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 10px 0 15px 0;
}

a {
  text-decoration: none;
  color: #f63;
/*
  color: #007edf;

*/  text-shadow: none;

  transition: color 0.5s ease;
  transition: text-shadow 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -webkit-transition: text-shadow 0.5s ease;
  -moz-transition: color 0.5s ease;
  -moz-transition: text-shadow 0.5s ease;
  -o-transition: color 0.5s ease;
  -o-transition: text-shadow 0.5s ease;
  -ms-transition: color 0.5s ease;
  -ms-transition: text-shadow 0.5s ease;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

img {
  position: relative;
  max-width: 739px;
  padding: 5px;
  margin: 10px 0 10px 0;
  border: 1px solid #ebebeb;

  -webkit-box-shadow: 0 0 5px #ebebeb;
  -moz-box-shadow: 0 0 5px #ebebeb;
  -o-box-shadow: 0 0 5px #ebebeb;
  -ms-box-shadow: 0 0 5px #ebebeb;
  box-shadow: 0 0 5px #ebebeb;

}

pre, code {
  width: 100%;
  color: #222;
  background-color: #fff;

  font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  font-size: 14px;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

pre {
  width: 100%;  
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  overflow: auto;
}

code {
  padding: 3px;
  margin: 0 3px;
  box-shadow: 0 0 1px rgba(0,0,0, 0.4);
}

pre code {
  display: block;
  box-shadow: none;
}

blockquote {
  color: #666;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  border-left: 3px solid #bbb;
}

ul, ol, dl {
  margin-bottom: 15px
}

ul li {
  list-style: inside;
  padding-left: 20px;
}

ol li {
  list-style: decimal inside;
  padding-left: 20px;
}

dl dt {
  font-weight: bold;
}

dl dd {
  padding-left: 20px;
  font-style: italic;
}

dl p {
  padding-left: 20px;
  font-style: italic;
}

/*
hr {
  height: 1px;
  margin-bottom: 5px;
  border: none;
  background: url('/web/20210913162353im_/http://cocktailjs.github.io/resources/images/bg_hr.png') repeat-x center;
}
*/
table {
  border: 1px solid #373737;
  margin-bottom: 20px;
  text-align: left;
 }

th {
/*
  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*/
  padding: 10px;
  background: #373737;
  color: #fff;
 }

td {
  padding: 10px;
  border: 1px solid #373737;
 }

form {
  background: #f2f2f2;
  padding: 20px;
}

/*
img {
  width: 100%;
  max-width: 100%;
}
*/

/*******************************************************************************
Full-Width Styles
*******************************************************************************/
html, body, main { height: 100%; }
body > main { height: auto; min-height: 100%; }

main {
  display: block;
  position: relative;
  max-width: 800px;
  padding: 20px 10px;
  margin: 0 auto;
  height: auto;
  min-height: 100%;
  padding-bottom: 12em;
}

/*
footer {
  position: relative;
  z-index: 10;
  height: 10em;
  margin-top: -10em;
}
*/




footer {
    background: #212121;
}

footer .bottom {
    padding: 10px;
    max-width: 800px;
    margin: auto;
    min-height: 200px;
}

footer .logo{
    background: url(/web/20210913162353im_/http://cocktailjs.github.io/resources/images/logo.png) no-repeat -10px -5px;
    background-size: 60px;
    height: 25px;
    padding-left: 35px;
    display: inline-block;
    font-size: 20px;
    color: #ccc;
}

footer img {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

footer .social ul{
  display: block;
  position: relative;
  max-width: 180px;
  margin: 25px auto;
  overflow: hidden;
  float: left;
}

footer .social li{
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-right: 20px;
  vertical-align: top;
}

footer .social li.creator {
    font-size: 12px;
    color: #666;
    width: 200px;
}

/* NAVIGATION */
nav {
  background-color: #f9f9f9;
}

nav ul {
  margin-bottom: 0;
}

nav a{
  color: #f63;
}

nav ul{
  max-width: 800px;
  padding: 15px 0;
  margin: 0 auto;
  height: auto;
}

nav ul li{
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-right: 20px;
}

nav ul .first{
  padding-left: 0;
}

nav ul .current{
  background: url(/web/20210913162353im_/http://cocktailjs.github.io/resources/images/border.png) no-repeat 50% 10px;
}

nav .logo {
  background: url(/web/20210913162353im_/http://cocktailjs.github.io/resources/images/logo.png) no-repeat -10px -5px;
  background-size: 55px;
  height: 20px;
  padding-left: 30px;
  display: inline-block;
}

/* COMMENTS */

.comments {
  padding-top: 45px;
  margin-top: 40px;
  border-top: 1px solid #e3e3e3;
}

/*
     FILE ARCHIVED ON 16:23:53 Sep 13, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:15:58 Feb 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.708
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.042
  esindex: 0.012
  cdx.remote: 6.106
  LoadShardBlock: 88.701 (3)
  PetaboxLoader3.datanode: 97.862 (4)
  load_resource: 107.101
  PetaboxLoader3.resolve: 48.854
*/