body {
  min-height: 100vh;
}

.flex-grow {
   flex: 1;
}



        .card > .card-header {
            background-color: #005792;
            color: #fff;
            font-family: "Gentona-Medium", Georgia, Serif;
            font-size: 1.2em;
         }
         .card > .card-header .details {
             color: #bbb;
             font-size: initial;
         }



/* bit bigger headers */
.card > .card-header {
    font-size: 1.3em;
    padding: 0.5rem 1.25rem;
}

/* Scanresults */

.scanresults .result .title {
    font-size: 1.2em;
    font-family: "Lato", Georgia, Serif;
    margin-top: -3px;
    margin-left: 50px;
}

/* remove annoying round corner in top result card */
.scanresults .card:nth-of-type(2) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.scanresults .result .details {
    display: none;
    clear: both;
    margin-left: 50px;
}

.scanresults .detailstabs {
    display: none;
    clear: both;
    padding-top: 5px;
}

.scanresults .documentation .meta {
    display: none;
}
.scanresults .documentation img {
    max-width: 100%;
    height: auto;
}
.scanresults .documentation blockquote {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 6px;
}
.scanresults .documentation blockquote p:last-of-type {
    margin-bottom: 0px;
}

/* Domain table */

.domaintable .domain {
    font-size: 1.0em;
}

.domaintable tr:first-child td {
    border-top: none;
}

.domaintable {
    margin-top: -18px;
}
.domaintable th {
    font-size: 1.0em;
}

.domaintable .domain td, nav {
    font-size: 1.0em;
    color: #444;
    padding: 0.8rem;
    font-family: "Lato", Georgia, Serif;
}

.domaintable .domain td {}
    font-size: 1.2em;
}

.domaintable td a, .domaintable td a:hover, .domaintable td a:visited {
    text-decoration: none;
    color: #444;
    outline: 0;
}
.domaintable td i.fa.text-warning {
    color: #f93 !important;
}

.fixed-width {
    font-family: "Courier New"
}


/* make room for top nav bar */

main {
    margin-top: 72px;
}

body {
    font-family: "Lato", Georgia, Serif;
    font-size: 16px;
}
table td { font-size: 1rem;}

.table.previous-scans td {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: .5rem;
}
.table-striped tbody tr.currentscan {
    background-color: #9cc8ee;
}
.table td.ac {
    text-align: center;
}

.discoursetopics img.avatar {
    border-radius: 50%;
}

.scanrow { display: none; }
.scanrow.visible { display: table-row; }
.scanrow.changes-0, .scanrow.changes-0 a { color: #888; }

/** on mouse over effect on domains **/

.domaintable tr.domain.mouseover td.domainname {
    padding-top: 5px;
    padding-bottom: 0px;
}

.domaintable tr.domain.mouseover td.domainname span {
    margin-top: -8px;
    margin-bottom: -10px;
}
.domaintable tr.domain span.extra {
    display: none;
    color: #888;
    font-size: 0.8em;
    padding-top: 3px;
}

.domaintable tr.domain.mouseover span.extra {
    display: block;
}

/**** community table ****/

table.community td {
    padding-top: 0;
    padding-bottom: 0;
    white-space: nowrap;
    table-layout: fixed;
}

table.community tr.topictitle td {
    padding-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #dee2e6;
}
table.community tr.topictitle:first-child td {
    border-top: none;
    padding-top: 0px;
}

table.community tr.details td {
    padding-bottom: 7px;
    color: #888;
    font-size: 0.8em;
}

table.community .avatar {
    border-radius: 50%;
}
/*** icons in card-header have some space to their right */
.card-header i.far, .card-header i.fas {
    margin-right: 12px;
}

table.apitokens {
    table-layout: fixed;
}
table.apitokens td.token {
    overflow: hidden;
    text-overflow: ellipsis;
}
