/* Popover in barons table */
.popover-head {
    font-size: 80%;
    margin-bottom: 0px;
    line-height: 80%;
}
.popover-value {
    margin-bottom: 10px;
}

/* Barons table */
.table-industry-barons > thead > tr > th,
.table-industry-barons > tbody > tr > td {
    text-align: right;
    vertical-align: middle;
}
.table-industry-barons > thead > tr > th:first-child,
.table-industry-barons > tbody > tr > td:first-child {
    text-align: center;
}
.table-industry-barons > thead > tr > th:nth-child(2),
.table-industry-barons > tbody > tr > td:nth-child(2) {
    text-align: left;
}

/* Badge rank used on company rank, industry barons and industry overview pages */
.badge-rank-industry {
    padding: 3px 5px 3px 5px;
    border-radius: 2px;
    color: #FFF;
}
