<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylelint-disable selector-list-comma-newline-after */


.fs-11{
  font-size: 1.1em;
}
.w-340{
  min-width: 340px;
}

/* Sitemap link style */

a.red_link:link, a.red_link:visited{
  text-decoration: none;
  color: black;
}
a.red_link:hover{
  color:red;
}

.overlay{
  text-align: right; color:red;font-size: 36px;
}
.overlay-toggler-button{
  font-size: 2.5em;
  cursor: pointer;
  color: black;
}
.nav-symbol{
  font-size: 1.6em;
  color: black;
}
.livesearch{
  position: absolute;z-index: +2000;top:+76px;background-color:white;
  right: 200px;
}
.livesearch1{/*MOBILE*/
  position: absolute;z-index: +2000;top:+177px;background-color:white;
}
/* .close_nav_icon{
  color:red;
  font-size: 36px;
} */

.mb-100{
  margin-bottom: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.max-w-360{
  max-width:360px;
}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}
.cursor-pointer {cursor: pointer;}

/* Make scrollbar invisible */
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

#main_content{
  -webkit-overflow-scrolling:touch;
}

.w-max-100{
  max-width: 100%;
}
.item-center{
  margin: 0 auto;
}
/* SIDEBAR */
/* Sidebar section */
.sb-sec{
  font-size:0.8rem;
  color:black;
}
/* Sidebar subsection */
.sb-subsec{
  font-size:0.75rem;
  color:#929296
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}
.sm-screen{
  /* background-color: blue; */
  border-style: solid;
  border-color: blue;
  width:90%;
}

/* =================== sidebar stuff ================== */
.content{
  /* background:blue; */
  height:100%;position:fixed;top:130px;left:240px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
  width:75%;
}
@media (min-width: 1207px) {
  .content{
    /* background:blue; */
    height:100%;position:fixed;top:130px;left:240px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
    width:63%;
  }
}
@media (max-width: 900px) {
  .content{
    /* background:blue; */
    height:100%;position:fixed;top:130px;left:0px;overflow:scroll;padding-bottom: 150px;padding-top: 40px;
    width:100%;
  }

}
.tutorial_sidebar{
  position:fixed;top:130px;left:10px;overflow:scroll;max-width:16em;height:95%;font-size:0.8rem;
}

.very_high_pos{
  top:5px;
}
.high_pos{
  top:68px;
}
.start_pos{
  top:112px;
}
.start_pos_sidebar{
  top:130px;
}
.sidebar_right_very_high{
  position:fixed;top:10px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
}
.sidebar_right_high{
  position:fixed;top:80px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
}
.sidebar_right_start{
  position:fixed;top:130px;right:1px;max-width:16em;font-size:0.8rem;overflow:scroll;height:90%; padding-bottom:20px;
}


a.sb_text:link, a.sb_text:hover,  a.sb_text:visited{
      text-decoration: none;
      color: #000000;
}

.high-light-bar-txt{
  /* color: #68CD68; */
  font-weight: bold;
  font-size:0.85rem;
}
/* =================== END sidebar stuff ================== */

/* =================== Footer ================== */

.footer_hide{
  display: none;
}
a.navlink_footer:link, a.navlink_footer:visited{
  text-decoration: none;
  color: white;
}
a.navlink_footer:hover{
  color:#d7f0a2;
}
.footer_show{
  display: block;
  position:absolute;
  overflow-x: hidden;
     bottom:0;
     width:100%;
     background:#236C16;
     text-align: left;
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top:150px
     color: white;
     /* background-image:
       linear-gradient(
         to bottom,
         #fffdc2,
         #fffdc2 15%,
         #d7f0a2 15%,
         #d7f0a2 85%,
         #fffdc2 85%
       ); */
}

/* =================== END Footer ================== */
.w-530{
  min-width: 530px;
}
.w-430{
  min-width: 430px;
}
.w-439{
  min-width: 439px;
}
.w-320{
  min-width: 320px;
}
.myfigure{
  display:table;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.myfigcaption{
  display:table-caption;
  caption-side:bottom;
  color: #8C8C90;
  font-size: .80rem;
  margin-top: 0px;
  padding-top: 0px;
  width: 100%;
}

.mynote{
  /* height: 20%; */
  /* background: -moz-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: -webkit-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: linear-gradient(to bottom, #ffffff 95%, #14B6F6 5%); */

  background-image:
    linear-gradient(
      to right,
      #F8AA08,
      #F8AA08 1%,
      #FFFFFF 1%,
      #FFFFFF 85%
    );
}
.mynote-success{
  /* height: 20%; */
  /* background: -moz-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: -webkit-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: linear-gradient(to bottom, #ffffff 95%, #14B6F6 5%); */

  background-image:
    linear-gradient(
      to right,
      #3C9B2B,
      #3C9B2B 1%,
      #FFFFFF 1%,
      #FFFFFF 85%
    );
}
.mynote-mix{

  background-image:
    linear-gradient(
      to right,
      #FDFBB5,
      #FDFBB5 1%,
      #fffdc2 2%,
      #d7f0a2 85%
    );
}

.jumbotron-bg-1 {
    background: #000 url("../images/bioinformatics main background.jpg") no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    color: #fffdc2; // change text color
}
.my-opacity {
  opacity: 0.5;
}

/* ========Overlay================== */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 15%;
    width: 92%;
    text-align: left;
    margin-top: 30px;
    margin-left: 20px;
}

.overlay a, li {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 14px;
    /* color: #818181; */
    /* color: #ffffff; */
    color: #BEC2BE;
    display: block;
    transition: 0.3s;
}
.overlay h6 {
    /* padding: 8px; */
    text-decoration: none;
    font-size: 16px;
    /* color: #818181; */
    color: #ffffff;
    /* color: #BEC2BE; */
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.nav-icon{
     font-size:30px;
     cursor:pointer;
     display: block;
     text-align: right;
}


/* ========Navbar================== */
.navbar{
  /* height: 20%; */
  /* background: -moz-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: -webkit-linear-gradient(top, #ffffff 90%,#14B6F6 5%, #ffffff 5%);
  background: linear-gradient(to bottom, #ffffff 95%, #14B6F6 5%); */

  background-image:
    linear-gradient(
      to bottom,
      #fffdc2,
      #fffdc2 15%,
      #d7f0a2 15%,
      #d7f0a2 85%,
      #fffdc2 85%
    );
}

/* ========Blog content================== */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  /* font-family: 'Fira Sans', sans-serif; */
  /* font-family: 'Signika', sans-serif; */
}

.display-2 {
  font-size: 1.0rem;
}
.display-3 {
  font-size: 1.5rem;
}
.display-4 {
  font-size: 2.5rem;
}
.display-5 {
  font-size: 3.5rem;
}
.display-6 {
  font-size: 4.5rem;
}
.display-7 {
  font-size: 4.0rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
* Blog name and description
*/
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination &gt; .btn {
  border-radius: 2rem;
}

/*
* Blog posts
*/
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
* Footer
*/
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background:#236C16;
  width:100%;
  /* background-color: #f9f9f9; */
  /* border-top: .05rem solid #e5e5e5; */
  /* max-width: 90%; */
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.list-std {
  color: #000;
  font-size: 16px;
}
.rubik {
  font-family:rubik;
}
.bold-rubik-500{
  font-family:rubik; font-weight: 500;
}
.rubik-300{
  font-family:rubik; font-weight: 300;
}
.color-red{
  color: red;
}
.rubik-300-sz09{
  font-family: 'Rubik', sans-serif;
  font-size: 0.9em; font-weight:300;
}
.rubik-300-sz085{
  font-family: 'Rubik', sans-serif;
  font-size: 0.85em;font-weight:300;
}
h1, h2, h3, h4, h5, h6 {
  font-family:rubik;
}
</pre></body></html>