.button_bar{
	width:100%;
	height: 41px;
	overflow: hidden;
	background-color: #002052;
	color: #FFF;
	line-height: 41px;
	padding-left: 11px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.button_bar  div{
	margin-right: 10px;
	float: left;
}

.fullscreen_button{
	color: #39a9dc;
}

.button_bar .fullscreen_button{
	float: right;
}

@media only print {
	.button_bar{
		display: none;
	}
}
