.dealer-profile-container .dl-table-title-list {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dealer-profile-container .dl-table-title-list .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.change-detail-container .change-item {
  border: solid 1px;
  padding: 20px;
  position: relative;
}
.change-detail-container .change-item .change-title {
  position: absolute;
  left: 10px;
  top: -10px;
  background-color: #fff;
}
.change-detail-container .change-item .different-highlight {
  color: red;
}
.selected {
  background-color: #00adef !important;
  border: solid #409EFF 1px !important;
  color: #fff;
}
.dl-table-title-list .list-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 436px;
  height: 36px;
  background-color: rgba(0, 160, 232, 0.1);
  border-radius: 4px;
  border: solid 1px #00a0e8;
}
.dl-table-title-list .list-container .title .img {
  margin-left: 20px;
}
.dl-table-title-list .list-container .title .text {
  margin-left: 5px;
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0;
  color: #00a0e8;
}

