@charset "utf-8";
/* CSS Document */
.item-wrapper .f_header h1,
.item-wrapper .f_header h2,
.item-wrapper .f_header h3,
.item-wrapper .f_header h4 {
  border-left: 5px solid #000;
  text-align: left;
  padding: 0 0 0 15px;
}
.bottom-prop-wrapper h2 {
  padding-bottom: 0;
  margin-bottom: 30px !important;
}
.bottom-prop-inner .btn-join-space,
.bottom-prop-inner #bottom-comment-button,
.bottom-prop-inner #bottom-response-button,
#comment-form-footer .comment-button,
#response-form-footer .response-button {
  background: #ddd !important;
  color: #333 !important;
  border-radius: 3px;
}

.bottom-prop-inner .btn-join-space:hover,
.bottom-prop-inner #bottom-comment-button:hover,
.bottom-prop-inner #bottom-response-button:hover,
#comment-form-footer .comment-button:hover,
#response-form-footer .response-button:hover {
  background: #666 !important;
  color: #fff !important;
  border-radius: 3px;
}

#response-form-footer .response-button#response-send {
  background-color: #ec6302 !important;
  background: linear-gradient(45deg, #ec6302, #fa8b33) !important;
  border-color: #ec6302 !important;
  color: #fff !important;
}
#response-form-footer .response-button#response-send:hover {
  opacity: 0.7;
}
