.no-float,
.radio-group.floaty {
  float: none;
  clear: both;
  overflow: hidden;
}
.vanilla-list,
ul.errors,
#user-info ul,
footer ul.links,
ul.columnar,
ol.bullet-free,
ul.bullet-free,
ul.meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vanilla-list li,
ul.errors li,
#user-info ul li,
footer ul.links li,
ul.columnar li,
ol.bullet-free li,
ul.bullet-free li,
ul.meta li {
  list-style: none;
}
.ellipsis,
.markdown > h1,
.package-widget h3,
.package-widget h3 a,
.package-widget p {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.unstyled-text-input,
.autoselect-wrapper > input[type=text] {
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}
.red-on-hover:hover,
.sidebar a:hover,
.package-widget a.name:hover,
.package-widget .quiet a:hover,
.ad a.quiet:hover {
  color: #cb3837;
}
.clear {
  zoom: 1;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 15px 0;
  clear: left;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
hr.less-roomy {
  margin-bottom: 30px;
}
input,
select {
  vertical-align: middle;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
a,
a:hover,
a:active {
  outline: none;
}
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.9em;
}
a {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: rgba(0,0,0,0.8);
}
.red {
  color: #cb3837;
}
.subdued {
  opacity: 0.6;
}
.full-width {
  width: 100%;
}
.center,
.centered {
  text-align: center;
}
body {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.03em;
}
a {
  color: #cb3837;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.unadorned {
  color: rgba(0,0,0,0.8);
  font-weight: 400;
}
.sidebar a {
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
.profile-sidebar-links a {
  color: #cb3837;
}
h1 {
  margin: 0;
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: rgba(0,0,0,0.9);
}
.narrow h1 {
  margin: 0.2em 0;
}
h2 {
  margin: 0;
  padding: 20px 0 10px 0;
  font-weight: 700;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  letter-spacing: 0;
}
h2:before {
  font-size: 45px;
  float: left;
  margin-right: 10px;
}
h2.ruled {
  letter-spacing: -0.8px;
  font-weight: 400;
  border-bottom: 2px solid rgba(0,0,0,0.08);
  padding-bottom: 22px;
  margin-bottom: 20px;
}
h2.ruled a {
  font-weight: 600;
}
hgroup {
  margin: 25px 0;
}
hgroup h1,
hgroup h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
hgroup h1 a,
hgroup h2 a {
  color: rgba(0,0,0,0.9);
  text-decoration: none;
}
hgroup h1 a:hover,
hgroup h2 a:hover {
  text-decoration: underline;
}
hgroup h2 {
  font-weight: 300;
  line-height: 1.2;
}
hgroup h2 a {
  font-weight: 300;
}
h3 {
  display: block;
  margin: 0;
  padding: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0,0,0,0.8);
}
.sidebar h3 {
  color: #cb3837;
}
.sidebar h3 a {
  color: #cb3837;
}
h1.undecorated a,
h2.undecorated a,
h3.undecorated a {
  color: rgba(0,0,0,0.8);
}
.featherweight-heading,
.package-description,
#notification-banner hgroup h3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}
.featherweight-heading a,
.package-description a,
#notification-banner hgroup h3 a {
  font-weight: 300;
  color: rgba(0,0,0,0.8);
  text-decoration: underline;
}
.featherweight-heading a:hover,
.package-description a:hover,
#notification-banner hgroup h3 a:hover {
  color: #cb3837;
}
p {
  margin: 0 0 15px 0;
}
p.notice {
  line-height: 1.5;
}
p.whoa {
  background: #cb3837;
  color: #fff;
  border-color: #a42b2b;
}
p.whoa a {
  color: #fff;
  text-decoration: underline;
}
p.whoa a:hover {
  color: #fff;
}
p.list-of-links a {
  font-weight: 400;
}
strong.code {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
}
blockquote {
  padding: 0 15px;
  color: #555;
  border-left: 4px solid #ccc;
}
code {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  background-color: #f5f5f5;
}
pre {
  overflow-x: auto;
}
pre code {
  display: block;
  margin: 0 0 15px 0;
  padding: 8px;
  border-radius: 2px;
}
.package-name {
  padding-bottom: 0;
  padding-right: 25px;
}
.package-name a {
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.package-name-redundant {
  display: none;
}
.package-description-redundant {
  display: none;
}
.notice {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 12px 10px;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 3px;
}
.visible {
  display: block;
  visibility: visable;
}
.hidden {
  display: none;
}
.fake-strong {
  font-weight: normal;
}
.fake-strong:before,
.fake-strong:after {
  content: "*";
  display: inline;
}
.description {
  color: #979797;
  font-size: 0.75em;
  margin: 0;
}
.description .included,
.description .additional {
  display: block;
  margin-left: 2.333333em;
  line-height: 1.5;
}
.inactive {
  color: #aaa;
}
@font-face {
  font-family: "icomoon";
  src: url("/static/fonts/icomoon.eot");
  src: url("/static/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.woff2") format("woff2"), url("/static/fonts/icomoon.woff") format("woff"), url("/static/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.iconic,
.package-widget a.name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.iconic-before,
.package-widget a.name:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-arrow-down:before {
  content: "\e602";
}
.icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-right:before {
  content: "\e604";
}
.icon-arrow-tri-left:before {
  content: "\e605";
}
.icon-arrow-tri-right:before {
  content: "\e606";
}
.icon-arrow-up:before {
  content: "\e607";
}
.icon-cal-7days:before {
  content: "\e608";
}
.icon-cal-24hours:before {
  content: "\e609";
}
.icon-cal-30days:before {
  content: "\e60a";
}
.icon-collections-hex:before {
  content: "\e60b";
}
.icon-collections:before {
  content: "\e60c";
}
.icon-contact:before {
  content: "\e603";
}
.icon-download:before {
  content: "\e60e";
}
.icon-edit:before {
  content: "\e60f";
}
.icon-github:before {
  content: "\e610";
}
.icon-health-yay:before {
  content: "\e611";
}
.icon-health-meh:before {
  content: "\e612";
}
.icon-health-uh-oh:before {
  content: "\e613";
}
.icon-health-rip:before {
  content: "\e614";
}
.icon-history:before {
  content: "\e615";
}
.icon-i-used-this-hex:before {
  content: "\e616";
}
.icon-i-used-this:before {
  content: "\e617";
}
.icon-lock:before {
  content: "\e61d";
}
.icon-package-hex:before {
  content: "\e618";
}
.icon-package:before {
  content: "\e619";
}
.icon-x:before {
  content: "\e61a";
}
.icon-search:before {
  content: "\e61b";
}
.icon-star:before {
  content: "\e61c";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-private:before {
  content: "private";
  color: #fff;
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 0.4em;
  background-color: rgba(203,56,55,0.7);
  display: inline-block;
  padding: 5px 6px 7px 5px;
  border-radius: 5px;
  text-align: center;
}
.icon-public:before {
  content: "public";
  color: #fff;
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 0.4em;
  background-color: rgba(0,0,0,0.2);
  display: inline-block;
  padding: 5px 6px 7px 5px;
  border-radius: 5px;
  text-align: center;
}
.nav-2,
.nav-2 li,
.nav-3,
.nav-3 li,
.nav-breadcrumb-flow-indicator,
.nav-breadcrumb-flow-indicator li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-breadcrumb-flow-indicator-container {
  text-align: center;
}
.nav-breadcrumb-flow-indicator {
  position: relative;
  display: inline-block;
  color: #ababab;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0;
}
.nav-breadcrumb-flow-indicator:after {
  content: "\0020";
  border-top: 2px solid #cfcfcf;
  display: block;
  position: absolute;
  top: 1.15em;
  margin-left: 10%;
  padding-right: 80%;
}
.nav-breadcrumb-flow-indicator li {
  display: inline-block;
  text-transform: uppercase;
  width: 32%;
}
.nav-breadcrumb-flow-indicator li:first-child {
  padding-right: 3em;
  float: left;
}
.nav-breadcrumb-flow-indicator li:last-child {
  padding-left: 3em;
  float: right;
}
.nav-breadcrumb-flow-indicator li:before {
  content: "\2022";
  color: #cfcfcf;
  font-size: 2.8em;
  display: block;
  z-index: 5;
  position: relative;
  margin: 0 43%;
  background-color: #fff;
}
.nav-breadcrumb-flow-indicator .done:before {
  color: #000;
}
.nav-breadcrumb-flow-indicator .current {
  color: #000;
}
.nav-breadcrumb-flow-indicator .current:before {
  color: #cb3837;
}
@media (min-width: 28.125em) {
  .nav-breadcrumb-flow-indicator li {
    width: auto;
  }
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 4em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 4em;
  }
}
@media (min-width: 29.625em) {
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 5em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 5em;
  }
}
@media (min-width: 31.125em) {
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 6em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 6em;
  }
}
@media (min-width: 32.625em) {
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 7em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 7em;
  }
}
@media (min-width: 34.125em) {
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 8em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 8em;
  }
}
@media (min-width: 37.75em) {
  .nav-breadcrumb-flow-indicator li:first-child {
    padding-right: 9em;
  }
  .nav-breadcrumb-flow-indicator li:last-child {
    padding-left: 9em;
  }
  .nav-2-container,
  .nav-3-container {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -40px;
    padding-right: 40px;
  }
  .nav-2-container {
    border-bottom-color: #000;
    border-top: 1px solid #ababab;
  }
  .nav-3-container {
    border-bottom-color: #ababab;
  }
}
.nav-2 li,
.nav-3 li {
  float: left;
  color: #ababab;
  text-align: center;
  position: relative;
}
.nav-2 li {
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-2 li:first-child {
  margin-left: 0;
}
.nav-3 li {
  width: 200px;
  height: 2em;
  border-right-width: 1px;
  border-right-style: solid;
  -webkit-border-image: -webkit-linear-gradient(bottom, #ababab 0%, rgba(0,0,0,0) 66%) 1;
  -moz-border-image: -moz-linear-gradient(bottom, #ababab 0%, rgba(0,0,0,0) 66%) 1;
  -o-border-image: -o-linear-gradient(bottom, #ababab 0%, rgba(0,0,0,0) 66%) 1;
  border-image: linear-gradient(to top, #ababab 0%, rgba(0,0,0,0) 66%) 1;
}
.nav-3 li:first-child {
  border-left-width: 1px;
  border-left-style: solid;
}
.nav-2 button,
.nav-2 a,
.nav-3 button,
.nav-3 a {
  color: inherit;
  font: inherit;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}
.nav-2 button:hover,
.nav-2 a:hover,
.nav-3 button:hover,
.nav-3 a:hover {
  text-decoration: none;
}
.nav-2 button,
.nav-3 button {
  border: 0px none;
}
.nav-2 .current,
.nav-3 .current {
  color: #000;
}
.nav-2 .current:after,
.nav-3 .current:after {
  content: "\0020";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #cb3837;
  display: block;
}
.inset {
  position: relative;
  padding: 35px;
  box-shadow: 0 2px 15px #a5b3aa;
}
.inset h3 {
  color: rgba(0,0,0,0.8);
  font-size: 0.75em;
  padding-top: 0;
  text-transform: uppercase;
}
.inset li {
  color: #a5b3aa;
  font-size: 0.875em;
  margin-top: 1em;
}
.inset li:first-child {
  margin-top: 0;
}
.inset li span {
  color: rgba(0,0,0,0.8);
}
.inset.bottom-img {
  padding-bottom: 150px;
}
.inset .wombat-construction {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 0px;
  left: 0px;
  background-image: url("/static/images/wombat-construction.svg");
  background-position: -50px 50px;
  background-repeat: no-repeat;
}
label {
  display: block;
  margin: 0 0 3px;
  padding-left: 5px;
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
label.checkbox {
  color: #cb3837;
  font-size: 14px;
}
input[type=radio] + label {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.2);
  margin: 0 0;
  width: 100%;
  min-height: 300px;
  border-radius: 4px;
  color: rgba(0,0,0,0.8);
  outline: 0;
  resize: none;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid rgba(0,0,0,0.2);
  margin: 0 0 20px;
  border-radius: 4px;
  color: rgba(0,0,0,0.8);
  outline: 0;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  padding: 5px;
}
input[type=checkbox] {
  margin: 0 6px 0 0;
}
select {
  display: block;
  width: 96%;
  margin: 0 0 20px;
  outline: 0;
}
input[type=submit],
.button {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  border: 0;
  border-radius: 4px;
  text-align: center;
  display: block;
  padding: 0 35px;
  margin: 0 0 4px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
  background: #cb3837;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-appearance: none;
  clear: both;
}
input[type=submit]:hover,
.button:hover {
  background: rgba(0,0,0,0.8);
}
form[class^="remove-"] input[type=submit] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  display: block;
  width: 30px;
  height: 100%;
  line-height: 100%;
  border: none;
  background: transparent;
  transition: all 0.2s;
  color: rgba(0,0,0,0.2);
}
form[class^="remove-"] input[type=submit]:hover {
  color: #cb3837;
}
input[type=file] {
  margin: 0 0 50px;
}
.help-text {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  line-height: 18px;
  margin: -15px 0 22px;
  padding-left: 8px;
}
.help-text.example:before {
  content: "Example: ";
}
form p {
  margin: 25px 0 0;
}
form p.help-text {
  margin: -15px 0 22px;
  text-align: left;
}
form p a {
  text-decoration: none;
}
form p a:hover {
  color: rgba(0,0,0,0.8);
}
.radio-group {
  margin: 25px 0;
}
.radio-group.floaty input {
  vertical-align: text-bottom;
}
.radio-group.floaty label {
  display: block;
  float: left;
  margin-right: 50px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}
p.change-avatar {
  display: block;
  margin: 40px 0;
  padding: 0;
  line-height: 40px;
  vertical-align: top;
}
p.change-avatar a,
p.change-avatar span {
  vertical-align: top;
}
p.change-avatar img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}
.honey {
  display: none;
}
input.toggle {
  margin: 20px 0;
  display: none;
}
input.toggle + label {
  transition: all 0.2s;
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: rgba(0,0,0,0.6);
  margin: 0;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
input.toggle + label:before,
input.toggle + label:after {
  transition: all 0.2s;
  display: block;
  position: absolute;
  top: 0px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 108px;
}
input.toggle + label:before {
  left: -140px;
  color: #fff;
  content: "private";
}
input.toggle + label:after {
  left: 32px;
  color: #fff;
  content: "public";
}
input.toggle + label span {
  transition: all 0.2s;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  top: 4px;
  left: 4px;
  background: #fff;
  content: " ";
}
input.toggle:checked + label {
  background: #cb3837;
}
input.toggle:checked + label:before {
  left: 0;
}
input.toggle:checked + label:after {
  left: 140px;
}
input.toggle:checked + label span {
  left: 104px;
}
input.toggle + label {
  margin: 25px 0;
}
label.wrapping-hidden-radio {
  display: inline-block;
}
label.wrapping-hidden-radio input[type=radio] {
  display: none;
}
label.wrapping-hidden-radio input[type=radio]:checked + span,
label.wrapping-hidden-radio input[type=radio]:enabled span:hover {
  background: rgba(0,0,0,0.4);
  color: #fff;
  opacity: 1;
}
label.wrapping-hidden-radio input[type=radio]:disabled + span {
  cursor: not-allowed;
  opacity: 0;
}
label.wrapping-hidden-radio span {
  cursor: pointer;
  transition: all 0.2s;
  color: rgba(0,0,0,0.4);
  font-weight: normal;
  border-radius: 3px;
  padding: 1px 8px 3px 8px;
}
fieldset legend {
  font-weight: 600;
  margin-bottom: 1em;
}
fieldset ul,
fieldset ul li {
  list-style: none;
  margin: 0;
}
.inline-input-set > div {
  display: inline-block;
}
.inline-input-set > div:first-child {
  margin-right: 20px;
}
.inline-input-set .large {
  width: 300px;
}
.inline-input-set .small {
  width: 62px;
}
input[type=text] + .description {
  margin-top: -1.5em;
}
.switch-container input[type="checkbox"]:not(:checked),
.switch-container input[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
}
.switch-container label {
  position: relative;
  display: inline-block;
  margin: 0 1em 1em 0;
  text-shadow: 0 1px 1px #fff;
  width: 12em;
}
.switch-container.pay-status label {
  width: 9em;
}
input[type="checkbox"].switch + div {
  width: 2.125em;
  height: 0.875em;
  border: 1px solid #f2f3f2;
  border-radius: 999px;
  margin: 0 auto;
  background: #fff;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: 0.4s;
  transition-property: padding;
  padding-left: 0.2em;
  cursor: pointer;
}
input[type="checkbox"].switch:checked + div {
  padding-left: 1.2em;
}
input[type="checkbox"].switch + div:before {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  margin: 1px 0;
  border-radius: inherit;
  background: rgba(0,0,0,0.8);
}
input[type="checkbox"].switch:checked + div:before {
  background: #cb3837;
}
input[type="checkbox"].inactive.switch + div:before,
input[type="checkbox"][disabled].switch + div:before {
  background-color: #aaa;
}
input[type="checkbox"].switch:active + div:before {
  background-color: #aaa;
}
.switch-label {
  margin-top: -1.25em;
}
.switch-label.unchecked-text {
  float: left;
}
.switch-label.checked-text {
  float: right;
}
.checked-text {
  font-weight: normal;
}
input[type="checkbox"].switch:checked ~ .unchecked-text {
  font-weight: normal;
}
input[type="checkbox"].switch:checked ~ .checked-text {
  font-weight: bold;
}
.js .edit-pay-status-save {
  display: none;
}
ul.errors,
p.error {
  background: #fff;
  color: #cb3837;
  margin: 20px 0;
  padding: 0;
}
ul.errors li,
p.error {
  line-height: 1.4;
  padding: 6px 0 6px 18px;
  position: relative;
}
ul.errors li:before,
p.error:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "\2716";
}
body>header {
  padding: 14px 20px 10px;
  border-bottom: 1px solid #d3d3d3;
  background: rgba(0,0,0,0.08);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body>header {
    display: block;
    text-align: left;
  }
}
body>header >* {
  flex-grow: 0;
}
body>header #npm-search {
  flex-grow: 1;
}
body>header >nav {
  order: 3;
  display: block;
  height: 47px;
  font-weight: bold;
  padding: 10px 14px 14px;
}
@media only screen and (max-width: 767px) {
  body>header >nav {
    display: inline-block;
  }
}
body>header >nav a+a {
  margin-left: 1em;
}
body>nav {
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 39px;
  text-align: right;
  border-bottom: 1px solid #b83130;
  background: #cb3837;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  body>nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    border-bottom: 0;
    background: rgba(0,0,0,0.08);
    z-index: 12;
  }
}
body>nav h2 {
  margin: 0;
  padding: 0;
}
body>nav h2 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  color: rgba(255,255,255,0.8);
  padding-right: 100px;
  background: none;
}
body>nav h2 a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
  border: none;
}
body>nav a {
  display: inline-block;
  line-height: 36px;
  padding: 0 10px;
  margin: 0;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  background: #cb3837;
  transition: all 0.1s;
}
body>nav a:first-child {
  float: left;
  padding: 0;
  text-transform: lowercase;
  display: inline-block;
  min-width: 240px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  body>nav a:first-child {
    display: none;
  }
}
body>nav a:first-child:hover {
  background: none;
  border: none;
}
body>nav a:hover,
body>nav a.active {
  color: #fff;
  text-decoration: none;
  background: #a42b2b;
}
@media only screen and (max-width: 767px) {
  body>nav a {
    display: block;
    text-align: center;
    margin: 0;
    background: #cb3837;
    opacity: 1;
    border-bottom: 1px solid #fff;
  }
  body>nav a:hover {
    color: #cb3837;
    background: rgba(0,0,0,0.08);
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  body>nav .container {
    padding: 0;
  }
}
.secondary-nav {
  text-align: center;
  min-height: 65px;
  margin: 0 0 25px;
  background: url("../images/secondary-nav-bg.png") repeat-x bottom left;
}
@media only screen and (max-width: 767px) {
  .secondary-nav {
    min-height: 45px;
  }
}
.secondary-nav a {
  display: inline-block;
  height: 63px;
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 65px;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .secondary-nav a {
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    height: 43px;
    margin: 0 15px 0 0;
  }
}
.secondary-nav a:hover,
.secondary-nav a.active {
  color: rgba(0,0,0,0.8);
  border-bottom: 2px solid #cb3837;
}
.secondary-nav a:last-child {
  margin-right: 0;
}
#profile-nav {
  min-height: 67px;
  margin: 0 0 95px;
  background: url("../images/secondary-nav-bg.png") repeat-x bottom left;
}
@media only screen and (max-width: 767px) {
  #profile-nav {
    position: relative;
    margin: 0 0 50px;
    background: none;
  }
}
#profile-nav .container {
  padding-left: 170px;
  max-width: 1010px;
}
@media only screen and (max-width: 767px) {
  #profile-nav .container {
    padding-left: 0;
    position: absolute;
    top: -80px;
    left: 105px;
  }
}
#profile-nav a {
  display: inline-block;
  height: 67px;
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 67px;
  color: rgba(0,0,0,0.4);
}
#profile-nav a:before {
  margin-right: 8px;
  float: left;
  line-height: 69px;
}
@media only screen and (max-width: 767px) {
  #profile-nav a:before {
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #profile-nav a {
    display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 15px;
    color: rgba(255,255,255,0.4);
  }
}
#profile-nav a:hover {
  color: rgba(0,0,0,0.8);
}
#npm-logo {
  padding: 10px 14px 14px;
}
#npm-logo img {
  vertical-align: middle;
  width: 125px;
  height: 49px;
}
#npm-logo .cobrand {
  font-weight: bold;
}
#npm-logo .cobrand::before {
  content: "♥︎";
  font-size: 150%;
  color: #cb3837;
  vertical-align: middle;
  padding: 0 0.5em;
}
@media only screen and (max-width: 767px) {
  #npm-logo {
    display: inline-block;
    margin: 0;
  }
  #npm-logo img {
    width: 80px;
  }
}
#npm-search {
  position: relative;
  height: 47px;
  padding: 0;
  margin: 10px 1em 14px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 2px;
  background: #fff;
  text-align: left;
}
#npm-search:hover {
  border: 1px solid rgba(0,0,0,0.4);
}
@media only screen and (max-width: smallScreenMaxWidth) {
  #npm-search {
    margin-top: 20px;
    width: 100%;
    float: none;
    clear: both;
    box-sizing: border-box;
  }
}
#site-search-container {
  margin: 7px 80px 0 7px;
}
#site-search {
  background: none;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  height: 30px;
  margin: 0;
  outline: 0;
  padding: 0 2px 0 0;
}
#site-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 46px;
  border: 0;
  text-indent: -9999em;
  cursor: pointer;
  outline: 0;
  border-left: 1px solid rgba(0,0,0,0.2);
  border-radius: 0 2px 2px 0;
  background: url("../images/ico-search.svg") no-repeat 50% 50%;
  background-size: 16px 16px;
}
#site-search-submit:hover {
  width: 49px;
  height: 46px;
  top: -1px;
  right: -1px;
  border: 1px solid #ae2e2d;
  border-bottom: none;
  background: #cb3837 url("../images/ico-search-hover.svg") no-repeat 50% 50%;
  background-size: 16px 16px;
}
#autocomplete-direct-results:before {
  content: "Packages";
}
#autocomplete-search-suggestions:before {
  content: "Search Suggestions";
}
.autocomplete-group {
  padding-left: 6px;
  color: rgba(0,0,0,0.4);
  font-style: italic;
}
.autocomplete-suggestions {
  position: absolute;
  max-height: 400px;
  z-index: 9999;
  width: 545px;
  margin-top: 8px;
  margin-left: -8px;
  border-color: rgba(0,0,0,0.2);
}
#powered-by-constructor-io {
  background-color: rgba(0,0,0,0.08);
  margin-left: -8px;
  border-color: rgba(0,0,0,0.2);
}
#user-info {
  order: 3;
}
#user-info img {
  float: right;
  display: block;
  width: 45px;
  margin: 0 0 0 10px;
  border-radius: 2px;
}
#user-info ul {
  float: right;
  display: block;
  text-align: right;
  margin-top: 8px;
}
#user-info ul li {
  line-height: 1;
}
#user-info ul.single {
  margin-top: 0;
}
#user-info ul.single li {
  line-height: 45px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #user-info {
    display: inline-block;
  }
  #user-info ul li {
    display: block;
    float: left;
    padding-left: 10px;
  }
  #user-info ul li.logout {
    display: none;
  }
  #user-info ul.single li {
    line-height: 25px;
  }
  #user-info img {
    width: 25px;
  }
  #user-info.anonymous img {
    display: none;
  }
}
#user-info a.subdued,
#user-info button[type=submit].subdued {
  color: rgba(0,0,0,0.4);
  font-size: 14px;
  font-family: inherit;
  border: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: unset;
  text-align: right;
  clear: none;
  display: inline;
  letter-spacing: inherit;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline;
  white-space: normal;
  outline: none;
}
#user-info a.subdued:hover,
#user-info button[type=submit].subdued:hover {
  text-decoration: underline !important;
}
#notification-banner {
  padding: 40px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #2a303c;
}
#notification-banner .container {
  text-align: center;
  color: #008000;
}
#notification-banner img {
  display: inline-block;
  max-width: 140px;
}
#notification-banner hgroup {
  display: block;
  margin: 0 0 30px 0;
}
#notification-banner hgroup h2,
#notification-banner hgroup h3 {
  text-align: center;
}
#notification-banner hgroup h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}
#notification-banner hgroup h3 {
  font-size: 24px;
  color: rgba(255,255,255,0.8);
}
#notification-banner a.button {
  color: rgba(255,255,255,0.8);
  background-color: #b83130;
  display: inline-block;
}
#notification-banner a.button.button-subtle,
#notification-banner a.button.button-banner-close {
  background: none;
}
#notification-banner a.button.button-banner-close {
  position: absolute;
  top: 1em;
  right: 0;
}
@media (max-width: 767px) {
  #notification-banner {
    display: none;
  }
}
footer {
  margin: 80px 0 80px 0;
}
footer h3,
footer ul.links {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer h3,
  footer ul.links {
    margin-left: 0;
  }
}
footer h3 {
  line-height: 2;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
footer ul.links li {
  line-height: 2;
  margin: 0;
  padding: 0;
  display: block;
}
footer ul.links li a {
  font-weight: 600;
  text-decoration: none;
}
footer ul.links li a:hover {
  text-decoration: underline;
}
footer .cobrand-footer {
  background: rgba(0,0,0,0.08);
  padding: 0.5em;
  display: table;
  width: 100%;
  text-align: center;
}
footer .cobrand-footer > :first-child {
  text-align: left;
}
footer .cobrand-footer > * {
  display: table-cell;
}
footer .cobrand-footer > :last-child {
  text-align: right;
}
footer .cobrand-footer #npm-expansions {
  font-weight: bold;
}
#npm-loves-you {
  margin-top: 80px;
  display: inline-block;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  position: relative;
}
#npm-loves-you:before,
#npm-loves-you:after {
  content: "\2665";
  color: rgba(203,56,55,0);
  font-size: 14px;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 1px;
}
#npm-loves-you:before {
  left: -10px;
}
#npm-loves-you:after {
  right: -10px;
}
#npm-loves-you:hover {
  color: #cb3837;
}
#npm-loves-you:hover:before,
#npm-loves-you:hover:after {
  color: #cb3837;
}
#npm-loves-you:hover:before {
  left: -15px;
}
#npm-loves-you:hover:after {
  right: -15px;
}
.markdown {
  margin: 0;
}
.markdown > h1 {
  margin: 0;
  padding: 20px 0 5px 0;
  text-align: left;
  line-height: 1.2;
  white-space: normal;
  overflow-y: hidden;
  text-transform: none;
}
.markdown > h1 a {
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.markdown >h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  color: rgba(0,0,0,0.8);
  font-weight: 700;
}
.markdown >h2 a,
.markdown h3 a,
.markdown h4 a,
.markdown h5 a,
.markdown h6 a {
  font-weight: 700;
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.markdown >h2.deep-link a:before,
.markdown h3.deep-link a:before,
.markdown h4.deep-link a:before,
.markdown h5.deep-link a:before,
.markdown h6.deep-link a:before {
  display: inline-block;
  content: "#";
  color: #fff;
  margin-left: -20px;
  width: 20px;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .markdown >h2.deep-link a:before,
  .markdown h3.deep-link a:before,
  .markdown h4.deep-link a:before,
  .markdown h5.deep-link a:before,
  .markdown h6.deep-link a:before {
    display: none;
  }
}
.markdown >h2.deep-link a:hover:before,
.markdown h3.deep-link a:hover:before,
.markdown h4.deep-link a:hover:before,
.markdown h5.deep-link a:hover:before,
.markdown h6.deep-link a:hover:before {
  color: rgba(0,0,0,0.8);
}
.markdown h3 {
  font-size: 20px;
}
.markdown h4,
.markdown h5,
.markdown h6 {
  font-size: 18px;
}
.markdown ol ol,
.markdown ul ol,
.markdown ol ul,
.markdown ul ul {
  margin: 0 0 0 20px;
}
.markdown p,
.markdown li {
  font-size: 16px;
}
.markdown p a,
.markdown li a {
  font-weight: 600;
}
.markdown th {
  font-weight: bold;
}
.markdown td,
.markdown th {
  padding: 0 5px;
  background: #f5f5f5;
}
.markdown img {
  max-width: 100%;
}
.highlight {
  background-color: #f0f0f0;
  color: #000;
}
.highlight .invisible-character {
  color: rgba(85,85,85,0.2);
}
.highlight .indent-guide {
  color: rgba(85,85,85,0.2);
}
.highlight .wrap-guide {
  background-color: rgba(85,85,85,0.2);
}
.highlight .gutter {
  color: #000;
  background: #fff;
}
.highlight .gutter .line-number.folded,
.highlight .gutter .line-number:after,
.highlight .fold-marker:after {
  color: #e87b00;
}
.highlight .invisible {
  color: #555;
}
.highlight .selection .region {
  background-color: #e1e1e1;
}
.highlight.is-focused .cursor {
  border-color: #000;
}
.highlight.is-focused .selection .region {
  background-color: #afc4da;
}
.highlight.is-focused .line-number.cursor-line-no-selection,
.highlight.is-focused .line.cursor-line {
  background-color: rgba(255,255,134,0.34);
}
.highlight .source.gfm {
  color: #444;
}
.highlight .gfm .markup.heading {
  color: #111;
}
.highlight .gfm .link {
  color: #888;
}
.highlight .gfm .variable.list {
  color: #888;
}
.highlight .markdown .paragraph {
  color: #444;
}
.highlight .markdown .heading {
  color: #111;
}
.highlight .markdown .link {
  color: #888;
}
.highlight .markdown .link .string {
  color: #888;
}
.highlight(.is-focused) .cursor {
  border-color: #000;
}
.highlight(.is-focused) .selection .region {
  background-color: #afc4da;
}
.highlight(.is-focused) .line-number.cursor-line-no-selection,
.highlight(.is-focused) .line.cursor-line {
  background-color: rgba(255,255,134,0.34);
}
.comment {
  color: #998;
  font-style: italic;
}
.string {
  color: #d14;
}
.string .source,
.string .meta.embedded.line {
  color: #5a5a5a;
}
.string .punctuation.section.embedded {
  color: #920b2d;
}
.string .punctuation.section.embedded .source {
  color: #920b2d;
}
.constant.numeric {
  color: #d14;
}
.constant.language {
  color: #606aa1;
}
.constant.character,
.constant.other {
  color: #606aa1;
}
.constant.symbol {
  color: #990073;
}
.constant.numeric.line-number.find-in-files .match {
  color: rgba(143,190,0,0.63);
}
.variable {
  color: #008080;
}
.variable.parameter {
  color: #606aa1;
}
.keyword {
  color: #222;
  font-weight: bold;
}
.keyword.unit {
  color: #458;
}
.keyword.special-method {
  color: #0086b3;
}
.storage {
  color: #222;
}
.storage.type {
  color: #222;
}
.entity.name.class {
  text-decoration: underline;
  color: #606aa1;
}
.entity.other.inherited-class {
  text-decoration: underline;
  color: #606aa1;
}
.entity.name.function {
  color: #900;
}
.entity.name.tag {
  color: #008080;
}
.entity.other.attribute-name {
  color: #458;
  font-weight: bold;
}
.entity.name.filename.find-in-files {
  color: #e6db74;
}
.support.constant,
.support.function,
.support.type {
  color: #458;
}
.support.class {
  color: #008080;
}
.invalid {
  color: #f8f8f0;
  background-color: #00a8c6;
}
.invalid.deprecated {
  color: #f8f8f0;
  background-color: #8fbe00;
}
.meta.structure.dictionary.json > .string.quoted.double.json,
.meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
  color: #000080;
}
.meta.structure.dictionary.value.json > .string.quoted.double.json {
  color: #d14;
}
.meta.diff,
.meta.diff.header {
  color: #75715e;
}
.css.support.property-name {
  font-weight: bold;
  color: #333;
}
.css.constant {
  color: #099;
}
.bracket-matcher .region {
  background-color: #c9c9c9;
  opacity: 0.7;
  border-bottom: 0 none;
}
.tipsy {
  font-size: 13px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  -webkit-font-smoothing: subpixel-antialiased;
}
.tipsy-inner {
  background-color: #cb3837;
  color: #fff;
  line-height: 1.9;
  max-width: 200px;
  padding: 0px 6px;
  text-align: center;
  border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #cb3837;
}
.tipsy-arrow-n {
  border-bottom-color: #cb3837;
}
.tipsy-arrow-s {
  border-top-color: #cb3837;
}
.tipsy-arrow-e {
  border-left-color: #cb3837;
}
.tipsy-arrow-w {
  border-right-color: #cb3837;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
section {
  display: block;
  margin: 50px 0;
}
.container {
  position: relative;
  float: none;
  clear: both;
  overflow: visible;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.static-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.narrow {
  max-width: 420px;
}
.tablet-width {
  max-width: 640px;
}
.right-well-fixed {
  max-width: 930px;
  margin: 0 auto;
}
.content-column {
  position: relative;
  float: left;
  width: 65%;
  margin-bottom: 90px;
}
.right-well-fixed .content-column {
  width: 460px;
}
@media only screen and (max-width: 929px) {
  .right-well-fixed .content-column {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-column {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.sidebar {
  float: right;
  margin-top: 40px;
  width: 30%;
}
.right-well-fixed .sidebar {
  width: 380px;
}
@media only screen and (max-width: 929px) {
  .right-well-fixed .sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }
}
form.star {
  position: absolute;
  top: 29px;
  left: -32px;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 1180px) {
  form.star {
    left: auto;
    top: 28px;
    right: 0px;
  }
}
form.star input[type=checkbox] {
  display: none;
}
form.star input[type=checkbox] + label {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  color: rgba(0,0,0,0.8);
  cursor: pointer;
}
form.star input[type=checkbox] + label:before {
  transition: transform 0.5s;
  font-size: 18px;
  color: rgba(0,0,0,0.2);
  margin-right: 5px;
}
form.star input[type=checkbox]:checked + label:before {
  color: #cb3837;
  transform: rotate(360deg);
}
.package-name i {
  position: relative;
  left: 0px;
  bottom: 8px;
}
ul.columnar {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
ul.columnar li {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  padding: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  ul.columnar {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.collaborated-packages li .icon-lock {
  position: absolute;
  left: -20px;
  color: rgba(0,0,0,0.6);
}
@media only screen and (max-width: 767px) {
  .collaborated-packages li .icon-lock {
    left: -14px;
  }
}
.package-widget:hover a {
  color: #cb3837 !important;
}
.package-widget h3,
.package-widget h3 a {
  font-size: 20px;
  line-height: 20px;
  overflow: visible;
  vertical-align: top;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.package-widget a.name {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}
.package-widget a.name:before {
  content: "\e618";
  color: rgba(0,0,0,0.2);
  line-height: 20px;
  padding-right: 6px;
}
.package-widget p {
  font-size: 15px;
  margin: 0;
  max-width: 100%;
  color: rgba(0,0,0,0.6);
  padding-left: 23px;
}
.package-widget .quiet {
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
.package-widget .quiet a {
  color: rgba(0,0,0,0.8);
  font-weight: 400;
}
.package-widget-with-logo {
  padding-left: 60px;
}
.package-widget-with-logo .package-logo {
  margin-left: -60px;
  margin-bottom: -50px;
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.package-widget-with-logo .package-logo img {
  max-width: 50px;
  max-height: 50px;
}
.package-widget-with-logo .package-details a.name:before {
  display: none;
}
.package-widget-with-logo .package-details p {
  padding-left: 0;
}
.box {
  margin: 0;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
}
.box a:hover {
  color: #cb3837 !important;
}
.box p {
  padding: 14px;
  margin: 0;
}
.box a {
  text-decoration: none;
}
.box a:hover {
  text-decoration: underline;
}
.box li {
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.box li:last-child {
  border-bottom: none;
}
.box li.address {
  line-height: 1.5;
  padding-top: 0.5em;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}
table th {
  text-align: left;
}
table.ruled td,
table.ruled th {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-top: 5px;
  padding-bottom: 5px;
}
table.ruled tr:last-child td {
  border-bottom: none;
}
table.key-value td:first-child {
  min-width: 120px;
  font-weight: 400;
}
table.key-value td:last-child {
  font-weight: 600;
}
table.humans tr th:first-child,
table.humans td th:first-child {
  width: 44px;
}
table.humans td {
  line-height: 44px;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
table.humans td.name a {
  font-weight: 600;
}
table.humans td.avatar {
  width: 44px;
  padding-right: 8px;
}
table.humans td.avatar a {
  display: block;
  width: 44px;
  height: 44px;
}
table.humans td.avatar a img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
table.subscriptions tr th {
  font-weight: 600;
}
.pagination {
  margin: 50px 0;
  width: 100%;
  text-align: center;
}
.pagination a {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.08);
  text-align: center;
  margin: 0 2px 10px;
  padding: 1px 11px;
  color: #cb3837;
  text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
  border-color: #a42b2b;
  color: #fff;
  background: #cb3837;
}
a.avatar {
  max-width: 100%;
  display: block;
}
a.avatar img {
  width: 100%;
  border-radius: 5px;
}
ol {
  list-style-position: inside;
}
ul {
  margin: 0 0 20px 20px;
}
ul li {
  list-style: disc;
}
ol.bullet-free li,
ul.bullet-free li {
  list-style: none;
  padding: 2px 0;
}
ol.bullet-free li a,
ul.bullet-free li a {
  font-weight: 600;
}
ul.meta li {
  border-top: 1px solid rgba(0,0,0,0.2);
  line-height: 2;
}
ul.meta li:first-child {
  border: none;
}
li.last-publisher img {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin-right: 3px;
  vertical-align: middle;
}
li.last-publisher a {
  height: 20px;
  vertical-align: top;
}
ul.humans {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  float: none;
  overflow: hidden;
}
ul.humans li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.humans a {
  display: block;
  position: relative;
  text-decoration: none;
}
ul.humans img,
ul.humans a.add {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  transition: all 0.3s;
}
ul.humans a.add {
  text-align: center;
  line-height: 44px;
  vertical-align: top;
  font-weight: 700;
  font-size: 32px;
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.4);
}
ul.humans a.add:hover {
  background-color: #cb3837;
  color: #fff;
}
ul.humans span {
  padding-left: 3px;
  display: inline-block;
  line-height: 44px;
  vertical-align: top;
}
.ad {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 2px;
  background: rgba(0,0,0,0.02);
}
.ad a {
  font-weight: 400;
  text-decoration: underline;
}
.ad a.quiet {
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}
.ad p {
  margin: 0;
  padding: 0;
}
.ad.discreet {
  padding: 0;
  border: none;
  background: none;
}
.hiring-widget {
  padding: 20px 0;
}
.hiring-widget-logo {
  display: block;
  text-align: center;
  height: 80px;
  margin-bottom: 10px;
}
.hiring-widget-logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
div.scroll-beyond-300 {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid rgba(0,0,0,0.08);
  margin: 15px 0;
}
img.roomy-and-flexible {
  max-width: 100%;
  margin: 40px 0;
}
.img-container img {
  max-width: 100%;
}
.npm-install {
  position: relative;
  margin-bottom: 20px;
}
.npm-install:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0,0,0,0.2);
  vertical-align: top;
}
.autoselect-wrapper > input[type=text] {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  margin: 0;
  padding: 0 0 0 30px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: visible;
  overflow-x: auto;
  color: rgba(0,0,0,0.6);
  height: 20px;
  cursor: text;
  font-size: 15px;
}
.search-results li {
  list-style: none;
}
.search-results h3 {
  padding-bottom: 0;
}
.search-results .name {
  font-weight: bold;
  font-size: 1.2em;
}
.search-results .author {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  font-size: 0.9em;
  color: rgba(0,0,0,0.4);
}
.search-results .author a {
  color: rgba(0,0,0,0.4);
}
.search-results .author a:hover {
  color: #cb3837;
}
.search-results p {
  margin-bottom: 0px;
}
.search-results .package-details {
  position: relative;
}
.search-results .keywords,
.search-results .stats {
  color: rgba(0,0,0,0.4);
  font-size: 0.8em;
}
.search-results .readme-context {
  background-color: #f6f6f6;
  padding: 5px;
  font-size: 0.8em;
  color: rgba(0,0,0,0.6);
}
.search-results i {
  position: relative;
  font-size: 0.9em;
  margin-right: 4px;
  top: 1px;
}
.a11y-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
#what-npm-is-for {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
  color: #cb3837;
  width: 200px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #what-npm-is-for {
    margin-bottom: 0;
    display: block;
    text-align: center;
    width: auto;
  }
}
#what-npm-is-for:after {
  -webkit-animation: cursor-blink 0.8s linear infinite;
  -moz-animation: cursor-blink 0.8s linear infinite;
  -o-animation: cursor-blink 0.8s linear infinite;
  animation: cursor-blink 0.8s linear infinite;
  content: "|";
  color: #cb3837;
  padding-left: 3px;
}
#what-npm-is-for.disabled:after {
  content: none;
}
#home-stats {
  position: relative;
  margin: 10px auto 10px auto;
  padding: 0;
  max-width: 900px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #home-stats {
    display: block;
  }
  #home-stats .stat {
    display: block;
    width: 200px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  #home-stats {
    display: none;
  }
}
.stat {
  position: relative;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  line-height: 20px;
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  margin: 20px 20px 20px 0;
  padding-left: 46px;
}
.stat.icon-package-hex:before {
  top: 0;
  font-size: 36px;
}
.stat:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 2px;
  color: rgba(0,0,0,0.8);
}
.stat strong {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: rgba(0,0,0,0.8);
}
@-moz-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.tip {
  margin: 20px 0 0;
}
.tip strong {
  margin-right: 5px;
}
.tip > p {
  display: inline;
}
.tip code {
  background-color: transparent;
  font-size: 1em;
  white-space: pre;
}
.tip code:before,
.tip code:after {
  content: "`";
  display: inline;
}
.billing-header {
  text-align: left;
}
.subscriptions th,
.org-table th,
.subscriptions td,
.org-table td {
  padding: 20px;
}
.subscriptions .icon-x,
.org-table .icon-x {
  border: 0;
  background: none;
  cursor: pointer;
}
.org-table {
  border: 1px solid #ababab;
}
.org-table th:first-child,
.org-table td:first-child {
  width: 70%;
}
.org-table th:last-child,
.org-table td:last-child {
  text-align: center;
  width: 10%;
}
.org-table th:only-child,
.org-table td:only-child {
  text-align: left;
  width: 100%;
}
.org-table tbody tr {
  border-top: 1px solid #ababab;
}
.org-table tbody tr:last-child td:last-child {
  text-align: left;
  width: auto;
}
.org-table .circle-avatar,
.org-table .name {
  display: inline-block;
  vertical-align: middle;
}
.org-table .circle-avatar {
  padding-right: 20px;
}
.org-table .circle-avatar img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.org-table .display-name {
  display: block;
}
.subscriptions {
  border-collapse: separate;
  border-spacing: 0 1em;
}
.subscriptions tbody tr {
  background-color: #e8e8e8;
}
.subscriptions th:first-child,
.subscriptions td:first-child {
  width: 40%;
}
.subscriptions th:last-child,
.subscriptions td:last-child {
  text-align: center;
  width: 20%;
}
.subscriptions th:only-child,
.subscriptions td:only-child {
  text-align: left;
  width: 100%;
}
.subscriptions td {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}
.subscriptions td:first-child {
  border-left: 1px solid #ababab;
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}
.subscriptions td:last-child {
  border-right: 1px solid #ababab;
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}
.subscriptions td a {
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
.subscriptions td a:hover {
  text-decoration: none;
}
.org-packages .icon-lock {
  position: relative;
  top: 3px;
  color: rgba(0,0,0,0.6);
}
.org-user-add input[type=text],
.org-user-add input[type=radio],
.org-user-add fieldset,
.org-user-add label,
.org-user-add button {
  display: inline-block;
  vertical-align: middle;
}
.org-user-add input[type=text] {
  width: 60%;
  margin: 0;
}
.org-user-add fieldset {
  margin: 0 3%;
}
.org-user-add fieldset legend {
  margin: 0;
}
.org-marketing-page h1 {
  font-size: 46px;
}
.org-marketing-page h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.238;
}
.org-marketing-page h3 {
  font-size: 28px;
  color: #cb3837;
  font-weight: 300;
  line-height: 1.286;
}
.org-marketing-page h4 {
  color: #cb3837;
  font-size: 18px;
  line-height: 1.3333;
  margin-bottom: 15px;
}
.org-marketing-page .description {
  color: #485165;
  font-size: 13px;
  line-height: 2.15;
  margin-bottom: 1em;
}
.org-marketing-page .button {
  display: inline-block;
}
.marketing-banner-container {
  background: rgba(207,225,236,0.5);
  margin: -50px -20px 0;
  padding: 40px 20px 20px;
}
.marketing-banner {
  max-width: 1180px;
  margin: 0 auto;
}
.marketing-banner .img-container {
  display: none;
  float: right;
  width: 45%;
  max-width: 601px;
}
.org-banner-info {
  float: left;
  margin-right: 20px;
}
.org-marketing-description {
  font-size: 16px;
  color: #212121;
  font-weight: 300;
  line-height: 1.75;
}
.org-marketing-feature-list li {
  color: #a5b3aa;
  font-weight: 300;
  margin-top: 20px;
}
.org-marketing-feature-list li:first-child {
  margin-top: 0;
}
.org-marketing-feature-list span {
  color: #000;
}
.org-marketing-pricing .intro-text {
  text-align: center;
}
.org-marketing-pricing ul {
  margin: 65px auto 0;
  text-align: center;
  width: 75%;
}
.org-marketing-pricing li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  margin-left: -4px;
  height: 400px;
}
.org-marketing-pricing li:first-child {
  margin-left: 0;
}
.org-marketing-pricing .img-container {
  height: 140px;
  position: relative;
  margin-bottom: 1em;
}
.org-marketing-pricing .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right: -50%;
}
.org-pricing {
  position: relative;
  height: 100%;
}
.org-pricing .org-plan {
  font-size: 16px;
  font-weight: 600;
}
.org-price {
  padding-top: 10px;
  padding-bottom: 5px;
}
.org-pricing .org-price .price {
  color: #cb3837;
  font-size: 31px;
  display: block;
  font-weight: 600;
}
.org-pricing .org-price .price:before {
  content: '$';
  vertical-align: super;
  font-size: 50%;
}
.org-pricing .org-price .frequency {
  font-size: 14px;
  font-weight: 300;
}
.org-pricing .org-sign-up-button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-right: -50%;
}
.org-details span {
  display: inline-block;
}
.org-details .includes {
  font-weight: 600;
}
@media (min-width: 768px) {
  .marketing-banner .org-banner-info {
    width: 50%;
    max-width: 417px;
  }
  .marketing-banner .img-container {
    display: block;
  }
  .org-marketing-main h2 {
    margin: -95px 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
  }
}
