#noimage {
  padding: 10px;
  display: block !important;
  height: 120px !important;
  font-weight: normal;
  background-color: #eeeeee;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0px;
  margin-top: 0px;
  align-content: normal !important;
  font-size: 14px;
  width: 210px;
}

div#content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 210px));
  grid-gap: 20px;
  justify-content: center;
  margin: 0;
  padding: 30px;
  background-color: transparent;
  align-content: center;
  align-items: center;
}

div#content div {
  max-width: 100% !important;
  height: auto;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  justify-items: center;
}

div#content img {
  height: auto;
  max-width: 210px;
}

select {
  background-color: #FFFFFF;
}

.buttons {
  background-color: #000;
  color: #fff;
  border: #000;
  padding: 12px 18px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none
}

.reset {
  margin-left: 40px;
  background-color: #000;
  color: #fff;
  border: #000;
  padding: 12px 18px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}

p.galleryHead {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

div.regheader {
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

div.regpitch {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 10px 60px 10px;
}

a.regsignin {
  margin-top: 0px;
  padding: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #666;
  display: block;
}

p.regtext {
  padding-top: 0px;
  text-align: center;
  margin: 0px 10px 10px 10px;
  color: #000 !important;
  font-size: 1.1em;
}

img.reglogo {
  max-width: 150px !important;
  display: inline-block;
  margin-top: 0px;
}

div.regaddform {
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  max-width: auto !important;
  justify-content: center;
  row-gap: 10px;
}

a.regwebfeatures {
  max-width: 200px;
  background-color: #40bef9;
  border: #40bef9 1px solid;
  padding: 12px 18px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  margin: 0 auto;
}

p.regfooter {
  margin: 0 auto;
  text-align: center;
  padding: 20px 20px 0px 20px;
  color: #000 !important;
}

p.regdetails {
  display: none;
  text-align: center;
  margin: 0px 10px 20px 10px;
  color: #000 !important;
  font-size: 1em;
}

fieldset {
  border: 1px solid #ccc;
  max-width: 265px;
}

body {
  color: #666 !important;
  background-color: #fff;
}

.form-group {
  margin-bottom: 20px;
}

.radio {
  border: none;
  margin-right: 10px;
  display: inline-block;
  height: 22px;
  width: 22px;
}

p {
  font-size: 1em;
  margin: 5px 0px;
  line-height: 1.2em;
}

hr {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 20px;
}