.popover-text {
    width: auto;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #ffffff;
    border-bottom-width: 0;
}

.popover.top .arrow {
    top:125px;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}

.notify-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #FFF;
}

.notify-backdrop, .notify-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.alert, .alert h4 {
    color: #666;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}




.cell-30{ color:#07d;}