/**
 * Progress Bar Charts - Default styles
 * Override these in your theme or page-specific CSS.
 */

.pbc-chart-wrapper {
	max-width: 400px;
	margin: 1.5em auto;
}

.pbc-chart-title {
	font-weight: 600;
	margin-bottom: 0.5em;
	font-size: 1em;
}

.pbc-chart-container {
	position: relative;
	height: 160px;
}

.pbc-chart-container canvas {
	display: block;
}
