body {
    font-family: 'Courier New', monospace !important;
    color: #656565;
}

hr {
    border: none;
    height: 1px;
    color: #ccc;
    background-color: #5FB050;
}

img {
    max-width: 100%;
    margin: 0 0 1rem;
    border-radius: 5px;
}

code {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 85%;
    padding: 0.2em 0.5em;
}

code:before, code:after {
    letter-spacing: -0.2em;
}

div.highlight {
    border: 0;
    padding: 0;
    margin: 0;
}

pre.highlight {
    border: #ddd 1px solid;
    padding: 10px 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.highlight code {
    background-color: inherit;
    padding: 0;
}

a {
    color: #0088cc;
    text-decoration: none;
}

#nav {
    width: 100%;
    text-align: right;
    margin-bottom: 20px !important;
}

#nav a {
    font-size: 18px;
    display: inline-block;
    margin: 25px 30px 10px 0;
    font-weight: bold;
}

#nav .last {
    margin-right: 5px;
}

#header {
    margin-top: 15px !important;
    margin-bottom: 60px !important;
}

#header.doc-header {
    margin: 30px 60px !important;
}

#download-section {
    visibility: hidden;
}

.header, .doc-header div {
    overflow: hidden;
}

.header {
    background: url("../img/logo160x160.png") no-repeat;
    height: 160px;
    line-height: 160px;
    padding-left: 250px;
}

.pricing-summary {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.pricing-item {
    margin: 0 60px 45px 0;
    min-width: 280px;
    max-width: 480px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.pricing-item div, .pricing-item a {
    margin-top: 50px;
    text-align: center;
}

.pricing-item-header {
    text-transform: uppercase;
    margin-top: 15px !important;
    font-weight: normal;
    background-color: #FE536A;
    color: #fff;
    font-size: 28px;
    padding: 15px 30px 15px 30px;
}

.pricing-item-support-text {
    text-align: center !important;
    font-size: 16px;
    line-height: 150%;
    color: #888;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px !important;
}

.pricing-item-price {
    font-size: 80px;
}

.pricing-item-desc {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 150%;
}

.buy-button {
    margin-top: 0px !important;
    padding: 15px 60px 15px 60px !important;
    font-size: 28px !important;
    text-transform: uppercase;
    display: inline-block !important;
}

.editor-items {
    margin-top: 15px;
    margin-bottom: 15px;
}

.editor-item {
    line-height: 36px;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 5px;
}

.selected-editor-item {
    outline: #5FB050 1px solid;
}

.editor-item img {
    width: 28px;
    vertical-align: middle;
    margin: 0;
    margin-right: 20px;
    padding-bottom: 1px;
}

.editor-item span {
    float: right;
    background-color: inherit;
    padding-left: 20px;
    padding-right: 20px;
}

.selected-editor-item span {
    background-color: #5FB050;
    color: white;
}

.upgrade-link {
    font-weight: bold;
}

.doc-header {
    margin-right: 320px !important;
}

.doc-header a {
    width: 72px;
    line-height: 72px;
    position: absolute;
}

.doc-header div {
    background: url("../img/logo72x72.png") no-repeat;
    height: 100px;
    line-height: 72px;
    min-width: 350px;
    margin-left: 10px;
}

.header h1, .doc-header div h1 {
    font-weight: normal;
    vertical-align: middle;
    margin: 0;
    line-height: normal;
    display: inline-block;
    font-size: 36px;
}

.header h1 {
    font-size: 36px;
}

.doc-header div h1 {
    font-size: 28px;
    padding-left: 120px;
}

#toc {
    float: right;
    margin-left: 50px;
    margin-right: 60px;
    margin-bottom: 40px;
    width: 250px;
    border: #ddd 1px solid;
}

#toc ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 10px;
}

#toc ul li.nav-header {
    font-weight: bold;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 20px;
}

#toc ul li.active-item {
    color: #FE536A;
    font-weight: bold;
}

#toc ul li {
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 15px;
}

p.video {
    margin-top: 40px;
    margin-bottom: 30px;
    min-height: 550px;
}

p.video iframe {
    box-sizing: border-box;
    background: url(../img/laptop.svg) center center no-repeat;
    background-size: contain;
    padding: 2.3% 16% 5.3%;
    display: none;
}

#mainContainer, #docContainer #content, #comments {
    margin-left: 60px;
    margin-right: 60px;
}

#mainContainer #nav, #mainContainer #header, #mainContainer #content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}

.feature-list:after, .features:after, #content p:after, #content:after {
    content: "";
    display: table;
    clear: both;
}

#content.doc-content p:after {
    display: inline !important;
}

.editor-logo {
    float: left;
}

.editor-logo img {
    max-width: 100px;
    margin-right: 60px;
    margin-bottom: 10px;
}

.screenshot {
    margin-bottom: 40px;
    vertical-align: top;
    display: inline-block;
    margin-left: 18px;
}

.right-float {
    float: right;
    margin-left: 40px !important;
    margin-bottom: 40px !important;
}

p.logos {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.slick-dots {
    position: relative !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 5px !important;
}

.slick-dots li button::before {
    font-size: 12px !important;
}

.logos a {
    outline: none;
}

.logos img, .logos a img {
    display: inline-block;
    width: 150px;
    margin: 0 40px 0 0;
    border-radius: 0;
    outline: none;
    border: 0;
}

.logos a img {
    width: 80px;
    margin-top: 10px;
    margin-left: 10px;
}

.tweets {
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
    max-width: 100%;
}

.tweets .tweet {
    display: none;
    max-width: 312px;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    clear: right;
}

.showAllTweets {
    font-weight: bold;
}

.editors {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 50px;
    margin-top: 50px;
}

.editors span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.editors img {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.25
}

.editors img.selected {
    opacity: 1
}

.features {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px !important;
}

.features .slick-dots {
    margin-top: 50px !important;
}

.features .slick-dots li {
    padding-left: 30px !important;
}

.features .slick-dots li button::before {
    font-size: 28px !important;
}

.feature {
    position: relative;
    background: url("/assets/img/spinner.gif") no-repeat center center;
    display: none;
    margin: 0;
    padding: 0;
}

.feature canvas {
    padding: 0;
    margin: 0;
    display: block;
}

.feature-loaded {
    background: none;
    display: block;
}

.gifffer-play-button {
    z-index: 1000;
}

.feature-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 36px;
    padding: 20px;
    text-transform: lowercase;
    background: rgba(254, 83, 106, 0.75);
    text-align: center;
    display: block;
}

.feature-playing .feature-title {
    display: none;
}

.feature-title-1::before {
    content: "realtime code coverage";
}

.feature-title-2::before {
    content: "live reporting";
}

.feature-title-3::before {
    content: "advanced navigation";
}

.feature-title-4::before {
    content: "the fastest feedback loop";
}

.feature-title-5::before {
    content: "realtime project view";
}

.feature-title-6::before {
    content: "coverage reports";
}

.feature-title-7::before {
    content: "connected to editor";
}

.feature.bordered canvas, .feature.bordered img.giffferated, .bordered img, .bordered-image {
    border: #ccc 1px solid !important;
    box-sizing: border-box;
}

.features a {
    outline: none;
    margin-bottom: 5px;
}

.features img {
    margin: 0;
    visibility: hidden;
}

.feature-loaded img {
    visibility: visible;
}

.features img, .features canvas, .features div {
    border-radius: 0;
    outline: none;
    border: 0;
}

a.button {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    background: #5FB050;
    display: block;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
}

.downloads {
    margin-bottom: 60px;
    margin-top: 80px;
}

#download-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.download-button {
    width: 100%;
    margin-bottom: 20px;
}

.product, .download {
    margin-top: 30px;
    margin-bottom: 10px;
    max-width: 1024px;
    padding-left: 10px;
    padding-right: 10px;
}

.download {
    margin-bottom: 50px;
}

.product-highlight .product-description strong {
    color: #FE536A;
}

.product-group {
    margin-bottom: 80px;
}

.product-price {
    float: left;
    width: 150px;
    vertical-align: middle;
    font-size: 20px;
    margin-top: 5px;
    margin-left: 5px;
}

.product-link {
    float: right;
    width: 100px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

.product-link a {
    display: inline-block;
}

.product-link a.link {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
}

.product-description {
    margin-left: 150px;
    margin-right: 170px;
}

.download .product-link {
    width: 120px;
    margin-left: 40px;
    margin-bottom: 10px;
}

.screenshots {
    margin-top: 10px;
}

.screenshot img {
    width: 480px;
    vertical-align: top;
}

.resizeable img {
    width: 100%;
}

.animated img {
    max-width: 637px;
}

.animated-large img {
    max-width: 800px;
}

p.animated, p.animated-large {
    text-align: center !important;
}

#content section.description {
    margin-top: 50px;
}

#content section.description p {
    font-size: 24px;
    padding-left: 0;
}

#content section.download {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

#content section.download a {
    width: auto;
    display: inline !important;
    padding: 20px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    font-size: 28px !important;
}

#content h2 {
    margin-top: 15px;
    font-weight: normal;
    background-color: #FE536A;
    color: #fff;
    font-size: 28px;
    padding: 15px 30px 15px 30px;
    display: inline-block;
}

#content ul {
    list-style-type: square;
}

#content p, #content li {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 10px;
    padding-bottom: 10px;
}

.footer {
    margin-top: 30px;
    font-size: 24px;
    padding-top: 30px;
    padding-left: 70px;
    padding-bottom: 30px;
    background-color: #5FB050;
    color: #fff;
}

.customer-details {
    display: none;
    background: #fff;
    font-size: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 440px;
    margin-left: -220px;
    z-index: 99999;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.customer-details label {
    display: block;
    margin-bottom: 10px;
}

.customer-details div.container {
    position: absolute;
    padding-top: 30px;
    left: 30px;
    right: 30px;
}

.customer-details .buttons {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.customer-details .buttons .button {
    margin-top: 15px;
}

.customer-details div.field {
    padding-right: 4px;
    padding-left: 1px;
    margin-right: 2px
}

.customer-details input, .customer-details textarea {
    -webkit-appearance: none;
    border: lightgrey 1px solid;
    width: 100%;
}

.customer-details textarea {
    font-size: 16px;
}

.customer-details div.entry {
    margin-bottom: 30px;
}

.customer-details .side-note {
    font-size: 12px;
    color: #888;
}

.customer-details .has-error {
    border: #DB4F4F 1px solid !important;
    background: #FEF8F8 !important;
}

.customer-details .waiting {
    display: none;
    text-align: center;
    line-height: 440px;
    color: #888;
    font-size: 16px;
}

.customer-details .error, .customer-details .errorParagraph {
    display: none;
    color: #DB4F4F;
    font-size: 16px;
}

.customer-details .error {
    text-align: center;
    line-height: 440px;
}

.customer-details .errorParagraph {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
}

.customer-details .resultContent {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
}

.customer-details .resultContent p {
    font-size: 16px !important;
    padding-right: 10px;
}

.mask {
    display: none;
    background: rgba(220, 220, 220, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#download-section {
    min-height: 55px;
}

#download-form input {
    border: 1px solid #ccc;
    width: 350px;
    margin-bottom: 10px;
    padding-left: 5px;
}

#download-form button {
    padding: 5px 20px;
    border: 0;
    color: #fff;
    background-color: #5FB050;
}

#download-form button:disabled {
    background-color: #ccc;
}

.failedAction {
    color: #FE536A;
}

.successfulAction {
    color: #5FB050;
}

/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
    -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .small-meta {
    font-size: 11px;
}

#mc_embed_signup .nowrap {
    white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
}

#mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%;
}

* html #mc_embed_signup .size1of2 {
    margin-right: 2%; /* Fix for IE6 double margins. */
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
    display: inline-block;
    width: 99%;
    padding: 5px 0;
    margin-bottom: 2px;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 4%;
}

#mc_embed_signup .asterisk {
    color: #c60;
    font-size: 200%;
}

#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    top: 25px;
    right: 10px;
}

#mc_embed_signup .clear {
    clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none;
}

#mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both;
}

#mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%;
}

#mc_embed_signup #mce-error-response {
    display: none;
}

#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}

#mc-embedded-subscribe {
    clear: both;
    width: auto;
    display: block;
    margin: 1em 0 1em 5%;
}

#mc_embed_signup {
    clear: left;
}

#mc_embed_signup form {
    padding-left: 10px;
}

div#mc_embed_signup_scroll {
    max-width: 800px;
}

#mc_embed_signup .button {
    background-color: #5FB050;
    font-weight: normal;
    font-size: 20px;
    display: inline !important;
    height: auto;
}

#mc_embed_signup .mc-field-group label {
    font-size: 20px;
    display: inline;
    line-height: 1.8;
}

#mc_embed_signup .mc-field-group input {
    padding: 3px 0;
    display: inline;
    width: 250px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
    p.video {
        min-height: 400px;
    }

    .screenshot img {
        width: 450px;
    }
}

@media screen and (max-width: 1080px) {
    .screenshot {
        margin-left: 12px;
    }

    .screenshot img {
        width: 400px;
    }

    .pricing-item {
        margin: 0 40px 45px 0;
    }

    .pricing-item-support-text {
        font-size: 14px;
    }

    .pricing-item-desc {
        font-size: 24px;
    }
}

@media screen and (max-width: 970px) {
    p.video {
        min-height: 350px;
    }

    .editors img {
        width: 75px;
    }

    .screenshot {
        margin-left: 10px;
    }

    .screenshot img {
        width: 320px;
    }

    .header {
        padding-left: 200px;
    }

    .pricing-item {
        margin: 0 30px 45px 0;
    }

    .pricing-item-support-text {
        max-height: 130px;
    }

    .pricing-item-desc {
        font-size: 22px;
    }
}

@media screen and (max-width: 800px) {
    #mainContainer, #docContainer #content, #comments {
        margin-left: 40px;
        margin-right: 40px;
    }

    #nav a {
        margin-left: 0;
        margin-right: 20px;
    }

    .pricing-item-support-text {
        max-height: 250px;
    }

    #content section.download {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #content section.download a {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    p.video {
        min-height: 230px;
    }

    .editors img {
        width: 65px;
    }

    .feature-title {
        font-size: 28px;
    }

    .features .slick-dots li {
        padding-left: 20px !important;
    }

    .features .slick-dots li button::before {
        font-size: 24px !important;
    }

    .screenshot {
        margin-left: 5px;
    }

    .screenshot img {
        width: 300px;
    }
}

@media screen and (max-width: 630px) {
    .pricing-item {
        margin: 0 30px 45px 0;
    }

    .pricing-summary {
        margin-bottom: 15px;
    }

    .editors {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .header h1 {
        font-size: 28px;
    }

    #nav a {
        font-size: 14px;
        margin-right: 20px;
    }

    .editors img {
        width: 50px;
        margin-right: 10px;
    }

    .feature-title {
        font-size: 24px;
    }

    p.video {
        min-height: 200px;
    }
}

@media screen and (max-width: 540px) {
    p.video {
        min-height: 150px;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .editors {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .editors img {
        width: 40px;
    }

    .features {
        margin-bottom: 5px !important;
    }

    .feature {
        background-size: 50px 50px;
    }

    .feature-title {
        font-size: 20px;
        padding: 10px;
    }

    .features .slick-dots {
        margin-top: 25px !important;
    }

    #content section.description {
        margin-top: 20px;
    }

    #content section.description p {
        font-size: 18px;
    }

    #content section.download {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    #content section.download a {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 18px !important;
    }

    #nav a {
        font-size: 12px;
        margin-top: 25px;
        margin-right: 15px;
        margin-bottom: 5px;
        font-weight: normal;
    }

    #header {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }

    #header.doc-header {
        margin: 10px 20px !important;
    }

    .doc-header {
        margin-right: 250px !important;
        margin-bottom: 20px !important;
    }

    .doc-header a {
        width: 36px;
        line-height: 36px;
        position: absolute;
    }

    .doc-header div {
        background: url("../img/logo36x36.png") no-repeat;
        height: 50px;
        line-height: 36px;
        min-width: 350px;
        margin-left: 10px;
    }

    .doc-header div h1 {
        font-size: 18px;
        padding-left: 50px;
    }

    #toc {
        margin-right: 20px;
    }

    .header {
        height: 100px;
        background: url("../img/logo100x100.png") no-repeat;
        line-height: 100px;
        padding-left: 120px;
    }

    .header h1 {
        font-size: 22px;
    }

    a.button {
        font-size: 16px;
    }

    #mainContainer, #docContainer #content, #comments {
        margin-left: 20px;
        margin-right: 20px;
    }

    #download-form input {
        width: 250px;
        padding-left: 2px;
    }

    .screenshot {
        margin-left: 20px;
    }

    .screenshot img {
        width: 260px;
    }

    #content h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 8px 15px 8px 15px;
        font-size: 18px;
    }

    #content ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #content p, #content li {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 1.5;
        padding-left: 10px;
        padding-bottom: 5px;
    }

    .editor-logo img {
        margin-right: 20px;
        max-width: 70px;
    }

    .product-price {
        float: left;
        width: auto;
        font-weight: bold;
        vertical-align: middle;
        font-size: 16px;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 15px;
    }

    .product-description {
        margin-left: 0px;
        margin-right: 0px;
    }

    .download {
        margin-bottom: 40px;
    }

    .downloads {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .product-group {
        margin-bottom: 50px;
    }

    .download .product-link {
        margin-left: 20px;
    }

    .product-link {
        width: 70px;
        margin-right: 20px;
        margin-left: 15px;
    }

    .footer {
        font-size: 18px;
        padding-top: 20px;
        padding-left: 30px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .customer-details {
        font-size: 16px;
        width: 300px;
        margin-left: -150px;
    }

    .customer-details .side-note {
        font-size: 10px;
    }

    .customer-details div.entry {
        margin-bottom: 22px;
    }

    .editor-item {
        line-height: 32px;
        font-size: 12px;
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 5px;
    }

    .editor-item span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-summary {
        margin-top: 30px;
    }

    .pricing-item {
        margin: 0 30px 35px 0;
    }

    .pricing-item div, .pricing-item a {
        margin-top: 30px;
    }

    .pricing-item-price {
        font-size: 48px;
    }

    .pricing-item-header {
        margin-top: 10px !important;
        font-weight: normal;
        font-size: 18px;
        padding: 8px 15px 8px 15px;
    }

    .pricing-item-desc {
        text-transform: uppercase;
        font-size: 18px;
        line-height: 150%;
    }

    .buy-button {
        padding: 10px 40px 10px 40px !important;
        font-size: 18px !important;
    }

    #mc_embed_signup .button {
        font-size: 16px;
    }

    #mc_embed_signup .mc-field-group label {
        font-size: 16px;
    }
}

@media screen and (max-width: 440px) {
    .feature-title {
        font-size: 14px;
    }

    .editors img {
        width: 35px;
    }

    #nav a {
        margin-right: 7px;
    }

    .header h1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 360px) {
    .editors img {
        width: 25px;
    }

    #nav a {
        margin-right: 5px;
    }
}

@media screen and (max-width: 320px) {

    #nav a {
        font-size: 10px;
        margin-right: 5px;
    }

    #download-form input {
        width: 240px;
    }
}
