/*
 * Copyright (c) 2020-2021 Valère Monseur
 * Licensed under the terms of the MIT license - http://opensource.org/licenses/MIT
 */

body {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 64px auto;
    max-width: 650px;
}

.img-sphere .sphere,
.img-sphere .sphere img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-sphere .sphere {
    border: 1px solid #b9b9b9;
    width: 128px;
}

h1 {
    line-height: 1.2;
    margin-top: 64px;
    overflow: hidden;
    text-align: center;
}

h1:before,
h1:after {
    background-color: #b9b9b9;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

h1:before {
    margin-left: -50%;
    right: 0.5em;
}

h1:after {
    left: 0.5em;
    margin-right: -50%;
}

tr {
    line-height: 32px;
}

td {
    padding-left: 4px;
    padding-right: 8px;
}

a:active,
a:hover,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}
