#compPanel .code-wrap {
  padding: 0 !important;
}
#compPanel .code-wrap .specification {
  padding: 1px 15px;
  cursor: pointer;
  border-radius: 16px;
  margin: 4px -2px;
  font-size: 13px !important;
}
#compPanel .code-wrap .specification .v-icon {
  color: #008b26;
  font-size: 16px !important;
}
#compPanel .code-wrap .specification.active {
  background-color: #e2deef;
}
#compPanel .code-wrap .specification:hover {
  background-color: var(--v-secondary-base);
}
#compPanel .section {
  border-bottom: 1px solid #ebebeb;
}
#compPanel .col.code-col {
  flex: none;
  width: 30%;
  padding: 2px 4px;
  text-align: right;
}
#compPanel .col.code-col.code {
  text-align: left;
}
#compPanel .header {
  margin: -10px -10px 2px -10px;
}
#compPanel .header .code-head {
  padding: 15px 12px 4px 25px;
}
#compPanel .col.img {
  width: 20%;
}
#compPanel .col.code {
  width: 50%;
}
#compPanel .col.code-head {
  padding-left: 25px;
  font-weight: bold;
  color: var(--v-admin-base);
}
