.callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout h4 {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.callout-danger h4,
.callout-danger a.alert-link {
    color: #B94A48;
}

.callout-warning h4,
.callout-warning a.alert-link {
    color: #C09853;
}

.callout-info h4,
.callout-info a.alert-link {
    color: #3A87AD;
}

.callout a.alert-link {
    font-weight: bold;
}