#iserv-verification {  position: fixed;  top: 0;  left: 0;  right: 0;  bottom: 0;  background-color: rgba(40, 40, 40, 1.0);  -webkit-transition: 500ms;  transition: 500ms;  z-index: 1004;    display: none;}.iserv-verification-main {  background-color: #fff;  font-family: "Source Sans Pro", sans-serif;  color: black;  font-size: 13pt;  text-align: center;  padding: 25px;    position: relative;  top: 10px;  width: 500px;  max-width: 80%;  margin: 0 auto;  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);}@media only screen and (min-height: 400px) {  .iserv-verification-main {    top: 40%;  }}.iserv-title, .iserv-main-text {  display: block;  margin-bottom: 1em;}.iserv-title {  font-size: 24pt;  margin-bottom: 0.5em;}.iserv-button {  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);}.iserv-button {  font-family: "Source Sans Pro", sans-serif;  background-color: green;  border: none;  font-size: 16pt;    color: #fff;    display: inline-block;  width: 150px;  padding: 10px;  margin: 5px 10px;}.iserv-credits {  /** credits are not required, but are appreciated **/  font-family: "Source Sans Pro", sans-serif;  color: white;  display: block;  font-size: 12px;  text-decoration: normal;  text-align: center;  margin-top: 20px;  margin-bottom: -15px;}.iserv-credits a {  color: white;}