#theme-wrapper {
  display: none;
}

#theme-wrapper .theme-data {
  position: relative;
  background-color: #ffffff;
  font-size: 1rem;
  float: left;
  width: 100%;
  padding: 30px;
  border: 1px solid #F1F1F1;
}

#theme-wrapper .theme-data h2 {
  margin-top: 0px !important;
}

#theme-wrapper .theme-data label {
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 0px;
}

#theme-wrapper .theme-data span {
  display: inline-block;
}
