.layout-one-sidebar .main-content {
  width: 100%;
}

header#header,
div#sidebar-first,
.crm-container .crm-section .label {
  display: none;
}

.layout-sidebar-first .main-content,
.crm-container .crm-section .content {
  margin-left: 0px;
}

div.crm-block.crm-petition-form-block {
  width: 37%;
  display: inline-block;
  vertical-align: top;
  background-color: #384c6d;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-top: 12px;
}

div#intro.crm-section {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-right: 20px;
}

div#editrow-first_name,
div#editrow-last_name {
 width: 220px;
 display: inline-block;
}

input#first_name, input#last_name {
 width: 215px;
}

.crm-container .big,
.crm-container .medium,
.crm-container .six {
 width: 450px;
}

div#editrow-first_name {
 margin-right: 12px;
}

body {
 color: black;
}

.crm-container .crm-button {
 text-shadow: none;
 padding: 10px;
 border: none;
}

.crm-container .crm-submit-buttons {
 padding-top: 15px;
}

div.crm-petition-form-block::after {
 content: "Note: By signing, you agree to receive email messages from Government Accountability Project. You may unsubscribe at any time.";
 color: white;
 display: block;
 margin-top: 20px;
 font-size: 13px;
}

@media all and (max-width: 1300px) {
  div#intro.crm-section,
  div.crm-block.crm-petition-form-block {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  div.crm-block.crm-petition-form-block {
    text-align: center;
    width: 470px;
  }
  
  div#editrow-first_name,
  div#editrow-last_name {
    width: 100%;
  }

  input#first_name, input#last_name {
   width: 450px;
  }

  .page-title {
    text-align: center;
  }
}
