.table-nonfluid {
   width: auto !important;
}


.graph-container {
  width: 1000px;
  height: 450px;
}

.graph-placeholder {
  width: 100%;
  height: 100%;
}

#graph-totals {
	text-align: center;
	margin-top: 15px;
}

#graph-tooltip {
	position: absolute;
	display: none;
	border: 1px solid #fdd;
	padding: 2px;
	background-color: #fee;
	opacity: 0.80;
}
#graph-legend {

}

// FLOT LEGEND
.legend {
		display: block;
		-webkit-padding-start: 2px;
		-webkit-padding-end: 2px;
		border-width: initial;
		border-style: none;
		border-color: initial;
		border-image: initial;
		padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.legendLayer .background {
    fill: rgba(255, 255, 255, 0.85);
    stroke: rgba(0, 0, 0, 0.85);
    stroke-width: 1;
}

hr.tight {
	margin: 4px 0;	 
}

.ac { text-align: center; }
.ar { text-align: right; }

