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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
article,
aside,
nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
header,
footer,
section,
article,
aside,
nav {
  display: block;
}
body {
  background: #fff;
  color: #5d5e59;
  font: 100%/1.5 "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
}
h1,
h2,
h3,
h4 {
  font-family: "Arvo", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #6c6d6d;
  font-weight: normal;
  line-height: 1.15em;
  margin: 1em 0px 0.25em;
}
h1 {
  margin-top: 0;
  font-size: 36px;
  font-size: 2.25rem;
}
h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25em;
  margin-top: 1.5em;
}
h1 a,
h2 a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  text-decoration: none;
}
h4,
h5,
h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
div.section + h3 {
  margin-top: 0;
}
span.subheading {
  font-size: 0.85em;
  font-weight: normal;
  color: #888;
  display: block;
}
h3 + span.subheading {
  margin-bottom: 1em;
  margin-top: -0.5em;
}
small {
  font-size: 0.9em;
  color: #6c6d6d;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.5em;
  max-width: 800px;
}
pre {
  border-radius: .25em;
  background: #f5f2f0;
  border: 1px solid #DDD;
  padding: .5em 1em;
  overflow: auto;
}
pre code {
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
}
code,
kbd,
samp,
tt {
  border-radius: .15em;
  background: #f5f2f0;
  border: 1px solid #DDD;
  color: #4271ae;
  font-size: 1em;
  padding: 0.15em 0.33em;
}
var {
  color: #c0392b;
}
p:last-child {
  margin-bottom: 0;
}
p.introduction {
  font-size: 1.33em !important;
  line-height: 1.5em;
  font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0.75em;
}
a {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
  color: #0095dd;
}
a:hover,
a:focus,
a:active {
  color: #00539f;
  text-decoration: underline;
}
a[rel="external"] {
  background: url("/assets/840f340/images/icons/external.png") right center no-repeat;
  padding-right: 20px;
  -webkit-transition: 0.25s all linear;
  -moz-transition: 0.25s all linear;
}
a[rel="external"]:hover {
  background-image: url("/assets/840f340/images/icons/external_50.png");
}
a.btn {
  background: #76c642;
  color: #fff;
  white-space: nowrap;
  border: 0;
  display: inline-block;
  padding: 0.5em 1em 0.5em;
}
a.btn.grey {
  background: #999;
}
a.btn:hover {
  text-decoration: none;
  background: #9D9D9D;
}
a.gateway {
  padding: 0.5em 0.75em 0.5em;
  line-height: 1em;
  display: inline-block;
  background: #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-left: -0.1em;
  margin-right: 0.5em;
}
a.gateway:hover {
  background: #a05617;
  border-color: #a04900;
  color: white;
  text-decoration: none;
}
ul,
ol,
dl {
  margin-bottom: 1.5em;
  margin-left: 0;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
  counter-reset: section;
}
ul {
  list-style-type: disc;
}
li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
li ul,
li ol {
  padding-top: 0.25em;
  margin-left: 1.5em;
}
dt {
  margin-left: 1.5em;
  font-weight: bold;
}
dd {
  margin-left: 3em;
  margin-bottom: 1em;
}
blockquote {
  position: relative;
  overflow: hidden;
  padding: 1em 20px;
  border-top: none;
  border-left: 3px solid #e0e0e0;
  margin-top: 0;
  margin-bottom: 0.5em;
}
div.right.quote {
  float: right;
  width: 300px;
  margin-right: -178px;
  margin-left: 18px;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
div.left.quote {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-left: -20px;
  margin-bottom: 3.5em;
  overflow: hidden;
  position: relative;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -10px;
  font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 12em;
  font-style: normal;
  z-index: 1;
  color: #e0e0e0;
}
blockquote p {
  font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif;
  font-size: 1.33em;
  font-style: italic;
  line-height: 1.5em;
  background: no-repeat;
  z-index: 2;
  position: relative;
}
cite {
  font-size: 0.85em;
  line-height: 1.4em;
  color: #aaa;
  display: block;
  margin-top: 0.5em;
  padding: 0 22px;
}
cite:before {
  content: "—";
  margin-left: -1.1em;
}
span.ampersand,
span.alternate {
  font-family: "Baskerville", Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  line-height: inherit;
}
span.ampersand {
  display: inline-block;
  font-size: 1.33em;
  margin-top: -0.33em;
}
span.alternate {
  letter-spacing: normal;
  position: relative;
  top: -0.1em;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.highlight {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
.highlight table {
  width: 100%;
  table-layout: fixed;
}
.highlight td.code pre {
  overflow: scroll;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.highlight td.gutter {
  width: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.highlight td.gutter pre {
  text-align: right;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  color: #ccc;
}
.highlight .c {
  color: #999988;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #999988;
  font-style: italic;
}
.highlight .cp {
  color: #999999;
}
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
.highlight .cs {
  color: #999999;
  font-style: italic;
}
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #009999;
}
.highlight .kp {
  color: #0086b3;
}
.highlight .kt {
  color: #445588;
}
.highlight .m {
  color: #009999;
}
.highlight .s {
  color: #dd1144;
}
.highlight .na {
  color: #008080;
}
.highlight .nb,
.highlight .py {
  color: #0086b3;
}
.highlight .nc,
.highlight .n {
  color: #445588;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #990000;
}
.highlight .nn {
  color: #555555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .sb {
  color: #dd1144;
}
.highlight .sc {
  color: #dd1144;
}
.highlight .sd {
  color: #dd1144;
}
.highlight .s2 {
  color: #dd1144;
}
.highlight .se {
  color: #dd1144;
}
.highlight .sh {
  color: #dd1144;
}
.highlight .si {
  color: #dd1144;
}
.highlight .sx {
  color: #dd1144;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #dd1144;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #009999;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
ul.bullets {
  list-style-position: outside;
  margin-left: 1.25em;
}
ul.bullets li {
  line-height: 1.4em;
}
ul.checkmarks {
  list-style-position: outside;
  margin-left: 3em;
  list-style-image: url("/assets/840f340/images/checkmark-green.png");
}
.comma-separated > * {
  display: inline;
}
.comma-separated > *:after {
  content: ', ';
}
.comma-separated > *:last-child:after {
  content: '';
}
.dot-separated > * {
  display: inline;
}
.dot-separated > *:after {
  content: ' · ';
}
.dot-separated > *:last-child:after {
  content: '';
}
.dot-separated .comma-separated {
  margin-left: 0;
}
.pipe-separated > * {
  display: inline;
}
.pipe-separated > *:after {
  content: ' | ';
}
.pipe-separated > *:last-child:after {
  content: '';
}
.denotesRequiredField {
  color: red;
}
.development {
  background: #eea53b;
  color: #fff;
  padding: 0.5em;
  margin: 0.5em 0 1.5em 0;
}
.development a {
  color: #fff;
  text-decoration: underline;
}
.puppetconf {
  background-color: #fff;
  padding: 0.75em;
}
.callout {
  background: #f1f1f1;
  padding: 0.5em;
  color: #555;
}
body {
  background: #cccccc;
}
body > section {
  padding-right: 5%;
  padding-left: 5%;
  width: 90%;
}
body > section .site-width {
  width: 100%;
  max-width: 1300px;
  min-width: 940px;
  margin: 0 auto;
  position: relative;
}
pre,
code,
kbd,
samp,
tt {
  font-family: Inconsolata, Consolas, Menlo, Monaco, "Andale Mono", monospace;
  line-height: 1em;
}
code {
  font-size: 0.95em;
  color: #333;
  background-color: #fae6c8;
  padding: 0 0.25em;
}
pre {
  border-radius: .25em;
  background: #f5f2f0;
  border: 1px solid #DDD;
  padding: 0.5em 1em;
  overflow: auto;
}
pre.homepage {
  max-width: 800px;
  background: #ffffff;
  margin-bottom: 5px;
}
pre code {
  border-radius: 0;
  background: none;
  border: 0;
  padding: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
textarea {
  border: 1px solid #CCC;
  line-height: 1.4em;
  color: #777;
  font-size: 1em;
}
input[type="checkbox"],
textarea[type="checkbox"],
input[type="radio"],
textarea[type="radio"] {
  display: inline;
}
input[type="text"],
textarea[type="text"],
input[type="search"],
textarea[type="search"],
input[type="password"],
textarea[type="password"],
input[type="url"],
textarea[type="url"],
input[type="email"],
textarea[type="email"] {
  width: 80%;
  max-width: 650px;
  padding: 0.5em;
}
input[type="search"],
textarea[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="submit"],
textarea[type="submit"] {
  background: #76c642;
  color: #fff;
  white-space: nowrap;
  border: 0;
  display: inline-block;
  padding: 0.5em 1em 0.5em;
  margin-right: 1em;
}
input[type="submit"].search-btn,
textarea[type="submit"].search-btn {
  padding: 0.5em;
  margin-right: 0em;
}
input[type="submit"]:hover,
textarea[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #92d269;
}
input[type="file"],
textarea[type="file"] {
  border: none;
}
textarea {
  width: 80%;
  max-width: 650px;
  padding: 0.5em;
}
form p {
  color: #999;
  margin-bottom: 0.5em;
  max-width: 80%;
  line-height: 1.25em;
}
form ul {
  margin-left: 0;
}
form ul.form li {
  margin-bottom: 2em;
  list-style-type: none;
}
form .requiredFieldText span {
  color: #efa92d;
}
form .not-editable-input {
  width: 80%;
  max-width: 650px;
  padding: 0.5em;
  background-color: #e1e1e1;
  color: #777;
}
form small {
  color: #999;
}
label {
  display: block;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
label.inline-label {
  display: inline;
}
label.required:after {
  color: #efa92d;
  font-size: 14px;
  content: "*";
  margin-left: 0.25em;
}
.tabbed-nav {
  border-bottom: 1px #ccc solid;
}
.tabbed-subnav {
  padding: 0 5px;
  background-color: #f4f4f4;
}
.tabbed-content {
  clear: both;
  padding: 1em;
  margin-top: 8px;
  margin-left: 0em;
  min-height: 400px;
}
.subnav-tabs {
  float: left;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: 0;
}
.subnav-tabs li {
  display: inline-block;
  padding: 0;
  margin-right: 0.25em;
  margin-bottom: 0;
}
.subnav-tabs .link-tab {
  display: block;
  padding: 7px 8px 5px 8px;
  border-bottom: none;
  color: #5d5e59;
  text-decoration: none;
}
.subnav-tabs .link-tab.selected {
  font-weight: bold;
  background-image: url("/assets/840f340/images/tab-selected.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.tab-pages {
  margin-bottom: 0;
}
.tab-pages li {
  display: inline-block;
  padding: 0;
  margin-right: 0.25em;
  margin-bottom: 0;
}
.tab-pages a {
  display: block;
  padding: 6px 10px;
  font-size: 13px;
  color: #5d5e59;
  text-decoration: none;
}
.tab-pages a.selected {
  font-weight: bold;
}
.avatar {
  vertical-align: top;
  margin: 0 0.5em 0.5em 0;
  border: 1px #ccc solid;
}
.notification,
#deleted-release-warning {
  text-align: center;
  width: 100%;
  background-color: #ffede0;
  color: #555;
  padding: 0.5em 0;
  -webkit-transition: height 0.25s linear,
                      padding 0.25s linear,
                      margin 0.25s linear;
}
.notification.hidden {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.notification a {
  font-weight: normal;
  text-decoration: underline;
  font-size: 0.85em;
}
.notification p {
  margin: 0;
}
.failure,
.errors {
  background: #f6d099;
  color: #A54B08;
  margin: 1em 0;
  padding: 10px;
}
.failure h3,
.errors h3 {
  margin-top: 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #A54B08;
}
.failure ul,
.errors ul {
  margin-bottom: 0;
  padding-left: 25px;
}
.failure li,
.errors li {
  margin-bottom: 0;
  font-size: 0.95em;
  line-height: normal;
}
.error-page-msg {
  background: #ffffff url("/assets/840f340/images/blacksmith-retro.jpg") 0 0 no-repeat;
  padding-left: 170px;
  padding-top: 55px;
  height: 400px;
}
.small-text {
  font-size: 12px;
  font-size: 0.75rem;
}
.small-inline-text {
  font-size: 12px;
  font-weight: normal;
  color: #777;
  padding-left: 0.5em;
}
.supported-banner {
  background-image: url("/assets/840f340/images/supported-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.approved-banner {
  background-image: url("/assets/840f340/images/approved-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
section#masthead {
  height: 39px;
  background-color: #302C6D;
  font-size: 0.85em;
  opacity: 1;
}
section#masthead ul {
  padding-top: 9px;
  margin-bottom: 0;
  margin-left: 0;
  text-align: right;
}
section#masthead ul li {
  display: inline;
  padding-right: 20px;
}
section#masthead ul li:last-child {
  padding-right: 0;
}
section#masthead a {
  color: #fff;
}
section#header {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  background: #F7F6F4;
  height: 95px;
  border-bottom: 2px solid #c4c4c5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 20px;
}
section#header #logo {
  float: left;
  width: 20.833%;
}
section#header .logo {
  position: relative;
  top: 15px;
  left: 5px;
}
section#header .top-search {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10%;
  width: 54%;
  padding-top: 1.5em;
}
section#header .session {
  float: right;
  width: 25.167%;
  text-align: right;
  padding-top: 1.5em;
  font-size: 0.85em;
}
section#header .session table {
  float: right;
  margin-left: 1em;
}
section#header .session table td.links {
  vertical-align: top;
  text-align: right;
  padding-right: 0.75em;
}
section#header .session .profile-edit {
  font-weight: bold;
}
section#header .session ul.account-links {
  border-top: 1px #ccc solid;
  padding-top: 0.25em;
  margin-top: 0.25em;
  text-align: right;
}
section#header .session ul.account-links.signed-out {
  border-top: 0;
  padding-top: 1em;
}
section#header .session ul.account-links > li {
  display: inline;
  list-style-type: none;
  padding-left: 1em;
}
section#header .session ul.account-links > li:first-child {
  padding-left: 0;
}
section#header .session ul.account-links > li.modules-link {
  padding-top: 0.5em;
}
section#header .session ul.login-links {
  border-top: 1px #ccc solid;
  padding-top: 0.25em;
  margin-top: 0.25em;
  text-align: right;
}
section#header .session ul.login-links.signed-out {
  border-top: 0;
  padding-top: 1em;
}
section#header .session ul.login-links > li {
  display: inline;
  list-style-type: none;
  padding-left: 1em;
}
section#header .session ul.login-links > li:first-child {
  padding-left: 0;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-right: 1px #ccc solid;
}
section#header .session ul.login-links > li.modules-link {
  padding-top: 0.5em;
}
section#content {
  padding-top: 2em;
  padding-bottom: 4em;
  background: white;
}
section#body {
  vertical-align: top;
}
section#body > h2:first-child {
  margin-top: 0;
}
section#body .grey-pane {
  padding: 20px 20px 20px;
  border-bottom: 10px solid #e5e5e5;
  background: #f4f4f4;
  margin-top: 2em;
}
section#body .grey-pane h3 {
  margin-top: 0;
}
section#body .text-columns .col {
  width: 48%;
  float: left;
}
section#body .text-columns .col h3 {
  margin-top: 0;
}
section#body .text-columns .col.right {
  float: right;
}
section#body .text-columns .col.pad {
  margin-right: 3%;
}
section#body .text-columns .col.grey-pane {
  width: 42%;
  margin-top: 0;
}
section#body .text-columns .col.grey-pane p {
  margin-bottom: 1em;
}
section#body .text-columns .col.supported {
  background-color: #f4f4f4;
}
section#body .text-columns .col.supported h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}
section#body #module-blog-post {
  display: block;
  position: relative;
  background: #f4f4f4;
}
section#body #module-blog-post h2 {
  margin-top: 0;
}
section#body #modulepage-title {
  width: 100%;
}
section#body #modulepage-title h2 {
  margin-top: 0;
}
section#body #modulepage-title td {
  vertical-align: top;
}
section#body #author-admin-links {
  text-align: right;
}
section#body #author-admin-links li {
  display: inline;
  font-size: 0.85em;
}
section#body #author-admin-links li a {
  color: white;
  background-color: #aaaaaa;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section#body #author-admin-links li a:hover {
  background-color: #bbbbbb;
  text-decoration: none;
}
section#body.with-sidebar {
  float: left;
  width: 72%;
}
.panel-pane {
  margin: 0 0 60px;
}
.panel-pane.grey {
  background-color: #f4f4f4;
  padding: 20px 20px 20px;
}
.panel-pane.supported {
  background-image: url("/assets/840f340/images/supported-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.panel-pane.supported h2 {
  margin-top: 0;
  line-height: 1.4em;
}
.panel-pane.approved {
  background-image: url("/assets/840f340/images/approved-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
section.supported h2,
section.approved h2 {
  margin-top: 60px;
}
section.supported .module-info-basic,
section.approved .module-info-basic {
  margin-right: 25px;
}
form#login-form input[type="text"],
form#password-reset input[type="text"],
form#login-form input[type="password"],
form#password-reset input[type="password"],
form#login-form input[type="url"],
form#password-reset input[type="url"],
form#login-form input[type="email"],
form#password-reset input[type="email"],
form#login-form .not-editable-input,
form#password-reset .not-editable-input {
  width: 50%;
}
#login-form {
  margin-top: 2em;
}
#search-page form input[type="search"] {
  width: 50%;
}
#search-page form input[type="submit"] {
  margin-right: 0;
  -webkit-appearance: none;
}
#search-page h1 {
  margin: 0 0 0.25em 0;
}
#search-page .search-title-wrap {
  margin-bottom: 0.25em;
}
#search-page h3.search-results-title {
  float: left;
  width: 55%;
  margin-top: 0;
}
#search-page .search-sort-options {
  font-size: 0.95em;
  float: right;
  padding-top: 2px;
  text-align: right;
  white-space: nowrap;
  vertical-align: bottom;
}
#search-page .search-sort-options a.inactive {
  color: #777;
  text-decoration: none;
}
#search-page .search-sort-options ul {
  margin-bottom: 0;
}
#search-page .pagination {
  text-align: center;
}
#search-page .pagination ul {
  list-style: none;
}
#search-page .pagination ul li {
  display: none;
}
#search-page .pagination ul li a,
#search-page .pagination ul li a:hover {
  padding: 0.25em 0.5em;
  border: solid 1px #8A898D;
  background-color: #E1DFE9;
  color: #666;
  text-decoration: none;
}
#search-page .pagination ul li:nth-child(1),
#search-page .pagination ul li:nth-child(2),
#search-page .pagination ul li:nth-child(3),
#search-page .pagination ul li.window,
#search-page .pagination ul li:nth-last-child(3),
#search-page .pagination ul li:nth-last-child(2),
#search-page .pagination ul li:nth-last-child(1) {
  display: inline-block;
}
#search-page .pagination ul li:nth-child(3) ~ li[class=""] + li.window:before,
#search-page .pagination ul li[class=""] + li:nth-last-child(3):before {
  content: '… ';
}
#search-page .pagination ul li.current a,
#search-page .pagination ul li.current a:hover {
  border-color: #D9D9DC;
  background-color: #F2F0F7;
  color: #999;
}
.search-filters {
  float: left;
  width: 21%;
  margin-right: 0.25em;
}
.search-filters .grey {
  padding: 12px;
}
.search-filters .panel-pane {
  margin-bottom: 1.5em;
}
.search-filters .filter-title {
  margin: 0;
  width: auto;
  float: left;
  font-weight: bold;
}
.search-filters h5 {
  margin-top: 0;
  font-size: 0.85em;
  font-weight: normal;
}
.search-filters input[type="checkbox"] {
  vertical-align: top;
  margin-right: 0.25em;
  float: left;
  width: auto;
}
.search-filters label {
  font-weight: normal;
  font-size: 0.85em;
  float: left;
  width: 80%;
}
.search-filters select {
  min-width: 80%;
}
.search-filters .btn {
  width: 85%;
  text-align: center;
}
.search-filters .clear-filters {
  float: right;
  font-size: 0.85em;
}
.search-filters .filter-section {
  padding-top: 1em;
}
.search-filters .filter-section.top {
  border-top: 1px solid #CCC;
  margin-bottom: 1em;
}
.search-filters .form {
  margin-bottom: 0;
}
.search-filters .form li {
  padding: 0;
  margin: 0;
  margin-left: -0.25em;
}
.search-filters .note {
  line-height: 1.4em;
}
.list-container {
  float: right;
  width: 73%;
}
.list {
  list-style-type: none;
  margin-left: 0;
}
.list > li {
  position: relative;
  padding: 1em 0.75em;
  margin: 0;
  border-bottom: solid 1px #cccccc;
}
.list > li:first-child {
  border-top: solid 1px #cccccc;
}
.list > li.supported {
  background-image: url("/assets/840f340/images/supported-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.list > li.approved {
  background-image: url("/assets/840f340/images/approved-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.list > li h3 {
  padding-right: 65px;
  margin: 0 0 0.25em 0;
}
.list > li p {
  padding-right: 15px;
  margin-bottom: 0.5em;
  line-height: 1.1em;
}
.list > li .endorsement-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
}
.list .list-wrapper {
  position: relative;
  min-height: 87px;
}
.list.modules .col {
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list.modules .col.user-pic {
  width: 10%;
  box-sizing: border-box;
  padding-top: 0.25em;
  padding-right: 1em;
}
.list.modules .col.user-pic .avatar {
  width: 100%;
  border: 1px #ccc solid;
  padding: 0;
}
.list.modules .col {
  width: 90%;
}
.list.modules .deleted {
  background-color: #ffede0;
}
.list.modules .module-footer {
  position: absolute;
  bottom: 0px;
  width: 90%;
  padding-left: 10%;
  margin-bottom: -10px;
}
.list.modules .module-footer .release-info,
.list.modules .module-footer .rank-info {
  float: left;
  width: 50%;
}
.list.modules .module-footer .release-info {
  padding-top: 6px;
  font-size: 14px;
  line-height: 14px;
}
.list.modules .module-footer .rank-info {
  text-align: right;
}
.list.modules .module-footer .rank-info .scores,
.list.modules .module-footer .rank-info .counts {
  display: inline-block;
  text-align: right;
  line-height: 1em;
  cursor: default;
}
.list.modules .module-footer .rank-info .scores i,
.list.modules .module-footer .rank-info .counts i {
  color: #aaa;
}
.list.modules .module-footer .rank-info .scores {
  margin-left: 4px;
  padding-left: 8px;
  border-left: 1px solid #cccccc;
}
.list.modules .summary {
  margin-bottom: 2em;
  padding-right: 40px;
}
.list.modules .pe-only {
  font-size: 16px;
}
.list.modules .pe-only i {
  vertical-align: middle;
}
.list.modules .note {
  width: 75%;
  color: #b1b1b1;
  margin: 0 auto;
  margin-bottom: 2em;
  margin-top: 2em;
}
.list li.pe-only .module-footer .rank-info .scores {
  border-left: 0;
}
.module-header {
  position: relative;
  float: left;
  width: 72%;
  min-height: 77px;
  padding: 1em;
  background-color: #f4f4f4;
}
.module-header.supported {
  background-image: url("/assets/840f340/images/supported-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.module-header.approved {
  background-image: url("/assets/840f340/images/approved-tag-upper-right.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.module-header .author,
.module-header .tag-section {
  padding-top: 0.25em;
}
.module-header .popular {
  display: inline;
  margin-left: 0;
}
.module-header .tags {
  display: inline;
  margin-left: 0;
}
.module-header .endorsement-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 77px;
}
.module-header .details {
  font-size: 0.95em;
}
.module-header .details table {
  width: 100%;
  position: relative;
}
.module-header .details .gravatar {
  float: left;
  width: 77px;
}
.module-header .details .gravatar .avatar {
  margin: 0;
  padding: 0;
}
.module-header .details .module-info-basic {
  margin-left: 93px;
  /* width of gravatar (77) + 1em (16) */
}
.module-header .details .module-info-basic .module-info-header {
  margin: 0;
  padding-right: 45px;
}
.module-header .details .module-info-basic .module-info-header a:hover {
  text-decoration: underline;
}
.module-header .details .module-info-basic .module-info-header h2 {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1.1rem;
}
@media (max-width: 1150px) {
  .module-header .details .module-info-basic .module-info-header h2 .namespace {
    display: none;
  }
}
.module-header .details .module-info-basic .module-info-header .module-info-author {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
  white-space: nowrap;
}
.module-header .details .module-info-basic .module-info-header .module-links {
  display: inline-block;
  font-size: 12px;
}
.module-header .details .module-info-basic .module-info-header .module-links li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
}
.module-header .details .module-info-basic > div {
  padding-bottom: 0.35em;
}
.module-header .details .module-info-basic ul {
  margin: 0;
  list-style-type: none;
}
.module-header .details .module-info-basic ul.release-os-compat li {
  display: inline;
  margin-right: 5px;
}
.module-header .details .module-info-basic ul.release-os-compat span[data-releases] {
  border-bottom: 1px dotted;
  cursor: default;
}
.module-header .details .module-info-basic .module-info-summary {
  margin-bottom: 1em;
}
.module-header .details .module-info-basic .module-info-tags {
  font-size: 0.85em;
  margin-top: 1.75em;
  width: 85%;
}
.module-header .details .module-info-basic .compatibility {
  background-color: #ffffff;
  padding: 0.5em;
  margin-top: 0.25em;
}
.module-header .details .module-info-basic .compatibility ul.bullets {
  list-style-type: disc;
  margin-left: 1.5em;
}
.module-header .details .module-info-basic .compatibility ul.bullets li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-header .download-info {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px #ccc solid;
}
.module-header .download-info > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.module-header .download-info .installation {
  float: left;
  width: 75%;
}
.module-header .download-info .installation small {
  display: block;
  float: left;
  width: 50%;
  font-size: 11px;
}
.module-header .download-info .installation small.download-link {
  text-align: right;
  font-weight: bold;
}
.module-header .download-info .download-counts {
  float: left;
  width: 25%;
  padding-top: 36px;
  padding-right: 5%;
  text-align: right;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: bold;
}
.module-header .download-info .download-counts small {
  font-size: 11px;
  font-weight: normal;
  color: #6c6d6d;
}
.module-header .download-info .pe-only {
  padding-left: 93px;
}
.module-header .download-info .pe-only input[type=text] {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
}
.module-header .download-info .pe-only p {
  margin-bottom: 0.5em;
}
.module-header-sidebar {
  float: right;
  width: 22%;
}
#module-sad-ryan {
  min-height: 166px;
  background: url('https://s3.amazonaws.com/uploads.hipchat.com/28367/179204/TEZuIx7TqosxsVb/ryan_fail.jpeg') no-repeat center top;
  background-size: cover;
}
.publish-help {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px #ccc solid;
}
.publish-help h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.publish-help ul {
  margin-top: 1em;
}
.publish-help li {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.installation h4 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.installation h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.installation input.paste-code {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.5em;
  margin-bottom: 3px;
  width: 100%;
  max-width: none;
  padding: 0.75em;
  border: 0;
  background: #e5e5e5;
  color: #5d5e59;
  font-family: Monaco, "Liberation Mono", Courier, monospace;
}
.installation a {
  text-decoration: none;
}
.installation a:hover {
  text-decoration: underline;
}
.new-module-text {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px #ccc solid;
}
.new-module-text h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.new-module-text h3 span {
  font-weight: normal;
}
.new-module-text h3 a {
  font-weight: normal;
}
.new-module-text p {
  font-size: 0.85em;
}
.new-module-text ol {
  padding-left: 23px;
  list-style-position: outside;
}
.new-module-text .pmt-option {
  padding-bottom: 1.4em;
  font-size: 0.95em;
}
.new-module-text input.paste-code {
  display: block;
  background: #fff;
  padding: 0.5em;
  margin: 0.25em 0;
  border: 1px #ccc solid;
  color: #777;
  font-family: Monaco, "Liberation Mono", Courier, monospace;
  font-size: 1.125em;
  width: 95%;
  max-width: 800px;
}
.new-module-text a {
  text-decoration: underline;
}
.new-module-text a:hover {
  text-decoration: none;
}
.new-module-text .code-bit {
  font-weight: bold;
}
#module-release-info {
  position: relative;
  margin-top: 15px;
}
#module-release-header {
  overflow: auto;
  margin-bottom: 10px;
}
#module-release-header #module-release-title {
  float: left;
  font-size: 1.2em;
}
#module-release-header #module-release-switcher {
  float: right;
  padding-top: 3px;
  text-align: right;
  font-size: 13px;
}
#module-release-header #module-release-switcher label {
  display: inline-block;
  font-weight: normal;
}
#module-release-header #module-release-switcher a {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 9px;
  min-width: 60px;
  border-radius: 4px;
  background-color: #f4f4f4;
  text-align: center;
}
#deleted-release-warning {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 1em;
  text-align: left;
}
#deleted-release-warning p {
  margin-bottom: 0.5em;
  max-width: 100%;
}
#deleted-release-warning p.deletion-reason,
#deleted-release-warning p.install-deleted {
  padding-left: 2em;
  font-size: 0.9em;
  line-height: 1.05em;
}
#deleted-release-warning p.deletion-reason {
  font-style: italic;
}
#deleted-release-warning p.install-deleted {
  font-family: Inconsolata, Consolas, Menlo, Monaco, "Andale Mono", monospace;
}
.module-meta-info .tabbed-content ul {
  list-style-type: disc;
  margin-left: 1em;
}
.module-meta-info .markdown h1,
.module-meta-info .markdown h2,
.module-meta-info .markdown h3,
.module-meta-info .markdown h4,
.module-meta-info .tabbed-content .types-functions-docs .types-docs ul.types-list li h1,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs ul.types-list li h1,
.module-meta-info .tabbed-content .types-functions-docs .types-docs ul.types-list li h1:hover span::before,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs ul.types-list li h1:hover span::before {
  position: relative;
  margin-top: 1.25em;
}
.module-meta-info .markdown h1 a.anchor,
.module-meta-info .markdown h2 a.anchor,
.module-meta-info .markdown h3 a.anchor,
.module-meta-info .markdown h4 a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.module-meta-info .markdown h1 a.anchor span,
.module-meta-info .markdown h2 a.anchor span,
.module-meta-info .markdown h3 a.anchor span,
.module-meta-info .markdown h4 a.anchor span {
  display: inline-block;
  margin-left: -24px;
  font-family: 'FontAwesome';
  font-size: 0.8em;
  line-height: 1;
  text-decoration: none;
  color: #ddd;
}
.module-meta-info .markdown h1:hover a.anchor span::before,
.module-meta-info .markdown h2:hover a.anchor span::before,
.module-meta-info .markdown h3:hover a.anchor span::before,
.module-meta-info .markdown h4:hover a.anchor span::before {
  content: "\f0c1";
}
.module-meta-info .markdown h1,
.module-meta-info .tabbed-content .types-functions-docs .types-docs ul.types-list li h1,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs ul.types-list li h1,
.module-meta-info .tabbed-content .types-functions-docs .types-docs ul.types-list li h1:hover span::before,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs ul.types-list li h1:hover span::before {
  margin-top: 0.5em;
}
.module-meta-info .markdown h1 a.anchor {
  margin-left: -36px;
}
.module-meta-info .markdown h2 {
  margin-bottom: 0.5em;
}
.module-meta-info .markdown h4 {
  margin-top: 1.5em;
}
.module-meta-info .markdown p,
.module-meta-info .markdown ul {
  margin-bottom: 0.75em;
}
.module-meta-info .markdown ul,
.module-meta-info .markdown ol {
  margin-left: 2.5em;
  margin-bottom: 1.75em;
}
.module-meta-info .markdown pre {
  margin-bottom: 1.75em;
}
.module-meta-info .markdown dt {
  color: #6c6d6d;
}
.module-meta-info .section {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.module-meta-info ul.issues {
  margin-top: 1.25em;
}
.module-meta-info ul.release-dependencies {
  margin-top: 1.25em;
}
.module-meta-info .plaintext {
  margin-top: 1.25em;
}
.release-compatibility h2 {
  margin: 1.25em 0 1em 0;
}
.release-compatibility ul {
  margin: 0.5em 0 2.5em 2em;
}
.release-compatibility ul.release-os-compat {
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
}
.release-compatibility .release-os-compat-title {
  font-weight: bold;
  margin-left: 1em;
  margin-top: 2em;
}
hr.div-line-style {
  border: 0 none;
  height: 1px;
  background: #ccc;
  opacity: 0.5;
}
section#sidebar {
  float: right;
  width: 22%;
  vertical-align: top;
  margin-left: 1.5em;
  font-size: 1em;
}
section#sidebar .sidebar-box {
  background: #f7f7f7;
  margin-bottom: 1em;
  padding: 1em;
}
section#sidebar .publish {
  margin-bottom: 2em;
}
section#sidebar h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 0.25em;
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.4em;
  -webkit-transition: 0.25s border linear;
}
section#sidebar ul,
section#sidebar ol {
  list-style-type: none;
  margin-left: 0;
}
section#sidebar a.btn {
  display: block;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  font-size: 1.125em;
}
section#sidebar a.btn:hover {
  text-decoration: none;
  background-color: #92d269;
}
section#sidebar .icon-caret-right:before {
  content: "\f0da";
}
section#sidebar section {
  margin-bottom: 3em;
}
section#sidebar section.last {
  margin-bottom: 0;
}
section#sidebar section.popular ul {
  margin-bottom: 0;
}
section#sidebar section.supported,
section#sidebar section.approved {
  padding: 0.5em;
  background: #fff;
}
section#sidebar section.supported h3,
section#sidebar section.approved h3 {
  border-bottom: 0;
}
section#sidebar section li {
  overflow: hidden;
  text-overflow: ellipsis;
}
section#footer {
  padding-bottom: 20px;
  padding-top: 10px;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #dddddd, #ffffff);
  background-image: -moz-linear-gradient(top, #dddddd, #ffffff);
  background-image: -o-linear-gradient(top, #dddddd, #ffffff);
  background-image: linear-gradient(top, #dddddd, #ffffff);
  color: #666;
  font-size: 11px;
  line-height: 1.75em;
}
section#footer a {
  color: inherit;
}
section#footer .footer-col1 {
  float: left;
  width: 620px;
}
section#footer .footer-col1 li {
  margin-right: 12px;
}
section#footer .footer-col2 {
  float: right;
  width: 300px;
  color: #999;
  text-align: right;
}
section#footer .footer-primary-menu {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
section#footer .footer-primary-menu li {
  margin-right: 12px;
}
section#footer .footer-secondary-menu {
  border-bottom: 1px solid #ccc;
}
section#footer .footer-community-menu {
  font-size: 1.167em;
}
section#footer .footer-tertiary-menu {
  font-weight: bold;
}
section#footer .footer-tertiary-menu li {
  border-left: 1px solid #ccc;
  padding: 0 8px;
}
section#footer .footer-tertiary-menu li:first-child {
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
section#footer .footer-tertiary-menu li:last-child {
  padding-right: 0;
}
section#footer .address-block p {
  margin: 0;
  line-height: 1.75em;
}
section#footer .block-menu-block {
  float: none;
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: 1.333em;
  line-height: 2;
}
section#footer .block-menu-block ul {
  margin: 0;
}
section#footer .block-menu-block li {
  float: none;
  display: inline;
}
section#footer .new-relic-logo {
  width: auto;
  font-size: 0.85em;
  color: #777777;
  margin-top: -5px;
}
section#footer .new-relic-logo img {
  padding-left: 0.25em;
  vertical-align: middle;
}
.compatibility-matrix {
  margin: 2em 0;
  width: 100%;
}
.compatibility-matrix td {
  width: 100px;
  padding: 0.25em;
  background-color: #f4f4f4;
  border: 1px solid #cecece;
  border-left: 0;
  border-top: 0;
}
.compatibility-matrix td.left-label {
  background-color: #fff;
  width: auto;
  padding-right: 10px;
}
.compatibility-matrix td.platform_support {
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.25em;
}
.compatibility-matrix td.platform_support span.supported {
  color: #76c642;
  cursor: default;
}
.compatibility-matrix td.platform_support span.unsupported {
  color: #ccc;
  cursor: default;
}
.compatibility-matrix th {
  background-color: #fff;
  padding: 0.25em;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  font-weight: bold;
  text-align: center;
}
.tooltip-text ul.bullets {
  list-style-position: outside;
  margin-left: 1.25em;
}
.tooltip-text h3 {
  margin-top: 0.25em;
}
.pe-only-tooltip-content {
  max-width: 450px;
}
#module-feedback-questions,
#feedback-results-container ul.feedback-results {
  margin-left: 0;
}
#module-feedback-questions li,
#feedback-results-container ul.feedback-results li {
  list-style-type: none;
  margin-bottom: 10px;
  min-height: 25px;
}
#module-feedback-questions .question,
#feedback-results-container ul.feedback-results .question,
#module-feedback-questions .response,
#feedback-results-container ul.feedback-results .response,
#module-feedback-questions .result,
#feedback-results-container ul.feedback-results .result {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#module-feedback-questions .question,
#feedback-results-container ul.feedback-results .question {
  padding-right: 14px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
}
#module-feedback-questions .legend,
#feedback-results-container ul.feedback-results .legend {
  font-size: 10px;
  line-height: 12px;
}
#module-feedback-questions .legend span,
#feedback-results-container ul.feedback-results .legend span {
  display: block;
}
#module-feedback-questions .legend .legend_low,
#feedback-results-container ul.feedback-results .legend .legend_low {
  float: left;
}
#module-feedback-questions .legend .legend_high,
#feedback-results-container ul.feedback-results .legend .legend_high {
  float: right;
}
#module-feedback-questions .question {
  width: 65%;
}
#module-feedback-questions .response {
  width: 35%;
}
#module-feedback-questions li.scale {
  text-align: right;
  line-height: 12px;
}
#module-feedback-questions li.scale input[type=range] {
  display: none;
}
#module-feedback-questions li.scale .scale_step {
  display: inline-block;
  width: 16%;
  height: 12px;
  margin: 0 5% 0 0;
  background-color: #e5e5e5;
  cursor: pointer;
}
#module-feedback-questions li.scale .scale_step:last-of-type {
  margin-right: 0;
}
#module-feedback-questions li.scale .scale_step:hover,
#module-feedback-questions li.scale .scale_step.lit {
  background-color: #76c642;
}
#module-feedback-questions li.bool input[type=radio] {
  display: none;
}
#module-feedback-questions li.bool .question {
  padding-top: 6px;
}
#module-feedback-questions li.bool a.bool_response {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #5d5e59;
  background-color: #e5e5e5;
  cursor: pointer;
}
#module-feedback-questions li.bool a.bool_response:hover,
#module-feedback-questions li.bool a.bool_response.lit {
  background-color: #76c642;
}
div#module-feedback {
  position: relative;
  margin-bottom: 3em;
}
div#module-feedback h3 {
  border-bottom: 0;
  padding-bottom: 0.5em;
  color: #5d5e59;
}
div#module-feedback #module-feedback-login {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
div#module-feedback #module-feedback-login #module-feedback-login-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 70px;
  margin-top: -25px;
  margin-left: -110px;
  box-sizing: border-box;
  padding: 15px 5px;
  background-color: #fff;
  border: 2px solid #5d5e59;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 8px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 2px 3px 8px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 2px 3px 8px 0px rgba(50, 50, 50, 0.75);
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.scoring-feedback {
  margin: 0.5em 0 1em 0;
  padding: 10px;
  background-color: #f4f4f4;
}
.result-heading {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}
.result-heading h2,
.result-heading h3 {
  float: left;
  margin: 0;
  padding: 0;
}
.result-heading h2 {
  padding-bottom: 12px;
  font-size: 30px;
  color: #6c6d6d;
}
.result-heading h3 {
  padding-bottom: 7px;
  font-size: 20px;
  color: #6c6d6d;
}
.result-heading p {
  float: right;
  margin: 0;
  padding: 21px 0 0 0;
  text-align: right;
  font-size: 18px;
  line-height: 18px;
}
.result-heading p.improvement i {
  color: #cccccc;
  font-size: 0.8em;
  line-height: 18px;
}
.result-heading p.improvement i.improvement {
  color: #c2db5a;
}
.result-heading p.improvement i.decline {
  color: #db5a5a;
}
.result-heading p.score {
  padding-top: 3px;
  font-size: 20px;
  font-weight: bold;
}
.score-summary {
  margin-bottom: 40px;
}
.score-summary .score-summary-heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}
.score-summary .score-summary-title {
  float: left;
  width: 50%;
  font-weight: bold;
}
.score-summary .score-summary-bar {
  width: 35%;
}
.score-summary .score-summary-value {
  width: 15%;
}
.score-summary .score-summary-detail {
  float: left;
  width: 85%;
  font-style: italic;
}
.score-summary .score-summary-more {
  float: left;
  width: 15%;
  text-align: right;
}
.score-summary-bar {
  position: relative;
  float: left;
  height: 20px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.score-summary-bar .score-summary-bar-value {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background-color: #76c642;
}
.score-summary-value {
  float: left;
  text-align: right;
  font-weight: bold;
}
.score-summary-meta {
  padding-top: 4px;
  font-size: 12px;
}
.validation-score-results .score-result-main {
  float: left;
  width: 75%;
  padding-bottom: 2em;
}
.validation-score-results .score-result-sidebar {
  float: right;
  width: 20%;
  padding: 15px 20px;
  background-color: #e9f5fb;
}
.validation-score-results .score-result-sidebar h4 {
  margin-top: 0;
  font-size: 100%;
  font-weight: bold;
  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.validation-score-results .score-result {
  margin-bottom: 30px;
}
.validation-score-results .score-result-summary p {
  margin-bottom: 1em;
}
.validation-score-results .score-result-summary a.view-all {
  display: block;
  font-size: 14px;
}
.validation-score-results .score-result-detail {
  display: none;
}
.validation-score-results .score-result-detail li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.validation-score-results .score-result-detail li.error i {
  color: #db5a5a;
}
.validation-score-results .score-result-detail li.warning i {
  color: #dbd05a;
}
.validation-score-results .score-result-detail li.notice i {
  color: #cccccc;
}
.validation-score-results .score-result-detail li.bonus i {
  color: #76c642;
}
.feedback-score-results #feedback-results-container {
  margin-top: 40px;
}
.feedback-score-results #feedback-results-container ul.feedback-results {
  width: 50%;
  min-width: 440px;
}
.feedback-score-results #feedback-results-container ul.feedback-results .question {
  width: 40%;
  line-height: 20px;
  font-size: 100%;
}
.feedback-score-results #feedback-results-container ul.feedback-results .result {
  width: 60%;
}
.feedback-score-results #feedback-results-container ul.feedback-results .result_total {
  display: block;
  position: relative;
  height: 20px;
  background-color: #e5e5e5;
}
.feedback-score-results #feedback-results-container ul.feedback-results .result_value {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background-color: #76c642;
}
.feedback-score-results #feedback-results-container ul.feedback-results .legend {
  margin-top: 2px;
  line-height: 14px;
  font-size: 100%;
}
.module-meta-info .tabbed-content .types-functions-docs ul,
.module-meta-info .tabbed-content .types-functions-docs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs ul.types-list li,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs ul.types-list li {
  margin-bottom: 2.5em;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-description,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-description {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-info,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-info {
  margin-bottom: 1em;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-info h5,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-info h5 {
  font-size: 0.9em;
  font-style: italic;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-info table,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-info table {
  width: 100%;
  max-width: 907px;
  border-collapse: collapse;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-info table td,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-info table td {
  padding: 6px;
  border: 1px solid #cccccc;
  background-color: #f4f4f4;
}
.module-meta-info .tabbed-content .types-functions-docs .types-docs .type-info table td.type-key,
.module-meta-info .tabbed-content .types-functions-docs .functions-docs .type-info table td.type-key {
  width: 20%;
  font-weight: bold;
}
