.missionary {
  border-top: 1px solid #E0E0E0;
}
.missionary .column {
  width: 319px;
  margin: 0;
  border-right: 1px solid #E0E0E0;
}
.missionary .column .content {
  padding: 20px;
}
.missionary img {
  width: 100%;
  margin-bottom: 20px;
  border: 3px solid #fbfafa;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(75, 71, 67, 0.55);
  box-shadow: 0px 0px 6px 0px rgba(75, 71, 67, 0.55);
}
.missionary p {
  margin: 0;
}
.missionary .tabs {
  height: 40px;
  background-color: #ededed;
  border-bottom: 1px solid #e2e2e2;
  padding-left:0px;
  margin-left: 0px;
}
.missionary .tabs li {
  list-style-type: none;
}
.missionary .tabs li a {
  display: block;
  padding: 10px;
  padding-left: 15px;
  float: left;
  color: #7c7b7a;
  text-decoration: none;
  border-right: 1px solid #e2e2e2;
}
.missionary .tabs li a:hover {
  background-color: #e8e8e8;
}
.missionary .tabs li a.selected {
  height: 21px;
  background-color: white;
}
.missionary form label {
  color: #595549;
}
.missionary form .amount-options {
  margin-top: 20px;
  margin-bottom: 20px;
}
.missionary form .amount-options .amount-option {
  width: 109px;
  float: left;
  padding: 10px;
}
.missionary form .amount-options .amount-option.even {
  text-align: right;
  border-right: 1px solid #e4e4e4;
}
.missionary form .amount-options .amount-option.first-row {
  border-bottom: 1px solid #e4e4e4;
}
.missionary form .amount-other {
  margin-bottom: 20px;
}
.missionary form .amount-other span {
  padding-top: 3px;
  padding-left: 5px;
  float: left;
  font-size: 16px;
  color: #83827f;
}
.missionary form .amount-other input {
  width: 230px;
  float: right;
}
.missionary form .note {
  color: gray;
  margin-top: 10px;
  font-size: 10px;
}
.missionary form .paypal {
  display: inline-block;
  width: 68px;
  height: 18px;
  margin-top: 3px;
  margin-left: 5px;
  vertical-align: text-top;
  background-image: url(../../images/logo-paypal-green.png);
}
