/* Popover */
.popover {
    border: 0px solid #e5d8c8;
}

/* Popover Header */
.popover-title {
    background-color: #e5d8c8;
    color: #000000;
    text-align:center;
    padding: 5px 8px;
    border-bottom: 0px solid #e5d8c8;
    border-radius: 5px 5px 0 0;
}

/* Popover Body */
.popover-content {
    background-color: #e5d8c8;
    color: #000000;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 0 0 5px 5px;
}

.popover-content a {
    color: #000000;
}

/* will nicht ?
.popover-content a:over,
.popover-content a:focus,
{
    text-decoration: none;
    // color: #cf9375;
    color: red;
}
*/

/* Popover Arrow */
.popover.bottom > .arrow::after {
    border-bottom-color: #e5d8c8;
}
