#customEmbedTabContent {
  overflow: hidden;
}
#customEmbedTabContent .switch {
  width: 200px;
}
#customEmbedTabContent dl.dl-horizontal dt,
#customEmbedTabContent dl.dl-horizontal dd {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#customEmbedTabContent dl.dl-horizontal dt {
  width: 10%;
}
#customEmbedTabContent dl.dl-horizontal dd {
  margin-left: 15%;
}
#customEmbedTabContent #customEmbedForm .muted strong {
  color: #666;
  font-weight: normal;
}
@media (max-width: 480px) {
  #customEmbedTabContent #customEmbedForm dl.dl-horizontal dt {
    width: 20%;
  }
}
@media (max-width: 250px) {
  #customEmbedTabContent #customEmbedForm dl.dl-horizontal dt {
    width: 100%;
  }
}
@media (max-width: 250px) {
  #customEmbedTabContent #customEmbedForm dl.dl-horizontal dd {
    margin-left: 0;
  }
}
#customEmbedTabContent #customEmbedForm dt {
  white-space: normal !important;
}
#customEmbedTextArea {
  max-width: 899px;
}
