.content{
	width: 100%;
	height: 100%;
}
.summaryContents{
  align-items: flex-start;
	display:flex;	
	flex-direction: row;
	flex-wrap:wrap;
	gap: 1vw;
}
.summaryTitle{
	display:flex;
	width:100%;
	justify-content:center;
}
.singleClassTable{
	min-width: 300px;
	
	border-collapse:collapse;
	border-style: solid;
	border-color: #3f4b5b;
}
.table{
	border-collapse: collapse;
	width:100%;
}

.singleClassTable th{
  height: 50px;
  width: 100%;
  border:1px solid #3f4b5b;	
  color:white;
}
.singleClassTableValue{
text-align: center;
}

.singleClassTable td{
	height: 30px;
	border:1px solid #3f4b5b;	
}
.justLeft{
  text-align: left;
}

.justCent{
  text-align: center;
}
