a {
    color: #15c;
    font-weight: 300;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a#viewSource {
    border-top: 1px solid #999;
    display: block;
    margin: 1.3em 0 0 0;
    padding: 1em 0 0 0;
}

div#links a {
    display: block;
    line-height: 1.3em;
    margin: 0 0 1.5em 0;
}

h1 a {
    font-weight: 300;
    white-space: nowrap;
}

audio {
    max-width: 100%;
}

body {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 40px 20px 20px 20px;
    word-break: break-word;
}

button {
    background-color: #d84a38;
    border: none;
    border-radius: 2px;
    color: white;
    font-family: sans-serif;
    font-size: 0.8em;
    margin: 0 0 1em 0;
    padding: 0.6em;
}

button:active {
    background-color: #cf402f;
}

button:hover {
    background-color: #cf402f;
}

button[disabled] {
    color: #ccc;
}

button[disabled]:hover {
    background-color: #d84a38;
}

canvas {
    background-color: #ccc;
    max-width: 100%;
    width: 100%;
}

code {
    font-family: sans-serif;
    font-weight: 400;
}

div#container {
    margin: 0 auto 0 auto;
    max-width: 40em;
    padding: 1em 1.5em 1.3em 1.5em;
}

div#highlight {
    background-color: #eee;
    font-size: 1.2em;
    margin: 0 0 50px 0;
    padding: 0.5em 2em;
}

div#links {
    padding: 0.5em 0 0 0;
}

h1 {
    border-bottom: 1px solid #ccc;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.2em 0;
}

h2 {
    color: #444;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 0.8em 0;
}

h3 {
    border-top: 1px solid #eee;
    color: #666;
    font-size: 0.9em;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 10px 0 0 0;
    white-space: nowrap;
}

html {
    /* avoid annoying page width change
  when moving from the home page */
    overflow-y: scroll;
}

img {
    border: none;
    max-width: 100%;
}

input {
    font-family: sans-serif;
}

input[type=radio] {
    position: relative;
    top: -1px;
}

ol {
    padding: 0 0 0 20px;
}

p {
    color: #444;
    font-weight: 300;
    line-height: 1.6em;
}

p#data {
    border-top: 1px dotted #666;
    font-family: Courier New, monospace;
    line-height: 1.3em;
    max-height: 1000px;
    overflow-y: auto;
    padding: 1em 0 0 0;
}

p.borderBelow {
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
}

section p:last-of-type {
    margin: 0;
}

section {
    border-bottom: 1px solid #eee;
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
}

section:last-of-type {
    border-bottom: none;
    margin: 0;
    padding: 0 0 1em 0;
}

select {
    margin: 0 1em 1em 0;
    position: relative;
    top: -1px;
}

h1 span {
    white-space: nowrap;
}

strong {
    font-weight: 500;
}

ul {
    padding: 0 0 0 20px;
}

video {
    background: #222;
    margin: 0 0 20px 0;
    width: 100%;
}

@media (min-width: 550px) {
    body {
        font-size: 16px;
        padding: 1em;
    }

    h1 {
        font-size: 28px;
    }
}

@media (min-width: 750px) {
    h1 {
        font-size: 30px;
    }
}

@media (min-width: 1000px) {
    /* hack! to detect non-touch devices */
    div#links a {
        line-height: 0.8em;
    }
}

section#george-floyd a {
    color: black;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

section#george-floyd a#name {
    font-size: 28px;
    font-weight: bold;
}

section#george-floyd a#dates {
    font-size: 22px;
}

section#george-floyd img {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 100%;
    width: 400px;
}

section#george-floyd {
    border-bottom: 1px solid black;
    margin: 0 0 80px 0;
    padding: 0 0 60px 0;
    text-align: center;
}

@media (min-width: 500px) {
    body {
        margin: 10px 30px 30px 30px;
    }

    section#george-floyd {
        margin: 0 0 300px 0;
    }
}