
.doc_paneGeneral{
    padding: 0.5em;
}

.doc_info{
    border: 1px rgb(120, 120, 120) solid;
    background-color: rgba(135, 206, 250, 0.447);
    min-width: 30%;
    padding: 0.5em;
    border-radius: 3px;
    font-size: 1.125rem;
}



#doc_masterDiv{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 1em;
}


#doc_masterDiv.dark-theme{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
    background-color: #333;
}

/* Remove? */
/* .doc_vtitle{
    font-size: xxx-large;
    word-break: break-all;
} */

/* in use? */
/* .doc_textpane{
    
    padding-left: 1em;
    padding-right: 1em;
    text-align: justify;
    text-justify: auto;
} */


.doc_text{
    min-width: 60%;
}

.doc_mainsection{
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    padding: 1em;
    
}

.doc_licensesection{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#doc_textdiv{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 5em;
    width: 100%;
    height: 100vh; 
    /* These two last ones are to make the div clickable during testing */
}



.doc_chapter{
    margin-top: 4em;
    display: flex;
    justify-content: center;
    font-size: x-large;
    font-weight: bold;
}



.doc_flexCenterjustify{
    display: flex;
    justify-content: center;
}

.doc_section{
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: calc(20px + 0.5rem);
    justify-content: space-between;
}


.doc_sectionTitle{
    font-weight: bold;
    font-size: 1.1em;
}

.doc_infoTitle{
    font-weight: bold;
}

.doc_title{
    font-size: 2em;
}


.doc_sectionOutputs{
    word-break: break-word;
}

/* .darkLightBtn.dark-theme{
    width: 2em;
    aspect-ratio: 1/1;
    border-color: none;
    background-color: gray;
    box-shadow: none; 
    border-width: 0px;
} */

.doc_darkLightBtn{
    width: 2em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border-width: 0px;
   
    
    background-color: gray;
}