/* Show/Hide Preview styles */
#message-form-container.show-preview .preview-hidden {
  display: none; }
#message-form-container:not(.show-preview) .preview-visible {
  display: none; }

/* Rep Image styles */
.rep-img-container {
  width: 65px;
  padding-bottom: 65px;
  margin: auto;
  height: 0;
  border: 2px solid white;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }

.rep-img-container > img {
  width: 100%;
  left: 0;
  position: absolute; }

/* Talking Point styles */
.talking-point {
  display: table-row; }

.talking-point > * {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle; }

.talking-point .fas {
  font-size: 1.25em; }

.final-message {
  white-space: pre-wrap; }

.final-message-closing {
  margin-bottom: 0; }

/*# sourceMappingURL=message-congress-form.css.map */
