body {
    margin-top: -4px;
    background-color: ghostwhite;
    height: 100%;
    hyphens: auto;
    text-align: justify;
}

#page {
    margin-left: auto; 
    margin-right: auto;
    max-width: 33em;
    min-height: 100%;
    background-color: white;
    border-radius: 4px;
    padding: 2em 3em;
    box-shadow: 0 0 10px 5px lightgrey;
    font-size: 18px;
}

.title {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 38px;

}

.charCounter {
    text-align: center;
}

.part {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 28px;
}

.chapter {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: black;
}

a:visited {
    color: black;
}

.a_title {
    font-size: 24px;
    text-indent: 0em;
}

.a_part {
    font-size: 20px;
    text-indent: 2em;
}

.a_chapter {
    font-size: 18px;
    text-indent: 0em;
}

.p {
    text-indent: 2em;
    margin: 0;
}

.pc {
    margin: 0;
    text-align: center;
}

.pr {
    margin: 0;
    text-align: right;
}

.button {
    position: fixed;

    right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 50%;
}

#contentTable {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: lightgrey;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px lightgrey;
    min-width: 7px;
    max-width: 20%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    scrollbar-width: none;
}

.blockLincWrapper {
    display: block;
}

.kCount {
    display: inline-block;
    width: 2em;
    color: gray;
}

.charCounter {
    color: gray;
}

#contentTableVisible {
    margin: 10px;
    display: none;
}

.button:hover {
    opacity: 100%;
}

#menuBtn {
    bottom: 15px;
    background-image: url(./pics/menu_btn.png);
}

#readBtn {
    bottom: 55px;
    background-image: url(./pics/read_btn.png);
}
/*
#saveBtn {
    bottom: 95px;
    background-image: url(./pics/save_btn.png);
    background-size: 80%;
}
*/

#uploadBtn_wrapper {
    bottom: 95px;
    background-image: url(./pics/upload_btn.png);
    background-size: 80%;
}

#uploadBtn {
    font-size: 40px;
    max-width: 40px;
    max-height: 40px;
    opacity: 0;
}

#main_menu {
    display: none;
}

