/* Index page styling to match the blood reveal.js theme */
body {
    background-color: #222;
    color: #eee;
    font-family: Ubuntu, sans-serif;
    padding: 2em;
}

h1 {
    color: #eee;
    font-weight: 700;
}

a {
    color: #a23;
    text-decoration: none;
}

a:hover {
    color: #d63348;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    color: #aaa;
    text-align: left;
    padding: 0.5em 1em;
    border-bottom: 1px solid #555;
}

th[data-col] {
    cursor: pointer;
    user-select: none;
}

th[data-col]:hover {
    color: #eee;
}

td {
    border: 1px solid #444;
    padding: 0.5em 1em;
}

tr:hover {
    background-color: #333;
}
