body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #5e6770 !important; }
.bg-green { background-color: #577e5a !important; }
.bg-hero { background-color: rgb(162, 211, 180); }
.bg-foot {background-color: #e0daac }
.bg-img {
    margin: 0px;
    z-index: -1;
    background-color: rgba(162, 232, 213, 0.852) ;
    height: 100%;
    position: fixed;
    width: 100%;
    background-image: url(https://static.igem.wiki/teams/4895/wiki/wiki/pictures/drawings-evie/ecoliback.png);
    background-size: cover;
    background-repeat: no-repeat;
}
td a{color:#6fb0b6;}


/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: #DeadBF; font-weight: bold; text-decoration: none; }
footer a:hover { color: white; text-decoration: underline; }
.bg-dark { background-color: #5e6770 !important; }
.bg-green { background-color: #6d936d !important; }
