﻿
/*** Popovers ***/
.bs-popover,
a.bs-popover {
    cursor: pointer;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: darkblue;
}

.bs-popover:hover,
a.bs-popover:hover {
    text-decoration: none;
}

.bs-popover > .glyphicon.glyphicon-info-sign {
    color: darkblue;
}


.bs-popover > .bs-popover-content {
    display: none;
}