﻿
html {
    height: 100%;
    min-height: 0;
}

body {
    background-color: #fff;
    margin: 0px;
    /*padding: 0px;*/
    font: 12pt SegoeUI, 'Segoe UI', Arial, sans-serif;
    min-width: 320px;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

div {
    color: #5F696F;
    display: block;
}

img {
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

h1 {
    font-family: SegoeUI, 'Segoe UI', Arial, sans-serif;
    /*font-family: Effra, 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;*/
    font-size: 36px;
    font-weight: bold;
    color: #76858E;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    /*font: 23pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
    color: #B0B0B0;*/
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 24px;
    }
}

.sectionContainer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
}

.link {
    font-size: 18px;
    font-weight: bold;
}

    .link a {
        color: #ffffff;
    }

.linksubtitle1 {
    color: #d1d1d1;
}

.linksubtitle2 {
    color: #84cc81;
    direction: ltr;
}

.downloadButton {
    margin-top: 20px;
    background-color: #058500;
    width: 460px;
    padding: 5px 5px 5px 10px;
    margin-left: 60px;
}

.sectionOdd {
    margin-left: 0px;
    margin-right: 0px;
    /*background: #000000;*/
    background: #FFFFFF;
    border-top: 1px solid #D2DADA;
}

.sectionEven {
    margin-left: 0px;
    margin-right: 0px;
    /*background: #1C1C1C;*/
    /*background: #ECF0F0;*/
    background: #FFFFFF;
    border-top: 1px solid #D2DADA;
}

/*a:link {
    color: #76858E;
}*/

/*a:visited {
    color: #76858E;
}*/

/*a:hover {
    color: #000000;
}

a:active {
    color: #76858E;
}*/

#byUserwareImage {
    margin-top: 20px;
    margin-left: 0px;
}

.sectionClear {
    clear: both;
}

.comingSoon {
    color: #00D82E;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
}


/* -------- GETTING STARTED -------- */

#gettingStartedImage {
    height: 639px;
    width: 700px;
    margin-top: 10px;
    background-image: url(../images/getting_started_with_csharp_xaml_for_html5_G.png);
    background-repeat: no-repeat;
    -ms-background-position-x: 70%;
    -ms-background-position-y: top;
    background-position: 70% top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* prevent scaling past src width (or not) */
    max-width: 700px;
}

@media only screen and (max-width : 800px) {
    #gettingStartedImage {
        height: 550px;
        width: 100%;
    }
}

@media only screen and (max-width : 600px) {
    #gettingStartedImage {
        height: 450px;
        width: 100%;
    }
}

@media only screen and (max-width : 500px) {
    #gettingStartedImage {
        height: 350px;
        width: 100%;
    }
}

@media only screen and (max-width : 400px) {
    #gettingStartedImage {
        height: 350px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/*@media only screen and (max-width : 700px) {
    #gettingStartedImage {
        height: 639px;
    }
}

@media only screen and (max-width : 539px) {
    #gettingStartedImage {
        height: 539px;
    }
}

@media only screen and (max-width : 439px) {
    #gettingStartedImage {
        height: 439px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}*/

/*@media only screen and (min-width : 330px) {
    #gettingStartedImage {
        height: 200px;
    }*/
}

.gettingStartedHighlight {
    font-weight: bold;
    color: #b0b0b0;
}


/* -------- FOOTER -------- */


#footerContainer {
    color: #fff;
    text-align: center;
    background-color: #3B4951;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
}

    #footerContainer a {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    #footerContainer p a {
        color: #fff;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

        #footerContainer p a:link {
            color: #fff;
        }

        #footerContainer p a:visited {
            color: #fff;
        }

        #footerContainer p a:hover {
            color: #fff;
        }

        #footerContainer p a:active {
            color: #fff;
        }

.footerNotes {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: x-small;
    font-style: italic;
    max-width: 680px;
    color: #B7C0C5;
    direction: ltr;
}

.footerPoweredBy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*max-width: 400px;*/
}


/* -------- HEADER (INDEX.HTML) -------- */

#headerContainer {
    position: relative;
    padding: 0;
    border-bottom: none;
    background-image: url(../images/header_background.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #797A7A;
    min-height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

    #headerContainer h1 {
        color: white;
        font-size: 42px;
        text-shadow: 0 1px 1px rgba(0,0,0,.5);
        letter-spacing: -1px;
        max-width: 550px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 110%;
    }


#headerMain {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}


.headerSubtitle {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -20px;
    /*max-width: 550px;*/
}

#headerMain a {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
}

#learnMore {
    margin-top: 16px;
}

.learnMoreLink {
    margin-top: 0px;
    color: #fff;
    font-weight: normal;
}

    .learnMoreLink:hover {
        color: #fff;
    }

    .learnMoreLink:active {
        color: #fff;
    }

    .learnMoreLink:visited {
        color: #fff;
    }

    .learnMoreLink:link {
        color: #fff;
    }


/*@media only screen and (max-width:1000px) {
    #headerContainer h1 {
        font-size: 58px;
        max-width: 500px;
    }
}*/

@media only screen and (max-width:768px) {
    #headerContainer h1 {
        font-size: 38px;
        max-width: 300px;
    }
}


#headerImage {
    margin-top: 20px;
    margin-bottom: -20px;
}

.headerStayTunedContainer {
    background-color: #E44D26;
    border: 1px solid #C93D1D;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px 20px 15px 20px;
    border-radius: 20px;
    max-width: 420px;
}

.releaseDateSentence {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    text-align: center;
}

.limitedToXPeople {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    text-align: center;
}

.releaseDate {
    color: #FFE0D9;
    font-size: 18px;
}

.socialMediaContainer {
    background-color: #0C6266;
}

    .socialMediaContainer .sectionContainer {
        margin-left: auto;
        margin-right: auto;
        display: table;
        padding-top: 10px;
        padding-bottom: 7px;
    }

    .socialMediaContainer a {
        text-decoration: none;
    }

    .socialMediaContainer img {
        margin-left: 10px;
        margin-right: 10px;
    }


.videoContainer {
    background-color: #E6E6E6;
}

    .videoContainer .sectionContainer {
        margin-left: auto;
        margin-right: auto;
        display: table;
        padding-top: 6px;
        padding-bottom: 7px;
    }

    .videoContainer h2 {
        text-align: center;
        margin-bottom: 20px;
        /*color: white;*/
    }

    .videoContainer a {
        text-decoration: none;
    }

    .videoContainer img {
        margin-left: 10px;
        margin-right: 10px;
    }

.downloadContainer {
    background-color: #138C97;
}

.downloadContainerInner {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 20px 15px 20px;
    border-radius: 20px;
    max-width: 420px;
}


/* -------- HEADER (ON PAGES OTHER THAN INDEX) -------- */


#topHeader {
    background-color: #138A95;
}

#backButton {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 0px;
}

#backToDocumentationButton {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 0px;
}


/* -------- TRIAL -------- */

#trialSectionContainer .trialHowTo {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* -------- EARLY ACCESS -------- */

.earlyAccessContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .earlyAccessContainer a {
        margin-left: auto;
        margin-right: auto;
    }


/* -------- PROGRESS -------- */


#whatIsSupportedContainer {
    max-width: 800px;
}

    #whatIsSupportedContainer tr {
        max-width: 800px;
        font-size: 10pt;
    }

    #whatIsSupportedContainer .note {
        font-size: smaller;
        font-style: italic;
    }

.percentageOfSupport {
    color: #00D82E;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

.lowPercentageOfSupport {
    color: #c2c334;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

.newFeature {
    color: #00D82E;
    font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    direction: ltr;
}

@media only screen and (max-width:450px) {
    #whatIsSupportedContainer .firstColumn {
        display: none;
    }
}



/* -------- BUY NOW and FEATURES COMPARISON -------- */




#BuyNowSectionContainer {
    max-width: 800px;
}

    #BuyNowSectionContainer td {
        vertical-align: top;
    }

    #BuyNowSectionContainer tr {
        max-width: 800px;
        font-size: 10pt;
        border-bottom: 2px solid #b9b9b9;
        border-top: 2px solid #b9b9b9;
    }

        #BuyNowSectionContainer tr p {
            margin-top: 5px;
            margin-bottom: 5px;
        }

.editionName {
    font-size: 12pt;
    font-weight: bold;
}

/* -------- FEATURES -------- */


/*#featuresContainer h1 {
    font: 18pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
    color: #B0B0B0;
}*/

#listOfFeatures {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#featuresContainer h1 {
    margin-bottom: 40px;
}

#featuresContainer img {
    vertical-align: middle;
    margin-right: 20px;
    float: left;
}

.featuresHighlight {
    font-weight: bold;
    color: #76858E;
    font-size: 24px;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    margin-bottom: -20px;
    margin-top: 20px;
}

.featureDescription {
    margin-left: 75px;
    margin-top: 30px;
}

#featuresContainer .note {
    font-size: smaller;
    font-style: italic;
    margin-left: 75px;
}

@media only screen and (max-width:768px) {
    .featuresHighlight {
        font-weight: bold;
        font-size: 16px;
    }

    .featureDescription {
        margin-top: 30px;
        margin-left: 0px;
    }

    #featuresContainer .note {
        margin-left: 0px;
    }
}

/* -------- LIMITATIONS AND WORKAROUNDS -------- */

#limitationsContainer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    #limitationsContainer li {
        margin-top: 20px;
        direction: ltr;
    }

/* -------- ROADMAP -------- */

#roadmapContainer {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

    #roadmapContainer h1 {
        margin-bottom: 0px;
    }

    #roadmapContainer ul.no_bullet {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #roadmapContainer li {
        margin-top: 20px;
    }

        #roadmapContainer li.done {
            background: url("../images/roadmap_status_done.png") no-repeat left top;
            padding-left: 55px;
            min-height: 33px;
        }

        #roadmapContainer li.coming_next {
            background: url("../images/roadmap_status_coming_next.png") no-repeat left top;
            padding-left: 55px;
            min-height: 33px;
        }

        #roadmapContainer li.upcoming {
            background: url("../images/roadmap_status_upcoming.png") no-repeat left top;
            padding-left: 55px;
            min-height: 33px;
            direction: ltr;
        }

    #roadmapContainer .date {
        text-transform: uppercase;
        color: #24AA24;
        font-size: smaller;
        display: block;
        font-weight: bold;
        direction: ltr;
    }

    #roadmapContainer .version {
        font-size: smaller;
        font-style: italic;
        color: #A7B1B7;
    }

    #roadmapContainer .roadmapDisclamer {
        text-align: center;
        font-size: smaller;
        font-style: italic;
        margin-top: 10px;
        color: #A7B1B7;
    }

/* -------- EDITIONS COMPARISON -------- */

#editionsComparisonContainer {
}

    #editionsComparisonContainer .specialOffer {
        color: #00D82E;
        margin-bottom: -20px;
    }

.centeredCell {
    text-align: center;
}

.numberOfDeveloperLicenses {
    font-size: x-large;
    color: #b9b9b9;
}

.oldPrice {
    text-decoration: line-through;
}

.currentPrice {
    font-size: 36px;
    /*color: #83ff70;*/
    color: #b9b9b9;
}

.priceOnly {
    /*color: #83ff70;*/
    color: #b9b9b9;
    font-size: smaller;
}

.priceDiscount {
    font-size: smaller;
    color: #00D82E;
    margin-bottom: 5px;
}

.priceDiscountPercentage {
    font-size: x-large;
    font-weight: bold;
    color: #00D82E;
}

.priceMonth {
    color: gray;
}

.priceCell {
    text-align: center;
    vertical-align: top;
}

.priceCellFree {
    vertical-align: top;
}

.priceFree {
    font-size: x-large;
    color: #00D82E;
}

.firstColumnCell {
    vertical-align: top;
}

.buyNowImage {
    margin-top: 5px;
}

.viewMySubscriptions {
    margin-top: 5px;
}

/* -------- MAKE AN APP GET FREE -------- */

#makeAnAppGetFreeContainer h1 {
    font: 23pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
}

#makeAnAppGetFreeContainer .note {
    font-size: smaller;
    font-style: italic;
}

#makeAnAppGetFreeContainer .specialOffer {
    color: #00D82E;
    margin-bottom: -20px;
}

/* -------- SPREAD THE WORD -------- */

#spreadTheWordContainer h1 {
    font: 23pt SegoeUILight, 'Segoe UI Light', SegoeUI, 'Segoe UI', Arial, sans-serif;
}

#spreadTheWordContainer .note {
    font-size: smaller;
    font-style: italic;
}

#spreadTheWordContainer .specialOffer {
    color: #00D82E;
    margin-bottom: -20px;
}

/* -------- FAQ --------*/

#faqContainer .question {
    color: #66DD66;
}

#faqContainer .answer {
    /*font-style: italic;*/
    margin-left: 40px;
}

/* -------- TABLES -------- */


table {
    max-width: 100%;
}

    table p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.cellWithCheckBox {
    text-align: center;
    vertical-align: middle;
}

th {
    font-weight: bold;
    color: #76858E;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
}

    .tg td {
        border: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #D5DADD;
        padding: 0px 5px 0px 10px;
    }

        .tg td ul {
            margin-left: -15px;
        }

.tableHeaderSubtitle {
    font-weight: normal;
    color: gray;
}

.auto-style1 {
    font-size: smaller;
    color: #00D82E;
    margin-bottom: 5px;
    direction: ltr;
}


/* -------- BUTTONS -------- */


.cssButtonDownload {
    background-color: #138994;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #138994;
    box-shadow: 4px 4px 18px #FFFFFF;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 12px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 7px Black;
    text-align:left
}

    .cssButtonDownload:hover {
        background-color: #0C6266;
        color: #ffffff;
    }

    .cssButtonDownload:visited {
        color: #ffffff;
    }

    .cssButtonDownload:link {
        color: #ffffff;
    }

    .cssButtonDownload:active {
        color: #ffffff;
        position: relative;
        top: 1px;
    }

.cssButtonShowcase {
    background-color: #948614;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #948614;
    box-shadow: 4px 4px 18px #FFFFFF;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 12px 18px;
    text-decoration: none;
    text-shadow: 0px 1px 7px Black;
    text-align:left
}

    .cssButtonShowcase:hover {
        background-color: #675D0D;
        color: #ffffff;
    }

    .cssButtonShowcase:visited {
        color: #ffffff;
    }

    .cssButtonShowcase:link {
        color: #ffffff;
    }

    .cssButtonShowcase:active {
        color: #ffffff;
        position: relative;
        top: 1px;
    }


.cssButtonGreen {
    background-color: #44c767;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .cssButtonGreen:hover {
        background-color: #4fdb74;
        color: #ffffff;
    }

    .cssButtonGreen:visited {
        color: #ffffff;
    }

    .cssButtonGreen:link {
        color: #ffffff;
    }

    .cssButtonGreen:active {
        color: #ffffff;
        position: relative;
        top: 1px;
    }


.cssButtonColored {
    background-color: #E44D26;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #A2341A;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #A2341A;
}

    .cssButtonColored:hover {
        background-color: #A2341A;
        color: #ffffff;
    }

    .cssButtonColored:visited {
        color: #ffffff;
    }

    .cssButtonColored:link {
        color: #ffffff;
    }

    .cssButtonColored:active {
        color: #ffffff;
        position: relative;
        top: 1px;
    }

.cssButtonWhite {
    background-color: #ffffff;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #adadad;
    display: inline-block;
    cursor: pointer;
    color: #757575;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
}

    .cssButtonWhite:hover {
        background-color: #e6e6e6;
        color: #757575;
    }

    .cssButtonWhite:visited {
        color: #757575;
    }

    .cssButtonWhite:link {
        color: #757575;
    }

    .cssButtonWhite:active {
        color: #757575;
        position: relative;
        top: 1px;
    }



.cssButtonWhiteWithColoredText {
    background-color: #ffffff;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #adadad;
    display: inline-block;
    cursor: pointer;
    color: #E44D26;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #A2341A;
}

    .cssButtonWhiteWithColoredText:hover {
        background-color: #e6e6e6;
        color: #E44D26;
    }

    .cssButtonWhiteWithColoredText:visited {
        color: #E44D26;
    }

    .cssButtonWhiteWithColoredText:link {
        color: #E44D26;
    }

    .cssButtonWhiteWithColoredText:active {
        color: #E44D26;
        position: relative;
        top: 1px;
    }

.cssButtonGreen {
    background-color: #56D067;
    border-radius: 0px;
    border: 0px solid #4B8353;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 17px;
    padding: 8px 15px;
    text-decoration: none;
}

    .cssButtonGreen:hover {
        background-color: #40AC4F;
        color: #ffffff;
    }

    .cssButtonGreen:visited {
        color: #ffffff;
    }

    .cssButtonGreen:link {
        color: #ffffff;
    }

    .cssButtonGreen:active {
        color: #ffffff;
        position: relative;
        top: 1px;
    }

/* -------- COUNTDOWN TIMER -------- */


.background {
    border-style: none;
    width: 62px;
    height: 58px;
}

.numbers {
    border-style: none;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    width: 62px;
    height: 42px;
    text-align: center;
    font-family: Arial;
    font-size: 34px;
    font-weight: normal; /* options are normal, bold, bolder, lighter */
    color: #FFFFFF; /* change color using the hexadecimal color codes for HTML */
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.title { /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;
    padding: 0px;
    margin: 0px 3px;
    width: 62px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal; /* options are normal, bold, bolder, lighter */
    color: #fff; /* change color using the hexadecimal color codes for HTML */
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    /*background-color: #000000;*/
}

#form { /* the styles below will affect the outer border of the countdown timer */
    width: 250px;
    height: 80px;
    border-style: none; /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 0px;
    /*border-color: #666666;*/ /* change color using the hexadecimal color codes for HTML */
    /*background-color: #000000;*/
    padding: 5px;
    margin: 0px auto;
    position: relative; /* leave as "relative" to keep timer centered on your page, or change to "absolute" then change the values of the "top" and "left" properties to position the timer */
    top: 0px; /* change to position the timer */
    left: 0px; /* change to position the timer; delete this property and it's value to keep timer centered on page */
}

.line {
    border-style: none;
    width: 62px;
    height: 2px;
    z-index: 15;
}


/* -------- MAIL CHIMP NEWSLETTER SIGNUP -------- */


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
.mc_embed_signup form {
    display: block;
    position: relative;
    text-align: center;
    padding: 10px 0 0 3%;
    overflow: hidden;
    margin-left: 0px;
}

.mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 15px 0;
    font-size: 1.4em;
}

.mc_embed_signup input {
    float: left;
    border-width: 0px;
    -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 {
    background-color: #18A2A4;
    border: 0 none;
    border-radius: 0px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

    .mc_embed_signup .button:hover {
        background-color: #064A50;
    }

.mc_embed_signup .small-meta {
    font-size: 11px;
}

.mc_embed_signup .nowrap {
    white-space: nowrap;
}

.mc_embed_signup label {
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}

.mc_embed_signup input.email {
    display: block;
    padding: 8px 0;
    margin: 0 0 0 0;
    text-indent: 5px;
    width: 58%;
    min-width: 130px;
}

.mc_embed_signup input.button {
    display: block;
    width: 35%;
    margin: 0 0 0 0;
    min-width: 90px;
}

.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_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0;
}

.mc_embed_signup {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font: 14px Helvetica,Arial,sans-serif;
    width: 240px;
}


/* -------- PRESS RELEASE -------- */


.pressReleaseContainer div {
    color: #3d3d3d;
    text-align: left;
}

.pressReleaseContainer h1 {
    font-size: 26px;
    color: #525252;
    text-align: left;
}

.pressReleaseContainer h2 {
    font-size: 16px;
    font-style: italic;
    text-align: left;
    margin-bottom: 60px;
    /*color: #E44D26;*/
    color: #525252;
    font-weight: bold;
}

.pressReleaseContainer h3 {
    font-size: medium;
    font-weight: bold;
}

.pressReleaseContainer .accent {
    font-weight: bold;
}

.pressReleaseContainer #logo {
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* -------- ABOUT US -------- */

#about-us-teamphoto {
    width: 620px;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right:auto;
    background-image: url('/images/about_us/teamphoto_small.jpg');
    background-size: contain;
}

/* -------- ANNOUNCEMENT -------- */

.announcementContainer #logo {
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* -------- QUOTES -------- */

quoteContainer {
    margin-left: auto;
    margin-right: auto;
}

    #quotesContainer h2 {
        text-align: center;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        max-width:500px;
    }


blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    max-width: 540px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    margin-left: auto;
    margin-right: auto;
}

    blockquote:before {
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
    }

    blockquote cite {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }

        blockquote cite:before {
            content: "\2014 \2009";
        }

/* -------- SAMPLES -------- */

#samplesContainer {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

    #samplesContainer h2 {
        text-align: center;
        margin-bottom: 0px;
    }

    #samplesContainer h3 {
        text-align: center;
        font-weight: normal;
        font-size: medium;
        margin-top: 0px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #samplesContainer p {
        text-align: center;
    }

    #samplesContainer .samplesNote {
        font-style: italic;
        font-size: smaller;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

/* -------- WHAT'S NEW -------- */

.whatsNew {
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

    .whatsNew a {
        color: white;
        text-decoration: underline;
    }

        .whatsNew a:link {
            color: white;
            text-decoration: underline;
        }

        .whatsNew a:visited {
            color: white;
            text-decoration: underline;
        }

        .whatsNew a:hover {
            color: white;
            text-decoration: underline;
        }

        .whatsNew a:active {
            color: white;
            text-decoration: underline;
        }


/* -------- SL MIGRATION EDITION -------- */

.buy-sl-migration-button {
    position: relative;
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background: #30B5B6;
    border-bottom: 2px solid #cf7e3b;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-right: auto;
    margin-left: 40px;
    display: table;
    padding: 4px 18px 4px 18px;
}

    .buy-sl-migration-button:active {
        top: 2px;
        margin-bottom: 2px;
        border-bottom: 0;
        color: white;
    }

    .buy-sl-migration-button:hover {
        color: white;
    }

    .buy-sl-migration-button:visited {
        color: white;
    }

    .buy-sl-migration-button:link {
        color: white;
    }


/* -------- SL MIGRATION GUIDE -------- */
    
.info-box {
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    margin-top: -20px;
    margin-bottom: 30px;
    background-color: #e48583;
    padding: 8px 14px 10px 10px;
    border-radius: 8px;
    color: white;
    display: table;
}

    .info-box a {
        color: white;
    }

        .info-box a:link {
            color: white;
        }

        .info-box a:visited {
            color: white;
        }

        .info-box a:hover {
            color: white;
        }

        .info-box a:active {
            color: white;
        }

    .info-box img {
        float: left;
        margin-top: 0px;
        margin-right: 6px;
        margin-left: 0px;
        margin-bottom: 2px;
    }


/* -------- C# and XML INLINE CODE FORMATTING -------- */

/* http://www.manoli.net/csharpformat/ */
.csharpcode, .csharpcode pre {
    font-size: small;
    color: black;
    font-family: Consolas, "Courier New", Courier, Monospace;
    background-color: #ffffff;
}

    .csharpcode pre {
        margin: 0em;
    }

    .csharpcode .rem {
        color: #008000;
    }

    .csharpcode .kwrd {
        color: #0000ff;
    }

    .csharpcode .str {
        color: #a31515;
    }

    .csharpcode .op {
        color: #0000c0;
    }

    .csharpcode .preproc {
        color: #cc6633;
    }

    .csharpcode .asp {
        background-color: #ffff00;
    }

    .csharpcode .html {
        color: #800000;
    }

    .csharpcode .attr {
        color: #ff0000;
    }

    .csharpcode .alt {
        background-color: #f4f4f4;
        width: 100%;
        margin: 0em;
    }

    .csharpcode .lnum {
        color: #606060;
    }

/* ---------------- */
