.article {
	border:				1px solid #888;
	margin-bottom:		30px;
}

.readmoreelement {
	position:			relative;
	padding-bottom:		40px;
}

.header {
	position:			fixed;
	width:				100%;
	border-bottom:		5px solid white;
	z-index:			10;
}

.article h2 {
	color:				white;
	background-color: 	#4f93ce;
	padding:			8px;
	margin:				0;
	line-height: 		1.2em;
}

.article p {
	padding:			4px 20px;
}

#content {
	padding-top:		80px;
}

.readmorebutton {
	position: 			absolute;
    bottom: 			0;
    display: 			block;
    width: 				100%;
    background: 		rgba(255, 255, 255, 0.9);
    line-height: 		3em;
    color: 				orange;
    text-align: 		center;
	box-sizing: 		border-box;
	cursor:				pointer;
}