.johnSig {
    position: relative;
  
}

.askerBox {
    margin-top: 1em;
}

.johnSig .styleyOffset {
  top: -2em;
    margin-left: 1em;
}

#boxQA {
    margin: 0.5em;
    padding: 1em;
}

#boxQA > * {
    position: relative;
    margin-bottom: 2em;
}

#boxQA > * h3 {
    margin: 0 0 1em 0;
    padding: 0;

    font-variant: small-caps;
}

#boxQA .answer .boxText {
    padding-bottom: 4em;
}

.boxText {
    text-indent: 4em;
    border-radius: 1em;
    border: 0.25em solid var(--border-dark);
    background-color: #e9e0cca2;
    padding: 0.5em 1em;
}

.boxText a {
    font-weight: bold;
    /*font-size: 1.125em;*/
}

#qaBottom {
    position: relative;
    text-align: center;

    font-weight: bold;
    font-variant: small-caps;
    
    margin: 1em;
    padding: 1em;
}

/* ******************************************************************** */
.boxListLine {
    position: relative;
    margin: 0.75em 1.25em;
    padding-top: 0.125em
    
}

.boxListLine > div {
    position: relative;
    padding: 0.5em;
}

.boxListLine .topThin {
    padding-top: 0.125em;
    margin-top: 0.125em;
    text-align: center;

    font-size: 0.8em;
    font-variant: small-caps;
    font-weight: bold;;
}
/* ******************************************************************** */