﻿.trialDiv {
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

.logoPlaceholder {
}

.navBar {
    background-color: #007ac3;
    color: #FFFFFF;
    height: 48px;
}

.navItem {
    float: left;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    line-height: 48px;
}

    .navItem:hover {
        background-color: #409bd2;
        cursor: pointer;
    }

.navItemOn {
    float: left;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    line-height: 48px;
    background-color: #00619c;
}

.appName {
    width: 220px;
    height: 48px;
    line-height: 48px;
    float: right;
    background-color: #85bc20;
    color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 200;
    text-align: center;
}

.tabContent {
    margin-left: 16px;
    margin-right: 16px;
    color: #474747;
    font-size: 10pt;
}

    .tabContent h1 {
        color: #85bc20;
    }

#getStarted {
    display: none;
}

    #getStarted .section1 {
        padding-right: 32px;
    }

    #getStarted .Btn {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 32px;
        margin-bottom: 16px;
        width: 210px;
        text-align: center;
        height: 48px;
        line-height: 48px;
        background-color: #85bc20;
        color: #FFFFFF;
    }

        #getStarted .Btn:hover {
            background-color: #a4cd58;
            cursor: pointer;
        }

    #getStarted .section3 {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-left: 1px solid #E2E2E2;
        margin-top: 16px;
    }

#shop {
    display: none;
}

    #shop .section1 {
        padding-right: 32px;
    }

    #shop .Btn {
        margin-left: 16px;
        margin-top: 32px;
        width: 200px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background-color: #e5202e;
        color: #FFFFFF;
    }

        #shop .Btn:hover {
            background-color: #eb675a;
            cursor: pointer;
        }

.tabContent a {
    color: #007ac3;
    text-decoration: none;
}

    .tabContent a:hover {
        color: #85bc20;
        text-decoration: none;
    }