html {
    width: 100%;
    height: 100%;
}

body {
    font-family: sans-serif;
    font-style: normal;
    padding: 2em 0;
    margin: 0;
}

nav {
    top: 0;
}

main,
header {
    margin-left: 1em;
    margin-right: 1em;
}

footer {
    bottom: 0;
    text-align: right;
}

nav,
footer {
    position: fixed;
    background: darkSlateGrey;
    width: 100%;
}

.nav-bar {
    color: silver;
    padding: 0.5em;
    user-select: none;
}

button {
    user-select: none;
}

input,
textarea {
    margin: 1ex;
}

form>ul {
    list-style: none;
    width: min-content;
}

.nav-bar a,
button,
input[type=submit] {
    color: silver;
    font-weight: bold;
    text-decoration: solid;
    border-radius: 0.5em;
    border-style: outset;
    padding: 2px 8px;
}

a>button.cta,
.js-install {
    font-size: 100%;
    font-weight: bold;
    padding: 1em;
    background-color: #74bd12;
    color: white;
}

.page-date {
    float: right;
    font-style: italic;
}

.clear {
    clear: both;
}

.primary {
    color: #74bd12;
}

.js-install {
    translate: 100% 50%;
}

.js-install[hidden]~.ios-install-notice {
    display: block;
}

.ios-install-notice,
.js-install[disabled]~.ios-install-notice {
    display: none;
}

.cta {
    background-color: #74bd12;
    color: white;
}

.maybe {
    display: none;
}

.is-fresh .if-fresh {
    display: initial;
}

.is-known .if-known {
    display: initial;
}

input.cta {
    float: right;
}

input[pattern|required] {
    border: transparent solid 3px;
}

input.must:invalid {
    border: red solid 3px;
}

figure {
    display: flex;
    flex-flow: column;
    max-width: 150px;
    margin: auto;
}

figcaption {
    color: white;
    font: italic bold smaller sans-serif;
    position: relative;
    bottom: 2em;
    margin: auto;
    text-shadow: 2px 2px 1ex black;
}

dt::before {
    content: "• ";
}

dd {
    margin: 0.5em;
}

.item {
    border-radius: 1ex;
    box-shadow: 0.5ex 0.5ex 1ex darkslategray;
    padding: 1ex;
}

a.item {
    color: inherit;
    display: block;
    margin: 1ex 0;
    text-decoration: none;
}

.mugshot {
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.tile {
    margin: 2px;
    max-width: 80px;
    border-radius: 50%;
}

.controls {
	float: right;
}

.action {
	vertical-align: center;
    padding: 0.5em;
}

.captain::after {
    content: "🎖";
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    right: 1em;
}

.follow, .following {
    background: none;
    border: none;
    color: orange;
    font-size: 200%;
    padding: 0;
}

.follow::before {
    content: "☆";
}

.following::before {
    content: "★";
}
