* {
    font-family: 'Merriweather Sans', sans-serif;
}

body {
    background-color: #ffffdd;
    background-image: url("/img/cubes.png")
}

body > div {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 10px;
}

body > div > div {
    margin: 50px auto;
}

#cloud-content > div {
    margin: 50px auto;
}

img {
    border: 0;
    max-width: 100%;
}

.text {
    font-size: 16px;
    line-height: 24px;
}

.tagline {
    margin-top: 25px;
}

/* body */

div.body {
    margin: 50px auto;
}

div.logo {
    margin-top: 30px;
}

div.disclaimer {
    margin-bottom: 50px;
}

/* configurator */

.configurator .option {
    text-align: center;
}

.configurator .option .select-quantity {
    font-size: 30px;
}

.configurator .option .select-title {
    font-size: 20px;
}

.configurator .option input {
    width: 100%;
    background: transparent;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
}

.configurator .description div {
    padding-left: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}

.configurator .price {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.total .month {
    font-size: 50px;
}

.total .hour {
    margin-top: 20px;
    font-size: 25px;
}

.launch button {
    border-radius: 24px;
    border: 8px outset #809FB2;
    font-size: 36px;
    font-weight: bold;
    padding: 18px;
    text-transform: uppercase;
    margin: 50px;
    opacity: .8;
}

.launch button:hover {
    opacity: 1;
}

.launch button:active {
    border-style: inset;
}

p.terms {
    max-width: 380px;
    margin: auto;
}

/* keys */

textarea.add-key {
    border-radius: 4px;
    padding: 4px;
    font-family: "Lucida Console", Monaco, monospace;
    height: 100px;
    width: 100%;
}

button.add-key {
    border-radius: 12px;
    border: 4px outset #809FB2;
    font-size: 18px;
    font-weight: bold;
    padding: 9px;
    text-transform: uppercase;
    margin: 10px;
    opacity: .8;
}

button.add-key:hover {
    opacity: 1;
}

button.add-key:active {
    border-style: inset;
}

.public-key .key-data {
    font-family: "Lucida Console", Monaco, monospace;
    word-wrap: break-word;
}

/* credit */

.paypal-button {
    text-align: center;
}

.credit-amount .select-quantity {
    width: 200px;
    margin: auto;
}

.credit-amount input {
    background: transparent;
    border: none;
    width: 60px;
}

/* sign in */

.signin-link {
    position: absolute;
    top: 0; right: 0;
    padding: 8px;
    margin: 0 !important;
    width: auto !important;
}

.signin {
    overflow: hidden;
    display: none;
}

/* contact */
.contact {
    position: absolute;
    top: 0; left: 0;
    padding: 8px;
    margin: 0 !important;
    width: auto !important;
}

/* mask view */

.mask {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: white;
    z-index: 1000;
    margin: 0 !important;
    max-width: none !important;
}

.mask .spinner {
    position: relative;
    top: 50%; left: 50%;
    margin-top: -100px;
    margin-left: -65px;
    font-size: 100px;
}

.mask .message {
    position: relative;
    top: 50%;
}

/* alerts */

.alerts-container {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9999;
    width: 300px;
    margin: 0 !important;
}

.alerts-container > div {
    background-color: white;
    border: 4px #FFC4C4 solid;
    border-radius: 8px;
    padding: 8px;
    font-size: 16px;
    color: #FFC4C4;
    font-weight: bold;
    margin: 10px;
}

/* billing */

table.billing {
    width: 100%;
}

table.billing td {
    width: 25%;
    text-align: center;
    padding: 4px;
}

table.billing tbody tr:nth-child(even) {
    background-color: rgba(255, 196, 196, 0.5);
}

table.billing tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.75);
    
}

/* cdn */

.cdn-options div div {
    padding: 6px 0;
}

.cdn-option {
    min-height: 180px;
}

/* styles */

.hide {
    display: none;
}

.invisible {
    position: absolute;
    bottom: 0px; left: 0px;
    height: 1px; width: 1px;
    opacity: 0;
    z-index: -9999999;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.nodec {
    text-decoration: none;
}

.nowrap {
    white-space: nowrap;
}

.inlblk {
    display: inline-block;
}

.c0 {
    color: white;
}

.c1 {
    color: #B27777;
}

.c2 {
    color: #FFFFDD;
}

.c3 {
    color: #FFC4C4;
}

.c4 {
    color: #88B2CC;
}

.c5 {
    color: #809FB2;
}

.bg1 {
    background-color: #B27777;
}

.bg2 {
    background-color: #FFFFDD;
}

.bg3 {
    background-color: #FFC4C4;
}

.bg4 {
    background-color: #88B2CC;
}

.bg5 {
    background-color: #809FB2;
}

.bold {
    font-weight: 700;
}

.uc {
    text-transform: uppercase;
}

.ul {
    text-decoration: underline;
}

.ft {
    font-size: 12px;
}

.fs {
    font-size: 16px;
}

.fm {
    font-size: 20px;
}

.fl {
    font-size: 25px;
}

.fxl {
    font-size: 30px;
}

.fxxl {
    font-size: 36px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/* responsive */

.mobile {
    display: none;
}

@media only screen and (max-width: 800px)  {
    .desktop {
        display: none !important;
    }
    .mobile {
        display: initial !important;
    }

    .configurator .option .select-quantity {
        font-size: 20px;
    }

    .configurator .option .select-title {
        font-size: 16px;
    }

    .configurator .option input {
        font-size: 20px;
    }

    .configurator .description div {
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
    }

    .configurator .price {
        font-size: 26px;
    }

    .total .month {
        font-size: 40px;
    }

    .total .hour {
        font-size: 20px;
    }

    .launch button {
        border-radius: 18px;
        border: 6px outset #809FB2;
        font-size: 28px;
        padding: 12px;
        margin: 0px;
        margin-bottom: 25px;
    }

    .launch button:hover {
        opacity: 1;
    }

    .launch button:active {
        border-style: inset;
    }
}