body {
    font-family: 'GillSans', sans-serif; 
    padding-bottom: 50px;
}

a.nav {
    text-decoration: none;
    color: black;
}

a.nav:hover {
    text-decoration: none;
    color: white;
    background-color: black;
}

a {
    color: #000000;
}

#generatePgWdg, #recoverPgWdg {
    font-size: 1.125em;
}

#bip39InputWdg, #decInputWdg, #hexInputWdg {
    height: 1em;
}

#strInputWdg {
    height: 10em;
}

textarea {
    height: 1em;
}

p, ul, ol, li {
    width: 750px;
    text-justify: inter-word;
}

.genrec-outer {
    margin-left: 300px;
}

h1, h2, h3, form, #navWdg {
    white-space: nowrap;
}

h1.genrec {
    padding-top: 50px;
    font-size: 5em;
    color: rgb(182, 45, 45)
}

h2 {
    font-size: 2em;
}

h3.genrec, p.genrec, .recExpl {
    margin-top: 75px;
}

h3 {
    width: 750px;
}

h3.faq {
    padding-top: 40px;
    width: 500px;
}

h3.news {
    width: 750px;
    text-align: left;
    padding-top: 20px;
}

.selectedButton {
    background: grey;
    color: black;
}

.activeButton, .uncheckedButton {
    background: #DCDCDC;
    color: black;
}

.checkedButton {
    background: #555555;
    color: black;
}

.passiveButton {
    background: white;
    color: black;
}

.active {
    background: #DCDCDC;    
}

.passive {
    background: white;    
}

textarea {
    border: 2px solid black;
    resize: none;
}

#secretTable {
    border: 2px solid black;
}

td {
    vertical-align: top;
}

.shareTable {
    border: 2px solid black;
}

.shareTableCpyCell {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#inputCpyTable {
    border: 2px solid black;
}

.inputCpyCellEmpty {
    color: grey;
}

#canvasWdg {
    border: 2px solid black;
}

.recBip39sPar {
    margin-top: 0px;
    margin-bottom: 0px;
}

#knSecretsDiag {
    height: 200px;
    width: auto;
}

#cpyWdg, .genrecBoiler {
    font-size: 0.75em;
}

span.email b {
    display: none;
}

#pdfOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#pdfModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    padding: 20px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}