/**
* CSS file for form layouts. This is for cases where bootstrap is not in place.
*/
#donation-form-column-wrapper {
  padding: 0;
}

.form-layout-container .form-col {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 48.6%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-layout-container #left.form-col {
  padding: 0 1% 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-layout-container form {
  margin: 0;
}

.form-layout-container .form-actions {
  margin: 0;
  padding: 0;
  border-top: none;
  background-color: inherit;
}

.form-layout-container #right.form-col,
.form-layout-container #left.form-col,
.form-layout-container .form-col-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-layout-container #right.form-col {
  margin: 0 0 0 2%;
}

.form-layout-container .form-col-row {
  margin: 0 0 20px 0;
}

.form-layout-container p {
  margin: 10px 0 0 0;
  line-height: 1.7em;
}

.field.field-name-body {
  margin: 0 0 20px 0;
}

.addthis_toolbox {
  display: inline-block;
  vertical-align: top;
}

.at16nc {
  margin-bottom: 10px;
  height: 40px;
}

.at16nc.at16t_facebook {
  width: 141px;
  background-image: url("../images/sprite.png");
  background-position: 0 0px;
  background-repeat: no-repeat;
}

.at16nc.at16t_twitter {
  width: 120px;
  background-image: url("../images/sprite.png");
  background-position: 0 -49px;
  background-repeat: no-repeat;
}

.at16nc.at16t_email {
  width: 114px;
  background-image: url("../images/sprite.png");
  background-position: 0 -98px;
  background-repeat: no-repeat;
}

/* Some basic default form styling */

input[type=radio],
input[type=checkbox] {
  margin: 3px 7px 0 0;
}

/* global table style */

table {
  width: 100%;
}

table tbody tr {
  border: 1px solid #ccc;
}

table th {
  padding: 4px 0 3px 6px;
  border-bottom: none;
  text-align: left;
}

table tr.even {
  background-color: #f5f5f5;
}

table tr.odd {
  background-color: #fcfcfc;
}

table td {
  padding: 4px 4px 4px 8px;
}

.quicksign-description {
  margin-bottom: 12px;
}

@media (max-width: 940px) {

  .form-layout-container .form-col {
    width: 100%;
  }

  .form-layout-container #left.form-col {
    margin: 0 0 20px 0;
  }

  .form-layout-container #right.form-col {
    margin: 0;
  }

}
