.webform-actions {
text-align:center;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
    color: #666;
}
@media (min-width: 720px) {
.form-item label {
display:inline-block;
width:25%;
}
.form-control {
display:inline-block;
width:70%;
}
textarea.form-control {
width:95%;
}
}
div.webform-preview {
  margin-bottom:30px;
}
@media (min-width: 720px) {
.webform-element-type-textarea.form-item label {
 width:100%;
}
.btn.backbtn {
  background-color:#ccc;
  border:#ccc;
  margin-right:10px;
}
}