body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 0.9em;
	background-color: rgba(250, 250, 250, 1);
	color: rgba(0, 0, 0, 0.5);
    margin: 8px;
}

main {
    width: 100%;
    padding: 0px
}

address {
    cursor: default
}

article {
    overflow: hidden;
}

figure {
    display: inline;
    overflow: hidden;
    margin: 0px;
}

figcaption {
    display: block;
    position: sticky;
    font-size: small;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 3px 3px 3px 5px;
    background-color: rgba(250, 250, 250, 0.5);
    color: rgba(0, 0, 0, 0.8);
}

figcaption i {
    margin-right: 6px;
}

.active, .link {
    color: rgba(0, 0, 0, 0.8)
}