table.popover-table {
	border-spacing: 0px;
    border-collapse: separate;
}

table.popover-table td {
	/*padding: 7px;*/
}

table.popover-table td a {
	color: #3b5998 !important;
}

table.popover-table td a:hover {
	text-decoration: none;
}

table.popover-table td {
    width: 5em;
    line-height: 2em;
    background-color: #fff;
    /*font-weight: bold;*/
    padding-left: 10px;
}
table.popover-table tr:hover {
    color: #fff;
    background-color: #eee;
}

table.popover-table tr:hover td {
    background-color: transparent;
}

.pending_cls {
    font-weight: bolder;
    color: #008000;
}