/* Make this mobile first*/
/* Styles for mobile phones (default) go here:*/

.firstCol {
	width:50%;
	float:left;
	font-size: ;
}

.secondCol {
	width: 50%;
	float:left;
	background-color: ;
	font-size: ;
}

.header {
	font-weight: bold;
	width: 110px;
	text-align: center;
}

.cell {	
	width: 110px; 
	margin-right: 3%;
}

.cell a, .cell a:visited, .cell a:hover {
    display: block;
    text-decoration: none;
    color: var(--black);
}

.aNumber {
	text-align: right;
}

.rowArrow {
	width: 10%;
	float:left;
	text-align: center;
	color: #e0e0eb;
}

.descriptionCell {
	width: 200px;
	margin-left: 3%;
}

.pie-chart {
	/*position: relative;*/
	height: 180px;
	margin: 0;
	margin:auto;
	/*outline: 1px solid #ccc;*/
}
/*.pie-chart figcaption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: smaller;
	text-align: right;
}
.pie-chart span:after {
	display: inline-block;
	content: "";
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	height: 0.8em;
	border-radius: 0.2em;
	background: currentColor;
}*/

.chartTopLeft {
	display:inline-block; 
	height: 60px; width: 90px; 
	margin-left: calc(50% - 160px); 
	padding-top: 10px;
	text-align: center;
	float: left;
}
.chartTopRight {
	display:inline-block; 
	height: 60px; width: 90px; 
	margin-left: calc(140px); 
	padding-top: 10px;
	text-align: center;
}
.chartCenter {
	height: 60px;
	text-align: center;
	padding-top: 5px;
}
.chartBottomRight {
	display:inline-block; 
	height: 60px; width: 90px; 
	margin-left: calc(140px); 
	padding-bottom: 10px;
	text-align: center;
}
.chartBottomLeft {
	display:inline-block; 
	height: 60px; width: 90px; 
	margin-left: calc(50% - 160px); 
	padding-bottom: 10px;
	text-align: center;
}

.legend {
	font-size: 80%;
}

@media only screen and (min-width: 480px) {


}
		
@media only screen and (min-width: 600px) {
  /* Styles specific for tablets go here: */


}

@media only screen and (min-width: 768px) {
  /* Styles specific for desktops go here: */

}

@media only screen and (min-width: 1280px) {
  /* Styles specific for really big desktops go here: */

}
@media only screen and (min-width: 1920px) {
  /* Styles specific for really big desktops go here: */

}
