#dashboard {
	padding: 0px 5px 10px 5px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------------*/
/* CARDS */

/* for card-deck */
.card-deck {
	margin: 0px;
}

.card {
	/* border: 1px solid rgba(0,0,0,.125); */
	margin-bottom: 10px !important;
	margin: 10px 5px 0px 5px !important;
}

/* for blank spacing */
.card.blank {
	border: 0px;
	height: 0px;
	margin: 0px !important;
}

/* header */
.card-body {
	padding: 6px 10px;
	padding-bottom: 8px;
}

.card-title {
	margin-bottom: 0px; /* move subtitle up */
	font-size: 20px;
	padding-bottom: 0px;
	font-weight: 600;
}

.card-text {
	font-size: 12px;
	font-style: italic;
	display: inline-block; /* needed for line height */
	line-height: 1.2;
	vertical-align: text-top; /* lines up text across cards */
}

.card-text-lg {
	padding-top: 5px;
	margin-bottom: 0px;
	line-height: 1.35;
	font-size: 16px;
}

/*----------------------------------------------------------*/
/* CHART */

.spinner {
	position: relative;
}

.chart-container {
	position: relative;
	margin: auto;
	height: 500px;
	width: 100%;
}

/*----------------------------------------------------------*/
/* DEVICE SETTINGS */

/* On small devices */
@media (max-height: 900px) {

	.card-text {
		font-size: 11.44px;
	}

	/* make chart smaller */
	.chart-container {
		height: 475px;
	}

}

/* On small devices */
@media (max-height: 800px) {
	/* make chart smaller */
	.chart-container {
		height: 375px;
	}
}

/* On small devices */
@media (max-height: 700px) {
	/* make chart smaller */
	.chart-container {
		height: 275px;
	}
}

/* On small devices */
@media (max-height: 400px) {
	/* make chart smaller */
	.chart-container {
		height: 190px;
	}
}

/* On small devices */
@media (max-height: 350px) {
	/* make chart smaller */
	.chart-container {
		height: 170px;
	}
}
