:root {
    --primary-color: #334265;
    --secondary-color: #778EB2;
    --primary-color-light: #8F99B1;
    --secondary-color-light: #666D7E;
    --call-to-action-color: #5cb85c;
    --call-to-action-color-light: #3a3a3a;
    --row-header: #e2e2e2;
    --pass-color: #5cb85c;
    --fail-color: #a00000;
    --form-focus-color: #007bff;
    --layers-menu: 1000;
    --layers-modal-dialog-background: 1010;
    --layers-modal-dialog: 1020;
    font-size: 12px;
}
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/dots.ttf);
}
html, body {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

body.model-open {
    overflow: hidden;
    height: 100%;
}

h1 {
    /*color: var(--secondary-color);*/
    /*font-family: "Trebuchet MS", Arial, Verdana;*/
    /*font-size: 18pt;*/
}

h1:first-child {
    margin-top: 20pt;
}
/*
h2 {
    color: var(--secondary-color);
    padding: 0 0 3px 0;
    margin: 0pt;
    font-size: 16px;
}

h3 {
    color: #A59F4D;
    padding: 0 0 3px 0;
    margin: 10px 0 0 0;
    font-size: 14px;
}
*/
a:link, a:visited {
    color: #59554D;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p a:link, p a:visited {
    /*font-size: 12px;*/
    color: blue;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    /*font-size: 1.1em;*/
}

.center {
    text-align: center;
}

.dash-table {
    width: 100%;
}
    .dash-table th {
        background-color: var(--primary-color-light);
        color: white;
    }

table.list {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border-top: 1px solid #007CB6;
    border-bottom: 1px solid #59554D;
}

thead th {
    line-height: 22px;
    color: #59554D;
}

    thead th.line {
        padding: 4px 0;
        margin-bottom: 8px;
        line-height: 22px;
        color: #59554D;
        text-transform: uppercase;
        border-bottom: 2px solid var(--primary-color);
        padding-right: 10px;
    }

    thead th.cell-div, td.cell-div {
        width: 10px;
        background-color: #fff;
    }

tr.row {
}

    tr.row:hover, tr.row:hover td, tr.row:hover td a h2 {
        cursor: default;
        background-color: #efefef !important;
        color: #808080 !important;
    }

    tr.row td.cell a div {
        height: 100%;
        width: 100%;
    }

    tr.row td.cell:hover {
        background-color: #FFBC00 !important;
    }

tr.dash-row td.cell:hover {
    background-color: #FFBC00 !important;
}


tr.row td {
    margin: 0;
}
tr.row td:last-child {
    padding-right: 0px;
}

td.label {
    width: 375px;
}

td.icon {
    width: 50px;
}

td.host {
    width: 200px;
    word-break: break-word;
}

td.baseline {
    width: 150px;
}

td.date {
    width: 150px;
    white-space: nowrap;
}

td.os {
    width: 150px;
}

td.av {
    width: 150px;
}
td.host {
    word-break: break-word;
}

td.label a, td.host a {
}

    td a:hover, td.label a:hover, td.host a:hover {
    }

td a.link:hover {
    color: #000;
}

.dash-row:hover .dash-cell {
    background-color: #FFE699 !important;
}

th.dash-info {
    padding: 0 8px;
    background-color: var(--primary-color-light);
}

td.dash-label {
    width: 250px !important;
    border-bottom: 1px solid #efefef;
    word-break: break-word;
}

td.dash-hosts {
    width: 50px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-perc_text {
    width: 40px;
    text-align: right;
    background-color: #F2F2F2;
}

td.dash-perc_bar {
    width: 120px;
    background-color: #F2F2F2;
}

td.dash-user {
    width: 70px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-user-2 {
    width: 22px;
    text-align: center;
    background-color: #F2F2F2;
    white-space: nowrap;
}

td.dash-user-3 {
    width: 35px;
    text-align: center;
    background-color: #F2F2F2;
}

td.dash-3 {
    width: 200px;
    padding: 4px;
    text-align: left;
    background-color: #F2F2F2;
}

tr.dash-row:hover {
    background-color: #FFE699 !important;
}

.header {
    padding: 20px;
    margin-bottom: 20px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--primary-color-light);
}

#search-bar {
    padding: 10px;
    border: solid 1px #efefef;
    border-radius: 4px;
}
.main-info {
    padding: 20px 10px;
    background-color: #efefef;
    border-radius: 6px;
}

#blockStandard, #blockBaseline, #blockVulnerabilities, #blockPatches, #blockAV, #blockUsers {
    
}


.clearfix {
    clear: both;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

.warning {
    color: yellow;
    background-color: red;
    padding: 10pt;
    font-weight: bold;
    text-align: center;
    /*font-size: 14pt;*/
}

.rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.compliance_bar {
    width: 140px;
    overflow: hidden;
}

.percbar {
    float: left;
    font-size: 9pt;
    width: 40px;
    text-align: center;
}

.greenbar, .bluebar, .redbar {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    font-size: 9pt;
    text-transform: uppercase;
    margin-top: 1px;
    height: 18px;
}

.greenbar {
    background-color: #5cb85c;
}

.redbar {
    background-color: #a00000;
}

.bluebar {
    background-color: #d3dfee;
    color: gray;
}
.main-info table {
    /*font-size: 10pt;*/
}
.main-info th {
    padding: 2pt 6pt 2pt 6pt;
    vertical-align: top;
    text-align: right;
    font-weight: 500;
    color: var(--primary-color-light);
    white-space: nowrap;
}
.main-info td p {
    color: gray;
    font-weight: 100;
    margin-bottom: 4pt;
}
.main-info td p:first-of-type {
    margin-top: 0pt;
}

.infovalue {
    min-width: 400px;
    vertical-align: top;
    font-weight: bold;
}

.infotext {
    min-width: 400px;
}

.treeview {
    overflow: hidden;
    /*font-size: 10pt;*/
    width: 100%;
}

.treeline.active, .treeline:hover {
    background-color: #DBDC96;
}

#page-container {
    padding: 0;
    margin: 0;
    text-align: center;
}

#top {
    width: 100%;
    text-align: center;
    background: #efefef;
    border-bottom: solid 2px var(--primary-color);
    position: fixed;
    height: 70px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

#top-inner {
    width: 1024px;
    margin: auto;
    text-align: left;
}

#top-outer {
    position: relative;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    display: flex;
}

#logo {
    position: absolute;
    top: 10px;
    left: 20px;
    height: 50px;
    overflow: hidden;
}

    #logo img {
        max-height: 30px;
        max-width: 150px;
    }

#main-menu {
    width: 100%;
}

#top-navig {
    width: 1024px;
    background: var(--primary-color);
    list-style: none;
    display: inline-table;
    height: 20px;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-sizing: border-box;
}

    #top-navig ul {
        display: none;
        list-style: none;
    }

    #top-navig li:hover > ul {
        display: block;
        background: var(--primary-color);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #top-navig li {
        float: left;
    }

        #top-navig li:hover {
            background: var(--primary-color-light);
        }
        #top-navig li li:hover:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        #top-navig li {
            border-radius: 0px;
        }

        #top-navig li:hover a {
            color: #fff;
        }

        #top-navig li a {
            display: block;
            padding: 5px 15px;
            color: #fff;
            text-decoration: none;
        }

    #top-navig ul {
        background: var(--secondary-color);
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 900;
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
    }

        #top-navig ul li {
            float: none;
            border-top: 1px solid var(--primary-color-light);
        }
        #top-navig ul li:first-child {
            border-top: none;
        }

            #top-navig ul li a {
                padding: 10px 20px;
                color: #fff;
            }

                #top-navig ul li a:hover {
                    color: var(--primary-color);
                }

        #top-navig ul ul {
            position: absolute;
            left: 100%;
            top: 0;
        }

#top-quicknavig {
    position: absolute;
    top: 16px;
    right: 0px;
    margin: 0;
    padding: 0;
}

    #top-quicknavig li {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0 12px;
        border-left: 1px dashed #c1c1c1;
    }

        #top-quicknavig li:first-child {
            border: 0;
        }

        #top-quicknavig li:last-child {
            padding-right: 0;
        }

        #top-quicknavig li a {
            color: #7b7b7b;
            text-decoration: none;
            text-transform: uppercase;
        }

.pagination_container {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #000;
}

.pagination_count {
    color: #000;
}

.pagination {
    margin-left: 3px;
    margin-right: 3px;
}

    .pagination.select {
        font-weight: bold;
    }

#content-container {
    width: 1024px;
    min-height: 792px;
    margin: 0 auto;
    padding: 70px 0px;
    background-color: #fff;
}

#content-innner {
    width: 1024px;
    margin: 0 auto;
}

#content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    background: #fff;
}


input[type=submit], input[type=submit]:focus {
    outline: none;
}
input.obscure {
    font-family: password
}

.button_big, .button_small {
    background: var(--call-to-action-color);
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding: 0px 10px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    /*font-size: 10pt;*/
    text-transform: uppercase;
    border-radius: 2px;
}

.button_big {
    margin-left: 10px !important;
    background: var(--primary-color);
    min-width: 145px;
}
    .button_big.warning {
        font-weight: normal;
        background-color: red;
    }

    .button_big:first-child {
        margin-left: 0px !important;
    }

a.button_big, a.button_small {
    color: #fff;
    display: inline-block;
}

.button_small {
    margin-left: 10px !important;
    background: var(--call-to-action-color);
    min-width: 80px;
    padding: 0px 5px;
    border-radius: 2px;
}
    .button_small.warning {
        font-weight: normal;
        background-color: red;
    }
    .button_small.compact {
        min-width: 60px;
    }

    .button_small:first-child {
        margin-left: 0px !important;
    }

.button_small:disabled, button:disabled {
    background-color: gray;
    cursor: default;
}

#left-column {
    float: left;
    width: 100px;
}

#middle-column {
    margin: 20px auto;
    width: 800px;
}

#110 {
    width: 100%;
    overflow: hidden;
}

#left-report {
    float: left;
    width: 50%;
    display: block;
}

#right-report {
    float: right;
    padding-left: 10px;
    width: 45%;
    display: block;
    border-left: 1px solid #c0c0c0;
}

.plain {
    height: 100%;
    padding: 20px;
    background-color: #FFF;
    display: block;
}

#pagination {
    padding: 10pt 0pt;
    margin-top: 20px;
    width: 100%;
    background-color: var(--row-header);
}

    #pagination a {
        color: #000;
        display: inline-block;
        margin: 0 10px;
    }

    #pagination .disabled {
        color: #808080;
        display: inline-block;
        margin: 0 10px;
    }

    #pagination .total {
        float: right;
        padding-right: 10px;
    }

        #pagination .total::before {
            content: "Total: ";
        }

#filter-submit {
    margin-left: 10px;
    line-height: 18px;
    color: #fff;
    background: #334060;
    border: 1px #334060 solid;
    cursor: pointer;
}

.filter_bar {
    width: 1024px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 60px;
    padding: 10px;
    background-color: var(--primary-color-light);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-sizing: border-box;
}

.filter_bar_item {
    margin-left: 10px;
    margin-bottom: 20px;
}

    .filter_bar_item span {
        color: #fff;
        display: block;
        text-transform: uppercase;
    }

    .filter_bar_item select {
        min-width: 100px;
        max-width: 250px;
    }

.flash {
    animation-name: flash;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {
        color: red;
    }

    to {
        color: var(--secondary-color);
    }
}

.impact_-1 {
    font-weight: 100;
    color: #000;
    background: #33cc00;
    text-align: center;
}

.impact_0 {
    font-weight: 100;
    color: #000;
    background: #33cc00;
    text-align: center;
}

.impact_1 {
    font-weight: 100;
    color: #000;
    background: #66ccff;
    text-align: center;
}

.impact_2 {
    font-weight: 400;
    color: #000;
    background: #ffd800;
    text-align: center;
}

.impact_3 {
    font-weight: 700;
    color: #000;
    background: #ff6666;
    text-align: center;
}

.impact_4 {
    font-weight: 700;
    color: #000;
    background: #ff0000;
    text-align: center;
}

.message {
    display: block;
    padding: 2em;
    /*font-size: 1.2em;*/
    margin-bottom: 1em;
    transition: opacity 1.25s;
    opacity: 1;
}

    .message.hidden {
        opacity: 0;
    }

    .message.success {
        background-color: green;
        color: white;
    }

    .message.fail {
        background-color: red;
        color: white;
    }

.report_types ul {
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
    overflow: hidden;
}

    .report_types ul li {
        float: left;
        margin-right: 40px;
    }


.card-view .topic {
    padding: 10px 10px;
    vertical-align: top;
}

.card-view>table {
    background-color: #f8f8f8;
    border-collapse: collapse;
    font-size: 1.0rem;
    width: 100%;
    border-radius: 10pt;
}

    .card-view > table h2 {
        text-transform: uppercase;
        padding-left: 20px;
        font-size: 1.2rem;
    }

    .card-view > table > tbody > tr > th {
        text-align: right;
        width: 150px;
        color: #8f8f8f;
        font-weight: normal;
        vertical-align: top;
        padding: 0px 10px;
        /*font-size: 1.1rem;*/
    }

.card-view > table > tbody {
    border-top: 3px dotted #efefef;
}
    .card-view > table > tbody:first-child {
        border: none;
    }

    .card-view > table > tbody > tr > td {
        padding-left: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
    }

    .card-view > table > tbody.submit {
        text-align: right;
    }

        .card-view > table > tbody.submit > tr:last-child > td {
            padding-top: 20px;
        }

    .card-view > table > tbody > tr:last-child > td {
        padding-bottom: 20px;
    }

.card-view tbody td>*:first-child {
    margin-top: 0px !important;
}

.card-view input, .card-view select, .card-view textarea, .card-view button {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 4px;
}

    .card-view input[type=file], .card-view button {
        border: none;
    }

    .card-view input[type=text], .card-view input[type=password], .card-view select, .card-view textarea {
        width: 100%;
        background-color: white;
    }

.card-view table.inset {
    margin: 0px;
    width: unset;
    max-width: 100%;
}

.card-view .inset * {
    vertical-align: baseline;
}

.card-view .inset tbody {
    border: none;
}

.card-view .inset input[type=text], .card-view .inset select {
    width: 300px;
}

.card-view .inset th {
    text-align: right;
    /*font-size: 0.9em;*/
}

.card-view .description {
    color: gray;
}

.card-view code {
    color: blue;
}

.card-view .error {
    color: red;
    font-weight: 100;
}

.card-view .note, .card-view .note-alert {
    padding: 10px;
    margin: 10px 0px;
    border-radius: 4px;
    background-color: #dfdfdf;
    text-align: center;
    color: gray;
}
    .card-view .note-alert {
        background-color: red;
        color: yellow;
    }
        .card-view .note-alert code {
            color: black;
        }

    .card-view .button_small, .card-view button {
        height: unset;
        border-radius: 0.5rem;
        text-transform: uppercase;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 0.375rem 1.75rem;
    }

.card-view .hidden {
    display: none;
}

.card-view #pagination {
    margin-top: 0px;
}

.button-area {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.card-view .button-area {
    /*margin: 0px -10px;*/
}

#server_list {
    width: 100%;
}

    #server_list tr {
        vertical-align: middle;
    }

    #server_list th {
        padding: 10pt 10pt;
        background-color: var(--row-header);
    }

    #server_list td {
        padding: 2px;
    }

        #server_list td:first-child {
            padding-left: 0px;
        }
        #server_list td:last-child {
            padding-left: 10px;
        }

    #server_list tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

    #server_list .host {
        word-wrap: anywhere;
    }

    #server_list .baseline {
        white-space: nowrap;
    }

    #server_list .date {
        white-space: nowrap;
    }

    #server_list .profile select {
        width: 200px;
    }

    #server_list .perc_text {
        text-align: right;
        width: 40px;
        padding-right: 0px;
    }

    #server_list .perc_bar {
        width: 104px;
    }

    #server_list .buttons {
        width: 50px;
    }

    #server_list .recalculating {
        text-align: center;
    }


#application-status {
    display: flex;
    position: absolute;
    flex-wrap: nowrap;
    top: 10px;
    left: 0px;
    margin: 0px;
}

.application-status-tag {
    align-items: center;
    border-radius: 12px;
    /*font-size: 1.2em;*/
    font-weight: bold;
    color: white;
    background-color: gray;
    white-space: nowrap;
    height: 24px;
    position: relative;
    margin-left: 5px;
    display: none;
}

#application-status-tag-standard-text, #application-status-tag-audits-text, #application-status-tag-application-text {
    padding: 5px 10px;
}

#application-status-tag-standard.application-status-tag {
    background-color: forestgreen;
}

#application-status-tag-audits.application-status-tag {
    background-color: darkgrey;
}

#application-status-tag-application.application-status-tag {
    background-color: darkgoldenrod;
}

.loader {
    margin-left: 2px;
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid white;
    width: 12px;
    height: 12px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: inline;
    float: left;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#results > table, table #results, table.results {
    width: 100%;
}

#results thead tr, table.results thead tr {
    background-color: #efefef;
}

    #results thead tr th, table.results thead tr th {
        padding: 10pt;
        cursor: pointer;
        white-space: nowrap;
        user-select: none;
        /*border-bottom: solid 6px white;*/
    }
    table.results thead tr th {
        border-bottom: none;
    }

        #results td, #results th, table.results td, table.results th {
            vertical-align: top;
            padding-left: 10pt;
        }

#results > table a, table.results > table a {
    text-decoration: unset;
}

    #results > table a:link, #results > table a:visited, table.results > table a:link, table.results > table a:visited {
        color: var(--secondary-color);
        text-decoration: underline;
    }

#results tr:nth-child(2n+2), table.results tr:nth-child(2n+2) {
    background-color: #f6f6f6;
}

#results > table a:hover, table.results > table a:hover {
}
    table.results tbody tr:hover {
        cursor: default;
        background-color: #efefef !important;
        color: #808080 !important;
    }

        table.results tbody tr:hover td:first-child {
            border-left: 4pt solid var(--call-to-action-color);
            padding-left: 9pt;
        }

.compliant {
    color: #33cc00 !important;
}

.not-compliant {
    color: #a00000 !important;
}

.border-bottom-white {
    border-bottom: solid 1px white;
}


table.findings {
    width: 100%;
    margin-top: 10pt;
    /*font-size: 10pt;*/
}

    table.findings tr {
        vertical-align: top;
    }

    table.findings th {
        font-weight: 500;
        padding-right: 10pt;
        text-align: right;
    }

    table.findings code {
        padding: 10pt;
        display: block;
        background-color: #efefef;
    }

.severity, .compliance {
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 4px;
    padding: 4px 8px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: lowercase;
    min-width: 40px;
    text-align: center;
}

    .s-critical {
        background-color: #a00000;
        color: white;
    }

    .s-important {
        background-color: #ffd800;
        color: red;
    }

    .s-moderate {
        background-color: #66ccff;
        color: black;
    }

    .s-low {
        background-color: #5cb85c;
        color: black;
    }

    .s-unspecified {
        background-color: gray;
        color: #efefef;
    }

    .c-compliant {
        background-color: #5cb85c;
        color: #ffffff;
    }

    .c-not-compliant {
        background-color: #a00000;
        color: #ffd800;
    }


@keyframes overlay-animation {
    from {
        background-color: rgba(0, 0, 0, 0)
    }

    to {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

@keyframes overlay-content-animation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.screen-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 1.4em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: overlay-animation;
    animation-duration: 0.2s;
}

    .screen-overlay > .box {
        padding: 20px;
        display: block;
        opacity: 0;
        animation-name: overlay-content-animation;
        animation-duration: 0.2s;
        animation-delay: 0.2s;
        animation-fill-mode: forwards;
    }

        .screen-overlay > .box h1 {
            font-size: 1.6em;
            color: white;
        }

.hidden {
    display: none !important;
}

.disabled * {
    color: #808080 !important;
}

@media only screen and (max-width: 1440px) {
    body.loading #logo {
        opacity: 0.2;
    }
}

h1 {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 19px;
    color: #a3a3a3;
}

h2 {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 19px;
    color: #a3a3a3;
}

h3 {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 19px;
    color: #a3a3a3;
}

p, body {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 19px;
}

blockquote {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 19px;
}

pre {
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 19px;
}