/* Callout */
.callout {
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 0.4rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
  /*box-shadow: 2px 2px #ccc;*/
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.callout ul:last-child,
.callout ol:last-child,
.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: 0.25rem;
}

.callout + .callout {
  margin-top: -0.25rem;
}

.callout.callout-success {
  border-left-color: #1b9637;
}

.callout.callout-success h4 {
  color: #1b9637;
}

.callout.callout-info {
  border-left-color: #4d749e;
}

.callout.callout-info h4 {
  color: #007bff;
}

.callout.callout-warning {
  border-left-color: #f0ad4e;
}

.callout.callout-warning h4 {
  color: #f0ad4e;
}

.callout.callout-danger {
  border-left-color: #dc3545;
}

.callout.callout-danger h4 {
  color: #dc3545;
}
