


.intro {
    font-size: 1.2em;
}

.intro b {
    font-weight: 900;
}

div.banner {
    display: block;
    margin: 1ex -1em;
    /*
    background-image: url('img/banner.jpg');
    background-size: 100%, auto;
    background-position: 0 -15em;
    background-repeat: no-repeat;
    */
    background-color: #ea2a2d;
    /*min-width: 50em;*/
    vertical-align: middle;
    text-align: right;
}

div.banner img.logo {
    display: inline-block;
    max-width: 20ex;
    max-height: 7ex;
    margin: .5em 1em;
}

/*
h1.banner {
    margin-top: 2.1ex;
    margin-bottom: 5ex;
    font-size: 2.2em;
    text-shadow: 0px 0px 0.3em #fff, 0px 0px 0.7em #fff;
}
*/

h1:first-of-type {
    margin-top: .2em;
}

div.divider {
    text-align: right;
}

div.divider img {
    max-height: 7em;
}

table.experiments {
    border-spacing: 0;
    width: 100%;
}

table.experiments tr {
    border-bottom: 1px solid #ccc;
}

table.experiments tr:first-of-type {
    border-top: 1px solid black;
}

table.experiments tr:last-of-type {
    border-bottom: 1px solid black;
}

table.experiments td {
    border: inherit;
    padding: .5em 0 .5em .5em;
    vertical-align: top;
}

table.experiments ul {
    margin: 0;
    padding: 0;
}

table.experiments li {
    margin-left: 0;
    padding-left: 0;
}

table.experiments .title {
    font-weight: 900;
}

.highlight, #highlight {
    background-color: #ffd700;
}

article.footer p {
    margin-top: 5em;
}

table.experiments .title small {
    font-weight: normal;
    font-style: italic;
}
