.page-wrapper {
	margin-bottom:-255px;
}

.page-buffer {
    height: 255px;
}

.page-footer {
	height: 230px;
    box-shadow: none;
}

.container {
    width: 84%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.entry {
    border-bottom: 1px solid darkgray;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.entry-text {
    font-family: inherit;
	font-size: 1em;
	line-height: 1.5em;
	color: #222;
    text-align: justify;
}

.source {
    font-family: inherit;
	font-size: 0.7em;
	line-height: 1.0em;
	color: #143034;
    text-align: right;
}

.pagination-buff {
    width: 44%;
    position: relative;
    height: 1em;
    float:left;
}

.pagination {
    width: 54%;
    padding: 15px 0;

}

.document-wrapper {
    padding-top: 108px;
}
.container {
    width: 84%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}