#footer {
    color: #A5A5A7;
    border-top: 1px solid #BBBABC;
    padding-top: 6px;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    clear: both
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#footer ul li {
    display: inline
}

#footer ul li.divider:before {
    content: " | "
}

#header {
	background-color: #3D44AB;
	margin-bottom: 20px;
	width: 100%;
}

.article-attribution {
    color: #757575;
    margin-top: 2px
}

.article-attribution a {
    color: #757575;
    text-decoration: none
}

.article-attribution a:hover {
    color: #303030
}

.article-gap {
    margin-top: 75px
}

.infinity a {
    font-size: 17px;
    text-decoration: none;
    padding: 0 4px 0 4px
}

.infinity a:hover {
    border-radius: 12px;
    border: 1px solid #A5A5A7;
    color: #FFF;
    background-color: #A5A5A7
}

blockquote {
	border-left: 2px #cccccc solid;
	margin-left: 2rem;
	padding-left: 2rem;
	font-style: italic;
}

pre {
	color: #e83e8c;
}