/* Deild Table - Chart styles */

.deild-chart-wrapper {
	width: 100%;
	max-width: 100%;
	margin: 1.5em 0;
	padding: 16px 12px;
	background: #ffffff;
	box-sizing: border-box;
	position: relative;
}

.deild-chart-wrapper .deild-chart-canvas {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	display: block;
}

.deild-chart-wrapper script.deild-chart-data {
	display: none;
}

@media (max-width: 640px) {
	.deild-chart-wrapper {
		padding: 8px 4px;
	}
}
