smq-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2000;
  display: block;
}

smq-popup .window {
  padding: 0px 15px 5px 15px;
  margin: 100px auto;
  width: 80vw;
  min-height: auto;
  background: rgba(255,255,255,1);
  border-radius: 5px;
}

smq-popup .close {
  margin: 8px 0px 10px 0px;
  float: right;
  color: #333;
  font-size: 22px;
  cursor: pointer;
  font-family: 'Futura-Medium';
}

smq-popup header {
	height: 10px;
	padding: 0 0;
}

smq-popup header.api-header h1 {
  font-size: 1.5rem;
}

smq-popup div.api-content p a {
  color: #333;
}

smq-popup .popuptext{
  font-size: 0.6em;
  margin-bottom: 15px;
}



@media only screen and (min-width: 768px) {
  smq-popup .window {
    width: 500px;
  }
}
