﻿.popover-header {
    padding:8px 14px;
    background-color: #e26a6a !important;
    background-image: none !important;
    border-color: #e26a6a !important;
    color: white !important;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.popover-title {
    margin:0;
    padding:0;
    background-color:transparent;
    border:none;    
}



