
/* Adjust backpack table rows */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px 2px;
    font-size: 10pt;
}

/* Adjust backpack filters */
.navbar-filters li {
    font-size:10pt;
}
img.license_expire_action {
    cursor:pointer;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
    border-radius: 3px;
}

.nav-pills>li.active-tournament>a,
.nav-pills>li.active-tournament>a:hover,
.nav-pills>li.active-tournament>a:focus
{
    color:#ffffff;
    background-color: #8c2135;
    border-top:none;
}

