.callout {
        padding: 15px 20px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
        font-size: .85em;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5 {
        margin-top: 0;
        margin-bottom: 10px;
}
.callout p {
        margin-top: 0;
        margin-bottom: 3px;
}
.callout p:last-child {
        margin-bottom: 0;
}
.callout code {
        border-radius: 3px;
}
.callout + .bs-callout {
        margin-top: -5px;
}
.callout-default {
        border-left-color: #777;
}
.callout-primary {
        border-left-color: #428bca;
}
.callout-success {
        border-left-color: #5cb85c;
}
.callout-danger {
        border-left-color: #d9534f;
}
.callout-warning {
        border-left-color: #f0ad4e;
}
.callout-info {
        border-left-color: #5bc0de;
}
.callout-bdc {
        border-left-color: #29527a;
}