//@import "../../../abstracts/abstracts";

#user_info {
	margin: 20px 35px;
	font-size: $font-size-small;
	font-weight: 600;
	line-height: 16px;
	height: 30px;
}

#wrapper {
	>header {
		.organisation {
			display: none;
			#breadcrumbs {
				a#breadcrumb_home {
					margin-right: 5px;
					padding: 2px 0 !important;
				}
				b {
					float: left;
				}
				a {
					padding: 0;
					margin-bottom: 0;
					list-style: none;
					float: left;
				}
			}
		}
	}
}
