
#content {
	margin: 50px;
    padding: 30px;
	/* top: 25%; */
    border: 4px double #b5b5b5;
    border-radius: 4px;
	box-shadow: 1px 8px 16px 1px rgba(0,0,0,0.3);
    background-color: white;
    position: relative;
    color: black;
}

.library-chart-wrap {
	position: relative;
	height: 380px;
	width: 100%;
}

.library-chart-wrap canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
