<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
    width:800px;
    margin:0 auto;
    line-height:1.5;
    letter-spacing: normal;
    }

nav {
    margin: 27px auto 0;
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #ca8de7;
    border-radius: 8px;
    font-size: 0;
    }

nav a {
    line-height: 50px;
    height: 100%;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: white;
    cursor: pointer;
    }
nav .animation {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    transition: all .5s ease 0s;
    border-radius: 8px;
    }

a:nth-child(1) {
    width: 100px;
    }
a:nth-child(2) {
    width: 100px;
    }
a:nth-child(3) {
    width: 100px;
    }
a:nth-child(4) {
    width: 100px;
    }
nav .start-home, a:nth-child(1):hover~.animation {
    width: 100px;
    left: 0;
    background-color: #8574FC;
    }
nav .start-about, a:nth-child(2):hover~.animation {
    width: 100px;
    left: 100px;
    background-color: #B274FC;
    }
nav .start-terms, a:nth-child(3):hover~.animation {
    width: 100px;
    left: 200px;
    background-color: #F988E0;
    }
nav .start-FBB, a:nth-child(4):hover~.animation {
    width: 100px;
    left: 300px;
    background-color: #9946FA;
    }

.rectangle_1 {
    border: 2px solid #fcd5f3;
    background: #fcd5f3;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 30px;
    }

.rectangle_1 p {
    margin-top: 15px;
    }

.rectangle_2 {
    border: 2px solid #fcd5f3;
    background: #fcd5f3;
    border-radius: 20px;
    padding: 10px;
    width: 100%;
    height: 190px;
    text-align: center;
    margin-top: 20px;
    }

.rectangle_2 p {
    margin-top: 10px;
    }

.rectangle_3 {
    border: 2px solid #CFC8FA;
    background: #CFC8FA;
    border-radius: 20px;
    padding: 10px;
    width: 90%;
    height: 70px;
    text-align: center;
    margin-top: 470px;
    }

.rectangle_3 p {
    margin-top: 8px;
    font-size: 18px;
    }

div.column50 { 
    width: 50%; 
    float: left;
    }

div.column50 figure {
    margin-right: 10px; 
    margin-bottom: 50px;
    margin-top: 30px;
    }

div.column50 figure img {
    width: 80%; 
    border-radius: 50px;
    }

div.container {
    width: 150%;
    padding-right: 0px;
    padding-left: 170px;
    margin-right: 0px;
    margin-left: 30px;
    word-break:break-word;
    table-layout:fixed;
    }

table.t1 {
    width: 35%;
    }

table.t1 tr th, tr td {
    border-bottom: 1px solid #0e0101;
    }

table.t2 tr th, tr td {
    border-bottom: 1px solid #0e0101;
    }

figure.histogram img{
    margin-top: 15px;
    width: 60%;
    }

table.t2 {
    width: 100%;
    margin-top: 25px;
    }
    
table.t3 {
    width: 60%;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 25px;
    }

table.t3 thead tr th {
    border-bottom: 1px solid #171717;
    }
table.t3 tr td {
    border-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 10px;
    }

div &gt; ol {
    list-style-type: none;
    margin: 0; 
    padding: 0;
    margin-top: 15px;
    margin-bottom: 20px;
   }

ol.list1 li, ol.list2 li {
    counter-increment: item;
   }

ol.list1 li:before {
    content: "{" counter(item) "} ";
}

ol.list2  {
    width: 60%;
    line-height:1.3;
    font-size: 15px;
    font-family:'times new roman';
}

ol.list2 li:before {
    content: "[" counter(item) "] ";
}

li a {
    color: rgb(16, 15, 15);
}

figure.yjp img {
    border-radius: 50px;
    width: 100%;
    border: 3px solid #8f77d2;
}

div.row {
    margin-top: 25px;
}

div.col-md-6 {
    margin-top: 300px;
}

figure.bash img {
    width: 90%;
    border-radius: 5px;
}

figure.uniprot img {
    width: 90%;
    border-radius: 5px;
    border: 3px solid #058e08;

}

figure.pdb img {
    width: 70%;
    border-radius: 5px;
}

figure.protein img {
    width: 60%;
}

figure.protein_small img {
    width: 125%;
}

figure.protein_chain img {
    width: 174%;
}

figure.protein_mol img {
    width: 80%;
}

figure.h_bond img {
    width: 80%;
    border-radius: 5px;
    border: 3px solid #717174;
}

figure.right img {
    width: 100%;
    border-radius: 5px;
    border: 3px solid #060a7f;
 }

figure.h_bond_side img {
    width: 80%;
    border-radius: 5px;
    border: 3px solid #060a7f;
}

figure.solid img {
    width: 50%;
    border-radius: 5px;
    border: 3px solid #060a7f;
}

div.col-md-7 {
    margin-top: 400px;
}

figure.reactions img {
    margin-top: 25px;
    border-radius: 5px;
    border: 3px solid #060a7f;
}

figure.taxonomy img {
    border-radius: 5px;
    border: 3px solid #060a7f;
    width: 80%;
}

figure.class img {
    border-radius: 5px;
    border: 3px solid #060a7f;
    width: 150%;
}

table.t4 {
    width: 110%;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 25px;
    }

table.t4 tr td {
    border-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 10px;
    }




</pre></body></html>