.bs-callout
{
    margin: 20px 0;
    padding: 20px;

    border: 1px solid #e4e4ed;
    border-left-width: 5px;
    border-radius: 3px;
    border-radius: 3px;
}

.bs-callout:before
{
    display: table;

    content: ' ';
}

.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: #bc2130;
}

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

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

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

.bs-callout-info
{
    border-left-color: #3393d1;
}

.bs-callout-info h4
{
    color: #3393d1;
}

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

[dir='rtl'] .bs-callout-danger
{
    border-right-color: #bc2130;
    border-left-color: #e4e4ed;
}

[dir='rtl'] .bs-callout-warning
{
    border-right-color: #e6ab2e;
    border-left-color: #e4e4ed;
}

[dir='rtl'] .bs-callout-info
{
    border-right-color: #3393d1;
    border-left-color: #e4e4ed;
}
