html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}


html[data-platform*='Win16']::-webkit-scrollbar,
html[data-platform*='Win32']::-webkit-scrollbar,
html[data-platform*='Linux i686']::-webkit-scrollbar,
html[data-platform*='Linux armv7l']::-webkit-scrollbar {
    width: 8px;

}

html[data-platform*='Win16']::-webkit-scrollbar-thumb,
html[data-platform*='Win32']::-webkit-scrollbar-thumb,
html[data-platform*='Linux i686']::-webkit-scrollbar-thumb,
html[data-platform*='Linux armv7l']::-webkit-scrollbar-thumb {
    background-color: gray;
}

body {
    position: relative;
    font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 0.95rem;
    min-height: 100%;
    background: rgb(29, 29, 29);
}

:target:before {
    content: '';
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

#container {
    min-height: 100%;
    position: relative;
    background: rgba(29, 29, 29, 1);
}

main {
    padding-top: 68px;
    padding-bottom: 95px;
}

main.store {
    padding-top: 0;
    padding-bottom: 0;
}

p {
    line-height: 1.8em;
}

a, button, a:focus, a:hover, button:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #24ABF2;
}

strong {
    font-weight: 900;
}

a:hover {
    color: #24ABF2;
    text-decoration: underline;
}

a.button, button.button {
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: none;
    background: linear-gradient(to bottom, #5fb050, #448744);
    display: block;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    border:0;
}

img {
    max-width: 100%;
    border-radius: 5px;
}

h1 {
    letter-spacing: .1rem;
    line-height: 3rem;
}

h2 {
    line-height: 2.5rem;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}

.tooltip-inner {
    text-align: left;
    padding: 1.2rem 1.5rem 0.5rem;
    min-width: 300px;
    background-color: #fff;
    color: #656565;
}

.tooltip.show {
    opacity: 1;
    -moz-box-shadow: 0 0 3px #656565;
    -webkit-box-shadow: 0 0 3px #656565;
    box-shadow: 0 0 3px #656565;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    padding: 0;
}

.tooltip .arrow {
    display: none;
}

.tooltip-inner {
    padding-bottom: 1.2rem;
}

.tooltip-inner ul {
    margin-top: 1rem;
    padding-left: 2rem;
    margin-bottom: 0;
}

.tooltip-inner li {
    padding: 0;
    margin: 0 0 1rem;
}

.tooltip-inner li:last-child {
    margin-bottom: .2rem;
}

.monospace {
    font-family: "Roboto Mono", Menlo, Monaco, Consolas, "Courier New", monospace;
}

.darkest-section {
    background: rgb(29, 29, 29);
    color: #ebebeb;
}

.dark-section {
    background: rgb(29, 29, 29);
    color: #dbdbdb;
}

@media screen and (min-width: 0\0
) {
    .dark-section {
        background: rgb(29, 29, 29);
    }
}

html[data-useragent*='Edge/'] .dark-section {
    background: rgb(29, 29, 29);
}

.dark-section strong {
    color: #ebebeb;
}

.dark-section h1 {
    color: #ebebeb;
}

.dark-section .form-control {
    color: rgb(50, 50, 50);
    background-color: #eee;
    background-clip: padding-box;
    border: 0;
    transition: none;
}

.white-section .form-control {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.gray-section {
    background: #eee;
    color: #505050;
}

.white-section, .roi-section {
    background: #fff;
    color: #656565;
}

.white-section a {
    color: #0088cc;
}

.white-section a:hover {
    text-decoration: none;
}

.secondary-page {
    padding-bottom: 3rem;
}

.secondary-page p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}

.secondary-page a {
    font-weight: bold;
}

.secondary-page h2 {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.secondary-page h2:first-child {
    margin-top: 0;
}

.secondary-page li {
    padding-bottom: 1rem;
}

.navbar {
    background: rgb(29, 29, 29);
    padding: 9px 1rem;
    height: 68px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ebebeb;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #FF9800;
}

.navbar-brand .quokka-logo {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%23FC6515;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    min-width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.navbar-brand .quokka-log-text {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
}

.navbar-brand {
    font-size: 1.5rem !important;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ebebeb !important;

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    font-size: 1.2rem;
}

.navbar-sticky-scrolling {

}

.navbar-light .navbar-toggler {
    color: #EC811C;
    border-color: #EC811C;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23EC811C' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
    background: rgb(29, 29, 29);
    padding-left: 1.5rem;
    padding-bottom: 0.2rem;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-outline-primary {
    color: #EC811C;
    border-color: #EC811C;
    font-size: 1.2rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #EC811C;
    border-color: #EC811C;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #EC811C;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #EC811C;
    border-color: #ec811c;
}

.editors {
    text-align: center;
    white-space: nowrap;
    margin-bottom: 6rem;
    margin-top: 0;
}

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

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

.editors img:last-child {
    margin-right: 0;
}

.editors img.selected {
    opacity: 1
}

.features-video {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.feature-video {
    background: url("/assets/img/spinner.svg") no-repeat center center;
    background-size: 200px 200px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

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

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

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

.feature-video-loaded img {
    visibility: visible;
}

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

.download {
    text-align: center;
}

.download-button {
    padding: 30px 30px !important;
    margin-bottom: 20px;
    display: inline-block !important;
    font-size: 36px !important;
}

div.gifffer-play-button {
    z-index: 10;
    width: 100px;
    height: 100px;
    cursor: pointer;
    border-radius: 20px;
    background: rgba(252, 101, 21, 0.6);
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

.features div.gifffer-play-button {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
}

div.gifffer-play-button-triangle {
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 30px solid #eee;
    position: absolute;
    left: 40px;
    top: 26px;
}

.features div.gifffer-play-button-triangle {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #eee;
    left: 24px;
    top: 12px;
}

div.gifffer-pause-button {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(252, 101, 21, 0.6);
    position: absolute;
    top: 20px;
    right: 20px;
}

div.gifffer-pause-button-bar1 {
    width: 4px;
    height: 24px;
    background: #eee;
    position: absolute;
    left: 23px;
    top: 18px;
}

div.gifffer-pause-button-bar2 {
    width: 4px;
    height: 24px;
    background: #eee;
    position: absolute;
    left: 33px;
    top: 18px;
}

.hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero h1 {
    word-spacing: .5rem;
    letter-spacing: unset;
    margin-bottom: 0;
}

.monospace.hero h1 {
    font-size: 2.2rem;
}

.main-header {
    word-spacing: .3rem;
    text-align: center;
}

.why {
    padding-bottom: 6rem;
    padding-top: 3rem;
}

.why-point {
    padding-top: 3.5rem;
}

.why .main-desc {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 3.2rem;
}

.why-point p {
    padding-left: 2rem;
    padding-right: 2rem;
}

.why svg {
    width: 80px;
    height: 80px;
    display: inline;
}

.why .community {
    fill: #FF7353;
    color: #FF7353;
}

.why .context {
    fill: #BA87F3;
    color: #BA87F3;
}

.why .experiment {
    fill: #24ABF2;
    color: #24ABF2;
}

.why .pro {
    fill: #FF9800;
    color: #FF9800;
}

.why p {
    margin-bottom: 0;
    margin-top: 4rem;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #e4e4e4;
    text-align: center;
}

.tech {
    padding-bottom: 4rem;
}

.tech h1 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.8rem;
}

.tech .tech-editors, .tech .tech-frameworks, .tech .tech-languages, .tech .tech-test-frameworks {
    text-align: center;
    margin-bottom: 3rem;
}

.tech img {
    margin-top: 3rem;
}

.tech .tech-editors img {
    height: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline;
}


.tech .tech-frameworks img {
    height: 120px;
    display: inline;
    padding-left: 40px;
    padding-right: 40px;
}

.tech .tech-languages img {
    height: 100px;
    display: inline;
    padding-left: 40px;
    padding-right: 40px;
}

.tech .tech-test-frameworks img {
    height: 100px;
    display: inline;
    padding-left: 40px;
    padding-right: 40px;
}

.tech #ts-logo {
    max-width: 250px;
    width: 300px;
}

.tech #vue-logo {
    max-height: 100px;
    padding-top: 10px;
}

.tech #react-logo {
    padding-top: 10px;
}

.tech #node-logo {
    padding-bottom: 5px;
}

.tech #babel-logo {
    padding-top: 10px;
}

.tech #jest-logo {
    padding-top: 5px;
}

.features {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.features .feature-header {
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-left: .1rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 36px;
}

.features .feature-content {
    padding-bottom: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.features .feature-content canvas {
    border-radius: 5px;
}

.features .feature-content p {
    padding-left: .1rem;
}

.features .feature-image {
    max-width: 506px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 2rem;
    line-height: 0;
    font-size: 0;
    border-radius: 5px;
    min-height: 200px;
    background: url("/assets/img/spinner.svg") no-repeat center center;
    background-size: 100px 100px;
}

.features .feature-content svg {
    height: 29px;
    width: 29px;
    fill: #505050;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.features .pro-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background: rgba(252, 101, 21, 0.8);
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    text-decoration: none;
}

.feature-video-playing .pro-label {
    display: none;
}

#inline-values svg {
    margin-bottom: 6px;
}

#wallaby-app svg {
    margin-bottom: 5px;
}

#inline-errors svg {
    margin-bottom: 4px;
}

#inline-coverage svg {
    margin-bottom: 3px;
}

#tests-output svg {
    margin-bottom: 5px;
}

#value-explorer svg {
    margin-bottom: 4px;
}

#diffs-snapshots svg {
    margin-bottom: 6px;
}

#package-install svg {
    margin-bottom: 3px;
}

#project-context svg {
    margin-bottom: 4px;
}

#roi {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

#roi h2 svg {
    padding-bottom: .1rem;
    margin-right: 1rem;
    width: 30px;
    height: 30px;
}

#roi svg {
    width: 20px;
    height: 20px;
    fill: #dbdbdb;
    margin-bottom: .2rem;
}

#roi .btn-outline-primary {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.savings p {
    font-size: 1.2rem;
    padding-left: 3rem;
}

#customers {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

#customers h3 {
    line-height: 3rem;
}

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

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

#customers p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}

p.logos {
    text-align: left !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.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: 6rem 0 3rem;
    clear: both;
    max-width: 100%;
}

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

.showAllTweets {
    font-weight: bold;
    font-size: 1.5rem;
}

.main-video-container {
    margin: auto;
    position: relative
}

.main-poster-spacer {
    margin: 0;
    display: block
}

.main-poster img:first-child {
    margin-left: 9%;
}

.main-poster img:last-child {
    margin-right: 9%;
}

#main-video {
    display: none;
    position: absolute;
    outline: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-video-ready {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

#main-play {
    width: 14%;
    height: 15%;
    cursor: pointer;
    border-radius: 10%;
    background: rgba(95, 176, 80, 0.7);
    position: absolute;
    left: calc(50% - 8%);
    top: calc(50% - 8%);
}

#main-play > div {
    margin-left: 42%;
    margin-top: 17%;
    width: 0;
    height: 0;
    padding-top: 25%;
    padding-bottom: 25%;
    padding-left: 25%;
    overflow: hidden;
}

#main-play > div > div {
    width: 0;
    height: 0;
    margin-top: -500px;
    margin-left: -500px;
    border-top: 500px solid transparent;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #eee;
}

footer {
    font-size: 24px;
    padding-top: 30px;
    padding-left: 70px;
    padding-bottom: 30px;
    background-color: rgb(50, 50, 50);
    color: #ebebeb;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 95px;
}

footer a {
    text-decoration: none;
    outline: 0;
    line-height: 37px;
}

footer small {
    vertical-align: bottom;
    line-height: 37px;
    margin-left: 4rem;
}

footer svg {
    fill: #ebebeb;
    display: inline;
    vertical-align: top;
    margin-left: 25px;
}

footer #mail {
    margin-top: 5px;
    width: 24px;
    height: 28px;
}

footer #gh {
    margin-top: 8px;
    width: 23px;
    height: 23px;
}

footer #tw {
    width: 40px;
    height: 40px;
    margin-left: 16px;
}

.store-product-list {
    margin: 15px 0;
}

.store-item {
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 25px;
    vertical-align: top;
    text-align: center;
}

.store-item a.button {
    background: unset;
}

.store-item-quokka {
    border-color: #fc6515;
    border-width: 2px;
    border-style: solid;
}

.store-item-quokka .store-item-header, .store-item-quokka .store-buy-button {
    background-color: #fc6515;
}

.store-item-quokka .store-item-price {
    color: #fc6515;
}

.store-item-wallaby {
    border-color: #5fb050;
    border-width: 2px;
    border-style: solid;
}

.request-trial-license-progress, .store-item-wallaby .store-item-header, .store-item-wallaby .store-buy-button {
    background-color: #5fb050;
}

.store-item-wallaby .store-item-price {
    color: #5fb050;
}

.store-item-bundle {
    border-color: #ff0000;
    border-width: 2px;
    border-style: solid;
}

.store-item-bundle .store-item-header, .store-item-bundle .store-buy-button {
    background-color: #ff0000;
}

.store-item-bundle .store-item-price {
    color: #ff0000;
}

.store-item-quokka, .store-item-wallaby {
    margin-right: 15px;
}

.store-item-wallaby, .store-item-bundle {
    margin-left: 15px;
}

.store-item-not-selected {
    cursor: pointer;
}

.store-item-header {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    color: #fff;
    font-size: 22px;
    padding: 15px 10px 15px 10px;
    letter-spacing: 2px;
}

.store-item-support-text {
    margin-top: 40px;
    height: 110px;
    text-align: center !important;
    font-size: 14px;
    line-height: 150%;
    color: #888;
    padding-left: 20px;
    padding-right: 20px;
}

.store-item-support-text a {
    font-weight: normal;
}

.store-item-price {
    margin-top: 35px;
    font-size: 70px;
    letter-spacing: 3px;
}

.store-item-desc {
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
}

.store-buy-button {
    margin-top: 35px;
    margin-bottom: 40px;
    padding: 15px 60px 15px 60px !important;
    font-size: 20px !important;
    text-transform: uppercase;
    display: inline-block !important;
}

.comparison-matrix {
    margin-top: 0;
    margin-bottom: 50px;
}

.comparison-matrix table {
    width: 80%;
    margin: 1rem auto 4rem;
    border-spacing: 0;
    border-radius: 5px;
}

.comparison-matrix table thead {
    border-bottom: 20px solid rgb(29, 29, 29);
}

.comparison-matrix table th {
    font-size: 28px !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #eb8500, #e67b1c);
    color: #fff;
    letter-spacing: 2px;
}

.comparison-matrix table td {
    font-size: 24px !important;
}

.comparison-matrix table th {
    padding: 15px 30px;
}

.comparison-matrix table td {
    padding: 10px 30px;
}

.comparison-matrix table td.check {
    color: #EC811C;
    text-align: center;
    font-size: 32px !important;
    font-weight: bold;
}

.pricing-summary {
    text-align: center;
    width: 100%;
    margin-bottom: 5rem;
    padding-top: 20px;
}

.pricing-item {
    margin-top: 15px;
    margin-bottom: 25px;
    vertical-align: top;
    text-align: center;
    background: linear-gradient(to bottom, #333 40%, #444, #484848);
    border-radius: 8px;
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
}

#community, #company-pro {
    margin-right: 1rem;
}

#personal-pro, #enterprise-pro {
    margin-left: 1rem;
}

.pricing-item div {
    text-align: center;
}

.pricing-item-header {
    text-transform: uppercase;
    margin-top: 0 !important;
    font-weight: normal;
    background: linear-gradient(to bottom, #5fb050, #448744);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #fff;
    font-size: 24px;
    padding: 20px 25px 20px;
    letter-spacing: 2px;
    vertical-align: bottom;
}

.pricing-item-header svg {
    width: 30px;
    height: 30px;
    fill: white;
    display: inline;
    padding-bottom: 6px;
    margin-left: -10px;
    margin-right: 10px;
}

#enterprise-pro-icon {
    height: 25px;
    padding-bottom: 4px;
}

.pricing-item-support-text {
    text-align: center !important;
    font-size: 14px;
    line-height: 170%;
    color: #dbdbdb;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 40px;
}

.pricing-item > .pricing-item-price-section > .pricing-item-loading {
    margin-top:50px;
    margin-bottom:12px;
}

.pricing-item-price-section {
    position:absolute;
    padding-top: 10px;
    width:100%;
}

.pricing-item-price {
    font-size: 50px;
    color: #f0f0f0;
    margin-top: 25px;
    display: none;
}

#community > .pricing-item-price-section > .pricing-item-price { 
    display:block;
} 

.pricing-item > .pricing-item-tax {
    margin-top: 10px;
    display: none;
}

.pricing-item-desc {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #e6e6e6;
    margin-top: 140px;
}

.pricing-summary .buy-button {
    margin-top: 40px !important;
    padding: 15px 60px 15px 60px !important;
    font-size: 20px !important;
}

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

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

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

.product-link {
    text-align: center;
    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;
}

.editor-logo {
    text-align: center;
}

.editor-logo img {
    max-width: 100px;
    margin-bottom: 30px;
    display: inline;
}

.customer-details {
    display: none;
    background: #fff;
    font-size: 16px;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 540px;
    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 h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

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

.customer-details div.popup-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: 20px;
}

.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;
}

.failedAction {
    color: #FE536A;
}

.successfulAction {
    color: #5FB050;
}

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

.showingAllTweets {
    width: 100px;
    display: none;
}

.signup .button {
    background: linear-gradient(to bottom, #5fb050, #448744);
    color: #fff;
}

.update p {
    line-height: 36px;
}

.update input {
    vertical-align: bottom;
    position: relative;
    top: -11px;
}

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

    .tweets .tweet {
        max-width: 280px;
        width: 280px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .features .feature-image {
        max-width: 410px;
    }

    .pricing-item-header {
        font-size: 20px;
        padding: 20px 15px 15px;
    }

    .pricing-item-desc {
        margin-top: 130px;
    }

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

    .pricing-summary .buy-button {
        margin-top: 40px !important;
        padding: 10px 50px !important;
        font-size: 20px !important;
    }

}

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

    .store-product-list {

    }

    .store-item {

    }

    .store-item-header {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .store-item-support-text {
        margin-top: 30px;
        height: 120px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .store-item-price {
        margin-top: 27px;
        font-size: 55px;
        letter-spacing: 2px;
    }

    .store-item-desc {
        margin-top: 27px;
        font-size: 14px;
        line-height: 115%;
        letter-spacing: 1px;
    }

    .store-buy-button {
        margin-top: 27px;
        margin-bottom: 30px;
        padding: 15px 46px 15px 46px !important;
        font-size: 16px !important;
    }

    .features .feature-image {
        max-width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .pricing-item {

    }

    .pricing-item-header {
        font-size: 18px;
    }

    .pricing-item-support-text {
        padding-left: 45px;
        padding-right: 45px;
    }

    .product-link {
        margin-top: 30px;
    }

    .store-item-wallaby, .store-item-bundle {
        margin-left: 0;
    }

    .tweets .tweet {
        max-width: 220px;
        width: 220px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .features .feature-image {
        max-width: 600px;
    }

    .comparison-matrix table {
        width: 100%;
    }
}

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

    .store-product-list {

    }


    .store-item-quokka, .store-item-wallaby, .store-item-bundle {

    }

    .editors img {

    }


}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .store-item {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .savings p {
        font-size: 1rem;
        padding-left: 2rem;
    }

    .monospace.hero h1 {
        font-size: 1.5rem;
    }

    .editors img {
        width: 75px;
        margin-right: 40px;
    }

    .pricing-summary {
        margin-bottom: 1rem;
    }

    .pricing-item {
        margin: 0 auto 60px;
        padding-bottom: 40px;
    }

    .pricing-item-header {

    }

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


    .pricing-item-support-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    #community, #company-pro, #personal-pro, #enterprise-pro {
        margin-right: 3rem;
        margin-left: 3rem;
    }


    .comparison-matrix table {
        margin: 40px auto;
    }

    .comparison-matrix table thead tr {
    }

    .comparison-matrix table th {
        font-size: 20px !important;
    }

    .comparison-matrix table td {
        font-size: 18px !important;
    }

    .comparison-matrix table th {
        padding: 10px 20px;
    }

    .comparison-matrix table td {
        padding: 8px 20px;
    }

    .comparison-matrix table td.check {
        font-size: 28px !important;
    }
}

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

    .secondary-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .secondary-page p {
        font-size: 1rem;
    }

    .savings {
        padding-top: 2rem;
    }

    .savings p {
        padding-left: unset;
    }

    .why {
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

    .why .main-desc {
        font-size: 1.2rem;
        line-height: 2.5rem;
        margin-bottom: 0;
    }

    .why-point {
        padding-top: 2rem;
    }

    .why p {
        font-size: 1rem;
        margin-top: 2rem;
    }

    .tech {
        padding-bottom: 2rem;
    }

    .tech h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .tech img {
        margin-top: 2rem;
    }

    .tech .tech-editors img {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .tech .tech-frameworks img {
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tech .tech-languages img {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tech .tech-test-frameworks img {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tech #ts-logo {
        max-width: 150px;
        width: 150px;
    }

    .tech #vue-logo {
        max-height: 100px;
        padding-top: 5px;
    }

    .tech #react-logo {
        padding-top: 5px;
    }

    .tech #node-logo {
        padding-bottom: 2px;
    }

    .tech #babel-logo {
        padding-top: 5px;
    }

    .tech #jest-logo {
        padding-top: 2px;
    }

    .features {
        padding-top: 3rem;
        padding-bottom: 0;
    }

    .features .feature-content {
        padding-bottom: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #roi {
        padding-top: 0;
        padding-bottom: 3rem;
    }

    #customers {
        padding-top: 3rem;
    }

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

    .comparison-matrix {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .comparison-matrix table {
        margin: 20px auto;
    }

    .comparison-matrix table thead tr {
        border-bottom: 10px solid inherit;
    }

    .comparison-matrix table th {
        font-size: 18px !important;
    }

    .comparison-matrix table td {
        font-size: 14px !important;
    }

    .comparison-matrix table th {
        padding: 10px 20px;
    }

    .comparison-matrix table td {
        padding: 5px 20px;
    }

    .comparison-matrix table td.check {
        font-size: 24px !important;
    }

    .editors {
        margin-bottom: 4rem;
    }

    .editors img {
        margin-right: 20px;
    }

    .tweets {
        margin-top: 3rem;
    }
}

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

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .hero {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .features .feature-header {
        font-size: 1.2rem;
    }

    .features .feature-content svg {
        height: 1.7rem;
    }

    footer {
        font-size: 18px;
        padding-top: 32px;
        padding-left: 30px;
        padding-bottom: 10px;
    }

    footer small {
        margin: auto;
    }

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

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

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

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

    .pricing-item-header svg {
        width: 20px;
        height: 30px;
        padding-bottom: 5px;
    }

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

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

    .showAllTweets {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 529px) {
    .tweets .tweet {
        max-width: 250px;
        width: 250px;
        margin: auto;
        float: none;
    }

    .editors {
        margin-bottom: 3rem;
    }

    .editors img {
        width: 60px;
    }

    .comparison-matrix table th {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 480px) {
    .comparison-matrix table td {
        padding: 5px 5px;
    }
}

@media screen and (max-width: 400px) {
    .editors img {
        width: 50px;
        margin-right: 15px;
    }

    .comparison-matrix table th {
        font-size: 12px !important;
    }

    .comparison-matrix table th {
        padding: 10px 10px 10px 10px;
    }

    .comparison-matrix table td {
        padding: 5px 0 5px 5px;
    }

    #community, #company-pro, #personal-pro, #enterprise-pro {
        margin-right: 2rem;
        margin-left: 2rem;
    }
}


