.home {
    /*margin-top: 14px;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: black;
    font-weight: 300;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* splash */
.home .splash {
    padding-left: 0px;
}
.home .splash img {
    width: 100%;
    z-index: 0;
}
.home .splash .words {
    color: white;
    position: absolute;
    padding: 1.2em;
    margin: 0px;
    text-shadow: 0px 0px 5px black;
    z-index: 100;
    font-size: 4em;
}
.home .splash .words .drosophila {
    font-style: italic;
}
.home .splash .words .database_name {
    color: rgb(61, 121, 188);
}

/* description */
.home .description {
    color: rgb(142, 142, 142);
}
.home .description p {
    text-shadow: 0px 1px 3px rgba(52, 52, 52, 0.5);
    font-size: 1.2em;
}

/* cards */
.home .description .card {
    text-align: justify;
}
.home .description .card:first-of-type {
    padding-top: 0.5em;
}
.home .description .card ul {
    padding-left: 2em;
}
.home .description .links-only a {
    font-size: 0.8em;
}

/* tables */
.home .description .card table {
    border-color: black;
    margin-bottom: 0px;
}
.home .description .card table tr:nth-child(even) {
    background: rgb(34, 34, 34);
}
.home .description .card table tr:nth-child(odd) {
    background: rgb(43, 43, 43);
}
.home .description .card table td {
    border-color: black;
}

/* stats */
.home .description .card .stat_value {
    border-radius: 3px;
    padding: 0.2em 0.5em;
    color: rgb(200, 200, 200);
    text-shadow: 1px 1px 1px rgb(100, 100, 100);
    box-shadow: 1px 1px 2px black inset;
    background-color: black;
}

.red {
    color: red;
}
.green {
    color: rgb(50, 255, 150);
}
.blue {
    color: rgb(50, 150, 255);
}
em {
    text-decoration: underline;
    font-style: normal;
}
