.graphs-container {
	padding: 19px;
}
.cell-content-horizontal {
	width: 100%;
}
.cell-content-vertical {
	height: 100%; float: left;
}
.cell-content:active {
	background-color: rgb(253, 253, 253) !important;
}
.cell-content:hover {
	background-color: rgb(227, 227, 227) !important;
}
.cell_container {
	height: 150px; font-size: 0px; margin-bottom: 35px; white-space: nowrap; background-color: rgb(255, 255, 255);
}
.cell_container_content_wrap {
	height: 100%; margin-bottom: 7px; display: inline-block;
}
.cell_header {
	border-radius: 2px; border: 1px solid transparent; border-image: none; overflow: hidden; font-size: small; margin-right: 1px; margin-left: 1px; display: block !important; min-height: 0px !important; max-height: 30px; background-color: rgb(153,204,255);
}
.cell_header p {
	margin: 4px; color: rgb(49, 112, 143); overflow: hidden; white-space: nowrap;
}
.cell_content {
	width: 100%; height: 100%; padding-right: 1px; white-space: nowrap;
}
.allocationTitle:active {
	background-color: rgb(227, 227, 227);
}
.rotater {
	transform-origin: 0% 0%; -ms-writing-mode: tb-rl; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -webkit-transform-origin: 0% 0%;
}
.allocationTitle {
	width: 100%; height: 100%; text-align: center; overflow: hidden; font-size: small; display: table-cell;
}
