@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


body {
	margin: 0;
}

* {
	font-family: 'Roboto', sans-serif;
}

.has-shadow {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.main-container {
	width: calc(100% - 20px) !important;
	height: calc(100% - 116px);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0 !important;
	background: rgba(0,0,0,0.04);
	margin-top: 96px;
	
}

.file-bar {
	position: fixed;
	top: 66px;
	background: white;
	height: 29px;
	width: calc(100% - 40px);
	padding: 0 20px;
	border-bottom: solid 1px #ccc;
}