/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.email-exist-error {
  color: red;
}
 
.job-response-notes-container .date {
  font-size: 11px;
  color: #949494;
}

.job-response-notes-container p.job-response-note:nth-child(odd) {
  text-align: right;
}

.admin-note {
  font-weight: bold;
  color: red;
}

.trader-note {
  font-weight: bold;
  color: #272637;
}