.theme-browser .theme {
  margin: auto;
  width: auto !important;
  float: none;
  margin-right: 0 !important;
  margin-bottom: 20px;
}

.theme-browser .theme .theme-screenshot {
  line-height: 0;
}

.theme-browser .theme .theme-screenshot:hover {
  cursor: default;
}

.theme-browser .theme .theme-screenshot img {
  position: relative;
}

.theme-browser .theme .theme-screenshot:after {
  padding: 0;
}

.preview-tablet .wp-full-overlay-main {
  width: 768px !important;
}

.preview-mobile .wp-full-overlay-main {
  width: 360px !important;
}

.theme-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.wp-full-overlay-footer {
  height: auto !important;
}

.install-theme-info .theme-screenshot {
  margin-bottom: 0;
  width: 100%;
}

.pithywp-import-action {
  padding: 15px;
}

.pithywp-import-action .button-hero {
  display: block;
  width: 100%;
}

.pithywp-import-action .button-hero::before {
  margin-top: 14px;
}

.pithywp-import-feedback {
  font-size: 12px;
  padding: 0 15px;
  display: block;
}

.pithywp-import-action-form {
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
  border-radius: 3px;
}

.pithywp-import-action-form input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}

.pithywp-import-action-form label {
  width: 45%;
  display: inline-block;
}
