.template-select-container {
  width: 100%;
  min-width: 940px;
  margin: 0;
  padding: 0 !important;
  background-color: #fff;
}

.selector-container {
  float: left;
  width: 300px;
  height: 100%;
  color: #eee;
}

.swiper-container {
  height: 100%;
  color: #000;
  background-color: #e9e9e9;
  overflow: hidden;
}

.swiper-slide {
  width: 724px;
  height: 768px;
  text-align: center;
  font-size: 18px;
}

.selector-wrapper {
  padding-top: 30px;
}

.selector-container div {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.template-select-container label {
  display: block;
  margin: 3px 0;
}

.template-select-container button {
  width: 200px;
  margin-top: 25px;
  font-size: 0.75em;
}

.selector-wrapper select {
  width: 100%;
  color: #555;
}

.selector-wrapper .selector {
  padding-bottom: 25px;
}

input {
    color: #555;
}

#ajaxLoading {
  height: 6px;
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  z-index: 3000;
  background: repeating-linear-gradient(-45deg, #9dc53c, #9dc53c 10px, #8eb235 10px, #8eb235 20px);
}

h1 {
color: #000;
}
