h3 a {
    text-decoration: none;
}

#posts {
    margin-top: 0;
    text-align: left;
}

#kube-features {
    margin-top: 0;
}

#kube-faq h2 {
    margin-top: 60px;
    text-align: left;
}

#posts h2 {
    margin-bottom: 1em;
    font-weight: bold;
}

#posts h2:not(:first-child) {
    margin-top: 2em;
}

#posts h3 {
    font-size: 18px;
}

#posts h4 {
    font-size: 16px;
}

#posts li {
    margin-bottom: 1.5em;
}

.section-checkout-map #posts li,
.tight-lists #posts li,
#posts ul.tight-lists li,
#posts ol.tight-lists li
{
    margin-bottom: .25em;
}

#posts ol ol {
    margin-top: 1em;
}

#posts img {
    margin: 1em 0;
}

#docs-main #side nav li a:hover,
#docs-main #side nav li.active a,
#price-box .price-label,
a:hover
{
    color: #FF7200;
}

#hero p:before {
    background-color: #FF7200;
}

#hero h1 {
    font-size: 54px;
    line-height: 60px;
}

pre, pre code, code {
    background-color: #f8f8f8;
    color: rgba(0,0,0,1);
    font-size: 100%;
}

pre, pre code {
    white-space: pre;
}

pre {
    line-break: strict;
    overflow-x: auto;
}