<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content {width: 90%; background-color:#e5e5e5; padding: 5%; margin: 0 auto;}

body {
  padding: 20px 15%; font: 1em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333;
}
.small {color: #7f8c8d;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0;}
.smaller {color: #999;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0;
	font-weight:normal}
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form &gt; div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form &gt; div &gt; fieldset &gt; div &gt; div {
  margin: 0 0 5px 0;
}
form &gt; div &gt; label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form &gt; div &gt; div,
form &gt; div &gt; fieldset &gt; div {
  width: 75%;
  float: right;
}
form &gt; div &gt; fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea {
	    font-weight: 600;
    width: calc(100% - 30px);
    padding: 0 15px;
    display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 #ededed;
    -moz-box-shadow: inset 0 1px 0 #ededed;
    box-shadow: inset 0 1px 0 #ededed;
    border: 1px solid #cccccc;
  padding: 0 15px;
  -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
	height: 45px;
    z-index: 200;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
.btn {background: #55bc75;
    border: none;
    width: 100%;
    color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 18px;
    padding: 15px 50px;
    margin: 0 0 15px 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;}
#footer {margin: 0 auto; text-align:center;}
@media (max-width: 800px) {
  form &gt; div {
    margin: 0 0 15px 0; 
  }
  form &gt; div &gt; label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form &gt; div &gt; div,
  form &gt; div &gt; fieldset &gt; div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form &gt; div &gt; label,
	legend {
  	text-align: right;
  }
}</pre></body></html>