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

.cc-main-container table {
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0px auto 60px !important;
  padding: 0;
  width: 100%;
  min-width: 300px;
  table-layout: fixed;
}
.main-Model-color {
  color: white !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 tr {
  /*background: #F8F8F8 !important;*/
  background: #ffffff !important;
  border-bottom: 1px solid #ecf0f1;
  padding: .35em !important;
	font-size: 15px;
}
.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;
}

th.sub-Models-color {
	
}
.cc-main-container table img {
	display: inline-block;
}


@media screen and (max-width: 600px) {
 
  .cc-main-container table {
    border: 0;
    width: 100%;
	margin: 10px auto 20px !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;
  }
  .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;
}
	
  .cc-main-container table td:last-child {
    border-bottom: 0;
  }
	
	
td.sub-Models-color {
    background-color: #ffffff !important;
}
	

	
	
}