.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e9ecef;
  border-left-width: 5px;
  border-radius: 3px;
  border-radius: 3px;
}

.bs-callout:before {
  content: " ";
  display: table;
}

.bs-callout:after {
  clear: both;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

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

.bs-callout-danger h4 {
  color: #c5203e;
}

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

.bs-callout-warning h4 {
  color: #faaa48;
}

.bs-callout-info {
  border-left-color: #8fe1fb;
}

.bs-callout-info h4 {
  color: #8fe1fb;
}

[dir="rtl"] .bs-callout {
  border-left-width: 1px;
  border-right-width: 5px;
}

[dir="rtl"] .bs-callout-danger {
  border-left-color: #e9ecef;
  border-right-color: #c5203e;
}

[dir="rtl"] .bs-callout-warning {
  border-left-color: #e9ecef;
  border-right-color: #faaa48;
}

[dir="rtl"] .bs-callout-info {
  border-left-color: #e9ecef;
  border-right-color: #8fe1fb;
}
