html, body {
    color: #50545e;
    height: 100%;
}

#top {
    height: 70px;
}

.nav > li > a {
    padding: 15px 10px 10px;
}

#outermost-container {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    padding-bottom: 150px;
}

.white-section {
    background-color: #fff;
}
.gray-section {
    background-color: #e7f0ff;
}

.page-section {
    padding: 80px 30px 80px;
    margin-bottom: 00px;
    /*
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 7px -1px rgb(214, 214, 214);
    background: #fff;
    background-color: white;
    */
}
.page-section-alt {
    background: #fff;
}
.help-page-section {
    padding: 80px 30px 80px;
    margin-bottom: 00px;
}
.help-page-section h3 {
    margin-top: 30px;
}
.help-page-section h4 {
    margin-top: 20px;
}
.help-page-section h5 {
    margin-top: 15px;
}
.help-box {
    font-size: smaller;
    position: relative;
    padding: 5px 15px 15px;
    margin: 30px 35px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: 2px 2px 2px #eee;
}
.help-data-format-title {
    white-space: nowrap;
    font-family: Monaco,Menlo,Consolas,"Courier-New",monospace;
    font-weight: bold;
}
.help-data-format-description {
    margin-left: 20px;
}

.navbar {
/*    background: #333;*/
/*    background: rgba(45, 53, 74, .9);*/
/*    background: rgba(48, 48, 48, .9);*/
    background: rgba(33,40,55,.9);
}
.navbar-default .navbar-brand {
    color: #fff;
    padding-top: 14px;
}
.navbar-default .navbar-brand:hover {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #bbb;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-brand {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 54px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 60px;
}
h1.page-header {
    text-align: center;
}

.lead {
    margin-bottom: 10px;
}

h2 {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 40px;
}
.page-section h3 {
    font-size: 18px;
}
.page-section h4 {
    font-size: 16px;
    font-weight: normal;
}
li {
    margin-bottom: 10px;
}

#get-started pre {
    font-size: 10px;
}

.contact-header {
    padding-top: 20px;
}

.contact-form-left {
    padding-left: 12px;
}

#footer {
    width: 100%;
    background: rgb(33,40,55);
    color: #bbb;
    position: absolute;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer a:hover {
    text-decoration: none;
    color: rgb(116,189,252);
}

.right-justified {
    text-align: right;
}

.pricing-plan-box {
    margin: 0 0 20px;
    padding: 0 0 20px;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 7px -1px rgb(214, 214, 214);
    background: #fff;
    height: 455px;
}

table.download-table {
    border: none;
}
.download-table td {
    text-align: center;
    padding: 5px;
}

.download-link {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    
    border-top: 8px solid rgb(33,40,55);
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    
    border-left: 8px solid rgb(33,40,55);
}

#how-it-works-details {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 7px -1px rgb(214, 214, 214);
}

h1.price {
    margin-bottom: 5px;
    text-align: center;
}
p.price-users {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
p.price-devices {
    text-align: center;
    font-size: 14px;
}
p.price-subscription {
    text-align: center;
    font-size: 14px;
}
p.price-12months {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
p.price-apps {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
p.non-commercial {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    font-style: italic;
}


.question {
    font-style: italic;
    margin-top: 20px;
}
.answer {
    margin-left: 20px;
}

.help-toc-header {
}
p.help-toc-item {
    margin: 0 0 3px;
}
