body {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif}
.logo {margin-top:-10px;width: 30px;text-align:left;}
.logoLink, .logoLink a:hover {text-decoration:none;color:#000;}
.logoMobile {margin-top:20px;margin-left:20px}
.tagline {font-size: .5em;}
#powerSelectors {border-bottom: solid 1px #666666;border-top: solid 1px #666666;padding:8px;background-color:#666666;color:#fff;font-weight:normal;}
#CGMenu {margin-bottom:12px;}
.cgChoice {width:150px;background-color:#cae9ff;border-radius:50px;color:#000;border:none;}

.cgSelected {color:#222;border:solid 1px #666666}

.powerItem {border: solid 1px #eaeaea;width:23%;text-align:left;margin:2px;padding-left:12px !important}
.powerItem img {max-width: 100%;max-height: 100%;text-align:center;border:none;position:relative;margin: 0 auto;}
.powerItem a {display:block;text-align:center;}
.powerItem .sellerLink {display:inline;font-size:1em;}
.powerCountDiv {padding:16px;font-weight:normal;text-align:left;font-size:1.5em;}
.powerContentDiv{text-align:left;margin-top: 0px;margin-bottom: 30px;font-size: 1.1em;padding: 20px;background-color: #eaeaea;border: solid 1px #ccc;width: 60%;margin-left: auto;margin-right: auto;}
.selectorCG {font-size:1.4em;}
.text {font-size:.85em}
.name {font-size:.9em;font-weight:bold;margin-top:18px;}
.sellerLink {font-weight:bold;}
.soldBy {font-size:.8em;}
.footer {margin:30px auto;width:80%}

#wufoo-w1h1ebo30ylbeaj {}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (max-width: 978px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
		.powerItem {width:31%}
		}

      @media (max-width: 767px) {
        .powerItem {width:48%}
		.powerContentDiv{width:90%;font-size:.9em;}
		}
      @media (max-width: 500px) {
        .powerItem {width:48%}
		.cgChoice {width:100px;}
	  .logoMobile {margin-top:20px;margin-left:0px}
		}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 5%;
  top: 5%;
  right: 5%;
  border: 1px solid #ccc;
  z-index: 9;
  background-color:#fff;
  padding: 15px;
  width: 90%
}

/* Set a style for the submit/login button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  border-radius: 50% 50%;
}

/* Add a red background color to the cancel button */
.cancel {
  background-color: red;
  right: 4%;
    position: fixed;
    width: 30px;
    top: 2%;

}

.closeButtonText {
font-size: 15px;
    font-weight: bold;
    margin-left: -5px;
}
#formContents {margin-top: 15%;}
#formContents h2 {margin-bottom: 50px;}

.successSub {padding: 25%;}

.closeSuccess {border-radius: 10px;
    margin-top: 10%;
    background-color: red;}

@media (max-width: 500px) {
.form-popup {right: 5%;width:90%;}
.cancel {
  background-color: red;
  right: 2%;
    position: fixed;
    width: 30px;
    top: 2%;
}
		}