.loading_widget{
	background-image: url("/assets/images/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
	height: 100px;
}
.dsbd_widget_header{
	background: #FFF;
	width: 100%;
	vertical-align: top;
}
.dsbd_widget_header > div{
	vertical-align: top;
}
.dsbd_widget_header > div > div{
	display: block;
}
.dsbd_widget_header > div:first-child{
	width: 100%;
}
.dsbd_widget_header > div:first-child > div:first-child{
	font-size: 2em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dsbd_widget_header > div:nth-child(2) > div{
	display: table-cell;
	text-align: right;
	padding-left: 10px;
}
.dsbd_widget_header > div:nth-child(2) > div > div{
	display: block;
	text-align: center;
}
.dsbd_widget_header > div:nth-child(2) > div > div:first-child{
	font-size: 1.1em;
}
.dsbd_widget_header > div:nth-child(2) > div > div:nth-child(2){
	padding-top: 5px;
	font-size: 2em;
}
.dsbd_widget_header > div:nth-child(2) > div > div:last-child{
	font-size: 1.2em;
	white-space: nowrap;
}

.dsbd_widget_header + div.gwt-Label {
	margin-top: 40px;
}