.mc-catalog_item_noboder {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 57px;
    box-sizing: border-box;
}
.temporary_text {
    font-size: 16px;
}
.mc-disclaimer img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.mc-table thead .emptyLine {
  height: 15px;
  padding: 0;
}
body.color .mc-table.interior tbody td.interior-color {
  width: 25%;
}

body.color .mc-table.interior tbody td.stitch-color {
  width: 22%;
  padding-left: 15px;
  text-align: left;
}

body.color .mc-table.interior tbody tr:first-child td:last-child {
  width: 22%;
}
body.color.spec_price .mc-table.interior tbody td.interior-color figure figcaption {
    display: inline-block;
}

.mc-spec_main {
    width: 960px;
}

@media screen and (max-width: 800px) {
  .spec_price #rx200t {
    display: none;
  }
  .mc-spec_main {
    width: 100%;
  }
  .mc-hero_model.mc-hero_model_secondary {
    display: block;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.4);
  }
  /*.mc-hero_model_secondary .mc-hero_modelDetail {
    display: none;
  }*/
  .mc-hero_modelName {
    font-size: 32px;
    color: #fff;
    top: 25px;
    left: 6vw;
  }
  .mc-hero_model_secondary .mc-hero_modelDetail {
    color: #fff;
    top: 65px;
    left: 6vw;
    font-size: 13px;
    text-align: left;
    line-height: 1.6;
  }
}

body.dealer_option .mc-table tbody td {
	width: 12%;
	}


body.dealer_option.exterior .mc-table tbody tr th:first-child {
  width: 30%;
}
body.dealer_option.exterior .mc-table tbody td {
  width: 10%;
}
