body {
	font: 11px 'Roboto' !important;
}

.ui-dialog {
	box-shadow: 0px 1px 7px -1px #858585;
}

header {
	position: fixed;
	width: 100%;
	background: rgb(33,150,243);
	padding: 3px;
	height: 58px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
	z-index: 1000;
}

#menu {
	display:none;
	margin-right: 18px;
}

button {
	border-radius: 3px;
	margin-bottom: 10px; 
}

#container {
	width: 100%;
    height: 100%;
}