body {
	background-color: #f1f1f1;
}

div.floating_header {
	width: 100%;
	height: 34px;
	transform: translateZ(0);
    position: fixed;
	display: block;
	z-index: 1999999999;
    background: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e8e8e8;
	padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
	font-family: Roboto,arial,sans-serif;
    text-align: start;
	
	margin: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
}

div.header_caption {
    display: inline-block;
    font-family: 'Product Sans',Arial,sans-serif;
    font-size: 22px;	
    line-height: auto;
    position: relative;
    vertical-align: middle;
}

div.floating_header_offset {
	background: transparent;
	height: 64px;
}

div.card {
	display: block;
	padding: 15px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    width: 480px;
}

div.card.autowieth {
	min-width: 600px;
	width: auto;
}
