/* percent lighten bgc on btn */
/* colors */
/* font color */
/* border color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
/* vote btn */
/* inputs */
.incorrect-info-widget {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #f4f4f4;
  color: #555;
}

.incorrect-info-widget__link {
  text-decoration: underline;
}

.incorrect-info-widget__link:hover {
  text-decoration: none;
}

.incorrect-info-modal .modal-body {
  padding-top: 1rem;
}

.incorrect-info-modal .form-text {
  line-height: 1.4;
}

.incorrect-info-result {
  margin-bottom: 1rem;
}
