.header_user_info_container {
	text-align: center;
	font-family: 'Linux Libertine', Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 30px;
}
.header_user_info {
	margin-bottom: 10px;
}
.logout:before {
    content: "\f08b";
    font-family: fontawesome;
}
.logout {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; font-size: 1.2rem;
    margin-top: 0;
    opacity: 0.55;
    text-transform: none;
}