/* ------------------------------------
	CHART SECTION STYLING BEGINS
-------------------------------------------------*/

.cc-main-container table {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  margin: 40px auto !important;
  padding: 0;
  width: 80%;
  min-width: 300px;
  table-layout: fixed;
}
.main-Model-color {
  color: #000000 !important;
}
.sub-Models-color {
  color: #000000 !important;
}
.cc-main-container table caption {
  font-size: 1.5em !important;
  margin: .5em 0 .75em !important;
}
.cc-main-container table th, 
.cc-main-container table td {
  padding: .625em !important;
  text-align: center !important;
	/* font-weight: 600; */
}
.cc-main-container table th {
	font-size: 17px !important;
	letter-spacing: 0.5px;
	background: #242424;
	color: #FFFFFF;
}

.cc-main-container table tr {
  	background: #dedede;
  	border-bottom: 1px solid #ecf0f1;
  	padding: .35em !important;
	font-size: 15px;
}
	
.cc-main-container table tr:nth-child(odd) {
    background-color: #f1f1f1;
}


@media screen and (max-width: 600px) {
 
  .cc-main-container table {
    border: 0;
    width: 90%;
	margin: 0px auto 40px !important;
  }
  .cc-main-container table caption {
    font-size: 1.3em !important;
  }
  .cc-main-container table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
	
.cc-main-container table tr {
    border-top: 0px;
    display: block;
    margin-bottom: 1.2em;
	border-bottom: 0px solid #ecf0f1 !important;
	background: #f1f1f1 !important;
	padding: 0px !important;
  }
	
.cc-main-container table td {
    border-bottom: 0px;
    display: block;
    font-size: 16px !important;
    text-align: right !important;
  }
	
.cc-main-container table td:before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
	font-size: 16px !important;
  }
	
.cc-main-container td.main-Model-color {
    
}
.cc-main-container table td:first-child {
	border-bottom: 0px;
    display: block;
    font-size: 20px !important;
    text-align: center !important;
	font-weight: bold !important;
	background-color: #262626;
	color: #FFFFFF;
}
	
  .cc-main-container table td:last-child {
    border-bottom: 0;
  }
	
	
td.sub-Models-color {
    background-color: #ffffff !important;
}
	

	
	
}