

/* ===== Primary Styles ========================================================
   Author: Iheanyi Ekechukwu
   ========================================================================== */

.info {
	display: none;
}


.info.visible {
	display: block;
}

.footer {
	font: bold 13px/15px 'Helvetica', 'Arial Neue', 'sans-serif';
}

.activity {
	font: normal normal normal 11px/13px 'Helvetica Neue', 'Helvetica', 'Arial Neue', 'sans-serif';
	list-style: none;
	height: 250px;
}

.activity li  {
	border-bottom: 1px dotted;
}

body {
	background-image: linear-gradient(bottom, rgb(87,86,84) 11%, rgb(209,209,209) 56%, rgb(255,252,217) 78%);
	background-image: -o-linear-gradient(bottom, rgb(87,86,84) 11%, rgb(209,209,209) 56%, rgb(255,252,217) 78%);
	background-image: -moz-linear-gradient(bottom, rgb(87,86,84) 11%, rgb(209,209,209) 56%, rgb(255,252,217) 78%);
	background-image: -webkit-linear-gradient(bottom, rgb(87,86,84) 11%, rgb(209,209,209) 56%, rgb(255,252,217) 78%);
	background-image: -ms-linear-gradient(bottom, rgb(87,86,84) 11%, rgb(209,209,209) 56%, rgb(255,252,217) 78%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.11, rgb(87,86,84)),
		color-stop(0.56, rgb(209,209,209)),
		color-stop(0.78, rgb(255,252,217))
	);
}

.container-fluid {
	height: auto;
}

.container {
	text-align: left;
}

.row-fluid {
	height: auto;
}

.avatar {
	height: 250px;
	width: 250px;
	border-radius: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
}

.nav-list {
	height: auto;
}

.user {
	height: 30px;
}

.level {
}

.exp {
	height: 200px;
}

.notification {
	font: normal bold 14px/16px 'Helvetica Neue', 'Helvetica', 'Arial Neue', 'sans-serif';
	text-align: left;
	background-color: #000;
	color: #ffffff;
	height: auto;
}