/* Style for balin's expedition page. */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

/* Fonts. */
body {
    font-size: 100%;
	text-align: justify;
    font-family: Times;
    background-color: white;
    background-image: url("pics/catacombs.svg"); /* image by NASA: https://www.nasa.gov/jpl/spitzer/pia18472 */
    background-attachment: fixed;
	background-position: top;
	background-size: 800px auto;
	background-repeat: no-repeat;
}

.rhombus {
    height: 25px;
	aspect-ratio: 1;
	clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
	background: #818180;
}

h1 {
    font-size: 2.5em;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
    margin-top: 20px;
}

/* Links in text. */
a {
    color: #1F299E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* For all the centered elements. */
.centerelement {
    max-width: 700px;
    margin: auto; /* centers the element */
}


/** For all actual content on the page. ******************************/
.content {
    color: black;
    padding-top: 20px;
    padding-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

.content table {
    margin-bottom: 30px;
    margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
    padding: 0;
    border-collapse: collapse;
    text-align: left;
	width: 100%;
}

.content th, td {
    vertical-align: top;
    padding: 5px;
}

.blurp {
	text-align: justify;
	text-align-last: center; /* Justify text, except last line, which is to be centered. */
    -moz-text-align-last: center; /* Code for Firefox */
	font-style: italic;
}

.even {
    background-color: #dadada;
}

.odd {
    background-color: white;
}

.backstyle {
    text-align: center;
}

/*.versioncell {
    text-align: center;
}*/
