div.Diagram > div.Control {
    display : inline-block;
}

div.Diagram > div.Legend {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.LegendItem svg {
	cursor: pointer;
}

.LegendItem table.data {
	display: none;
}

.LegendItem table.data.Expanded {
	display: block;
}

.LegendItem table.data.Expanded tbody th {
	background-color: #F0F0F0;
}