
ul.sidenav li { display: block; }

#header ul.nav li { display: inline; }

#header h1 {
	/* text-align: left;
	font-size: 2.2em;
	-moz-border-radius: .5em;
	background: #eee;
	padding: 5px 10px;
	border: 1px solid #ccc; */
}

#ccm-profile-wrapper { margin-top: 20px; }



div#primary.span-11 { width:100%; }

/* report table formatting */
div.sponsor-report table td {
	border:1px solid #f3f3f3;
	vertical-align:top;
}

div.sponsor-report table thead td {
	background-color: #f3f3f3;
	font-weight:bold;
}

div.sponsor-report table thead td.sorted { background-color: #ccc; }

#ccm-profile-sidebar {
	ul { margin-left: 0; }
}

ul.sidenav .button {
	width: 85px;
	margin: 5px 0;
}

.button {
	-moz-border-radius:4px 4px 4px 4px;
	background-color:#336699;
	border:0 none;
	color:#FFFFFF !important;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin-right:5px;
	padding:0 22px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	white-space:nowrap;
	width:auto;
}

