﻿.text-fixed {
	font-family: 'Roboto Mono', monospace;
}

.text-username {
	display: inline-block;
	max-height: 20px;
	max-width: 160px;
}

.profile-element > span > strong {
	background: #72C02C;
	width: 48px;
	height: 48px;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
}

.navbar-top-links form > a {
	color: #999c9e;
	font-size: 14px;
	padding: 20px 10px;
	min-height: 50px;
	display: block;
	font-weight: 600;
}

.profile-initial {
	width: 100px;
	height: 100px;
	background: #72C02C;
	display: block;
	text-align: center;
	line-height: 100px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
}

.p-h-t-xs { 
	padding-top: 15px;
}

.navbar-brand > img {
	margin-top: -5px;
}

.nav > li.active-noline > a {
    color: #FFFFFF;
}