@charset "UTF-8";

.overview1 {
	width: 100%;
	margin: 20px auto;
}

.overview_heading {
	font-size: 25px;
	margin: 30px auto;
	text-align: center;
  border-bottom: dashed 2px #6594e0;
	width: 90%;
}

.overview-1a {
	font-size: 25px;
	padding: 10px;
	margin: 30px auto 20px;
	text-align: center;
	border-bottom: dashed 2px #6594e0;
	width: 90%;
}
	
#overview-1-c {
	width: 90%;
}

.overview2 {
	margin: 20px 0px; 
}

.table {
	width: 30%
}

table { 
  margin: 10px auto;
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
}	

table th,table td{
  padding: 20px;
}

table tr:nth-child(odd){
  background-color: #eee
}


	
	
	
	

