body {
	font-family: "Courier";
}

p.textreceiver:nth-child(n+2) {
    visibility: hidden;
	display: none;
}

.textreceiver .meta {
	font-size: 0.6rem;
	color: #999999;
	opacity: 0.1;
}

.textreceiver .row {
	margin-left: 20px;
	padding-top: 20px;
}

#d-stories .textreceiver {
	background-color: white;
}

.phrase {
    display: block;
    float: left;
    max-width: 70%;
}

.author {
    display: block;
    float: left;
    width: 20%;
	font-weight: bold;
}

.red {
	color: red;
}

a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a.current {
	color: grey;
}

.projectmeta {
	position: fixed;
	bottom: 100px;
}