body {
    margin-left: 10pc;
    margin-right: 8pc;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.header {
    /* color: #ffffff; */
    /* background-color: #212121; */
    text-decoration: none !important;
    /* font-family: 'Courier New', Courier, monospace; */
    margin: 3px;
    padding: 1pc;
    font-size: 1pc;
}


.headerblog {
    /* color: #ffffff; */
    /* background-color: #212121; */
    text-decoration: none !important;
    /* font-family: 'Courier New', Courier, monospace; */
    margin: 3px;
    padding: 1pc;
    font-size: 1pc;
}

.header a {
    text-decoration: none !important;
    color: black;
    /* text-shadow: 2px 2px 4px #000000; */
}

.headerblog a {
    margin-left: 10pc;
    text-decoration: none !important;
    color: black;
    /* text-shadow: 2px 2px 4px #000000; */
}

.content {
    margin-top: 1pc;
    margin: 1px;
    padding: 1pc;
    background-color: #ffffff;
    font-size: 1pc;
}

table.bioinformatics {
    width: 100%;
}

table.bioinformatics td, th {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* testing*/
table.bioinformatics tr:nth-child(even) {background-color: #f2f2f2;}

table.algorithmic {
    width: 100%;
}

table.algorithmic td, th {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* testing*/
table.algorithmic tr:nth-child(even) {background-color: #f2f2f2;}



table.notebook td, th {
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* testing*/
table.notebook tr:nth-child(even) {background-color: #f2f2f2;}

.contact {
    align-content: right;
    align-self: flex-end;
}