/* ------------------------------------
	CHART SECTION STYLING BEGINS
-------------------------------------------------*/
.cc-trim-title2 {
	margin-top: 40px !important;
    line-height: 135%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px !important;
    color: black !important;
    background: none !important;
}

.cc-main-container table {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0px auto 0px !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: 16px !important;
    letter-spacing: 0px;
	line-height: 1 !important;
	vertical-align: middle !important;
}

.cc-main-container table th span {
	display: block;
    font-size: 13px !important;
	line-height: 1 !important;
    letter-spacing: 0px;
	margin-top: 3px !important;
}

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: 30px auto 0px !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: 15px !important;
  }
  .cc-main-container td.main-Model-color {}
	

  .cc-main-container table td:last-child {
      border-bottom: 0;
  }
  td.sub-Models-color {
      background-color: #ffffff !important;
  }
}