.bd-callout {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    background-color: #fff;
}
.bd-callout-header {
    padding: 1rem 1.25rem;
}
.bd-callout-body {
    padding: 1rem 1.25rem;
}
.bd-callout-footer {
    padding: 1rem 1.25rem;
}
.bd-callout-footer {
    background-color: #FCFCFC;
}
.bd-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bd-callout p:last-child {
    margin-bottom: 0;
}
.bd-callout code {
    border-radius: 3px;
}
.bd-callout+.bd-callout {
    margin-top: -5px;
}
.bd-callout-default {
    border-left-color: #777;
}
.bd-callout-default h4 {
    color: #777;
}
.bd-callout-primary {
    border-left-color: #428bca;
}
.bd-callout-primary h4 {
    color: #428bca;
}
.bd-callout-success {
    border-left-color: #5cb85c;
}
.bd-callout-success h4 {
    color: #5cb85c;
}
.bd-callout-danger {
    border-left-color: #d9534f;
}
.bd-callout-danger h4 {
    color: #d9534f;
}
.bd-callout-warning {
    border-left-color: #f0ad4e;
}
.bd-callout-warning h4 {
    color: #f0ad4e;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bd-callout-info h4 {
    color: #5bc0de;
}