/* share_module*/
#embedTabContent {
  overflow: hidden;
}
#embedTabContent .switch {
  width: 200px;
}
#embedTabContent dl.dl-horizontal dt,
#embedTabContent dl.dl-horizontal dd {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#embedTabContent dl.dl-horizontal dt {
  width: 10%;
}
#embedTabContent dl.dl-horizontal dd {
  margin-left: 15%;
}
#mySwitch {
  width: 150px;
}
.embedSize {
  display: block;
  padding: 2px 0 0 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  float: left;
  background: #eee;
  position: relative;
  overflow: hidden;
}
.embedSize.selected {
  border: solid 2px #555;
}
.embedSize input {
  position: absolute;
  top: -50px;
}
#embedTextArea {
  max-width: 899px;
}
