input[type="text"], input[type="tel"], input[type="email"], textarea, select{
	max-width: 100%;
}
.hidden { display: none; visibility: hidden;}
.swu-mail-template input[type="text"], .swu-mail-template input[type="tel"], .swu-mail-template input[type="email"], .swu-mail-template textarea, .swu-mail-template select{
	border: 1px solid #000000;
	border-radius: 6px;
	margin-bottom: 5px;
	width: 100%;
}
.swu-mail-template .form-item label {
	margin-bottom: 0px;
}
.swu-mail-template .swu-petition-node .form-item {
  margin: 0 auto;
  width: 90%;
}
.swu-mail-template .swu-petition-node h3 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.swu-title-text { margin-top: 10px; }
.swu-subtitle-text { margin-bottom: 10px; }
.swu-title-text span {
	font-weight: bold;
	font-size: 17px;
}
.swu-form h2 {
	max-width:70%;
  margin-left: auto;
  margin-right: auto; 
}
.swu-mail-template {
	font-family: 'Arial', Open Sans;	
}
.swu-mail-template #content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.swu-mail-template #content form{
	margin-bottom: 20px;
}
.swu-mail-template .form-actions {
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.swu-mail-template .form-actions input.btn-primary, .swu-mail-template .form-actions a.btn-primary{
  background-color: red;
  border-color: darkred;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px 10px !important;
  text-transform: none;
}

.swu-petition-node .form-item.col-md-6 {
	width: 100%;
}
.swu-mail-template .node-unpublished {
	background-color: transparent;
}
#survey-webform-util-configure-form {
	margin-bottom: 20px;
}
#survey-webform-util-configure-form fieldset {
	margin: 10px 0;
}

#survey-webform-util-configure-form fieldset legend{
	margin-bottom: 10px;
}
#survey-webform-util-configure-form fieldset .form-item {
	margin: 10px 0;
}
.preview-wrapper {
  position: relative;
  text-align: center;
}
.preview-wrapper .swu-tbl {
  bottom: -65px;
  position: absolute;
  right: 10px;
	border: 1px solid #ddd;
	width: 75px;
}
.swu-tbl tr td {
  border: medium none;
}
.swu-tbl-tbl > tbody {
	border: none;
}
.small-screen { display: none; }
a.btn-primary {
    text-align: justify;
    margin-top: 10px;
    text-transform: none;
}
@media(max-width:978px) {
	.swu-mail-template #content form {
		max-width:  none;
	}	
	.swu-mail-template .form-actions {
		float: none;
	}	
	.swu-petition-node .swu-text { display: none;}
	.swu-petition-node .small-screen { display: block;}
	input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
	    width: 100%;
	}
	.swu-survey-node .swu-form h2 {
		max-width: none;
		padding-top: 20px;
	}
	.swu-form h3 {
		padding-top: 20px;
	}
}
@media(max-width:768px) {
	/* input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
	    width: 100%;
	} */
	.swu-petition-node .swu-text { display: none;}
	.swu-petition-node .small-screen { display: block;}
	.swu-survey-node .form-item.col-md-6 { width: 100%;}
}