﻿.bread{
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    padding: .75rem 1rem!important;
    margin-bottom: 1rem!important;
    list-style: none!important;
    background-color: #e9ecef!important;
    border-radius: .25rem!important;
    height:auto;
}
.bread  ol{
    margin-top: 0!important;
}
.bread-item.active {
    color: #6c757d!important;
}
.bread-item+.bread-item {
    padding-left: .5rem!important;
}
.bread-item a{
     color: #007bff!important;
}

