h1 {
	font-family: Arial, Helvetica, sans-serif;
}

li.obsolete {
	text-decoration: line-through;
}


.affiliation {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

.position {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Posts */
.post-title {
    font-size: 3em;
}

.post-title a {
    color: inherit;
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.pager li>a {
    color: inherit;
    border-radius: 0;
    border: 0;
    padding: 0.9em 1.4em;
}

.newpost h1 {
    margin-bottom: 20px;
    text-align: center;
}

.newpost .form-control {
    border-radius: 0;
}

.newpost textarea {
    max-width: 100%;
}

footer {
    margin: 50px 0;
}
