
#selfpage_portal {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 55px;
	
	font-size: 16px;
}

#selfpage_hr {
	border: 0;
	margin: 30px 0;
	height: 8px;
	background-image: -webkit-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:    -moz-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:     -ms-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
	background-image:      -o-linear-gradient(left, rgba(153,0,10,0), rgba(153,0,10,0.75), rgba(153,0,10,0));
}

.logo_lyrik {
	width: 100%;
	margin-top: 1%;
	border-radius: 20px;
}

.portal_header {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 32px;
	font-style: oblique;
}

.portal_info {
	color: #900;
	text-shadow: #333 0.1em 0.1em 0.1em;
	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 28px;
	font-style: oblique;
	font-weight: bold;
}

.facebook_button {
	width: 100%;
	margin: 1% 0% -2.5% 0%;
	border: none;
	overflow: hidden;
	height: 20px;
}

