iframe {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

#WSResponse { margin:1em; padding: 1em; border-radius: 5px; display: none;}
.WSError { background: #FCC6C6; border: solid 1px #F75858; }
.WSEligible { background: #c1faad; border: solid 1px #15da53; }

.text-dark { color: #074f66; }

.flat {
  background-image: url("https://ntsi.com/customCode/images/side_bg_grey.jpg");
	background-repeat: repeat-x;
	border: 1px solid #000;
  border-radius: 8px;
	float: left;
  height: auto;
  padding: 16px 20px 20px;
  max-width: 360px;
	-webkit-box-shadow: 10px 10px 10px -7px rgba(135,135,135,1);
	-moz-box-shadow: 10px 10px 10px -7px rgba(135,135,135,1);
	box-shadow: 10px 10px 10px -7px rgba(135,135,135,1);
}

.flat ul {
	margin: 15px;
	margin-left: 0;
  font-weight: 600
}
.flat ul span {
	font-weight: normal;
}
.flat li {
  line-height: 24px;
  list-style-type: none !important;
  margin: 0 !important;
	font-size: 16px !important;
}

.flat li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}