.fn {
    margin: auto;
    width: 250px;
    height: 50px;
    background: #333;
    cursor: pointer;
    margin-bottom: 90px;
}

.fnp {
    position: absolute;
    top: auto;
    left: 0;
	right: 0;
	text-align: center;
    display: none;
	margin-left: 0;
	margin-right: 0;
    margin-top: 25px;
    padding: 8px 12px;
    font-size: larger;
}

.fnp > .footcontain {
	margin-left: 80px;
	border: 1px solid #000;
	padding: 8px 12px;
	background: #fff;
	line-height: 250%;
}

.fn.footnote {
    margin: auto;
	width: auto;
    cursor: pointer;
    display: inline;
	background: inherit;
}