#nav {
    height: 40px;
}

#nav a {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}

#login {
    right: 10px;
    top: 26px;
    font-size: 8px;
}

#content {
	width: calc(100% - 20px);
    height: calc(100% - 50px);
	padding: 10px;
	padding-top: 40px;
}

.article-header, .project-header {
    line-height: 25px;
}

.project-footer {
	display: none;
}

.project-image {
	margin-right: 5px;
    width: 90px;
    height: 70px;
    background-size: 90px 70px;
    background-repeat: no-repeat;
}