#ipc-data td {
    color: black;
    display: block;
    float: left;
    width: calc(100% / 9);
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 15px;
    margin: 2px;
    font-size: 11px;
    text-align: center;
    padding: 5px 0 5px 0;
    max-width: 99px;
}

#ipc-data td a {
    color: #000000 !important;
    TEXT-DECORATION: none ! IMPORTANT;
    font-weight: 500;
}

#ipc-data td a:hover {
    color: #fd4c04!important;
    font-weight: 800 !important;
}


#captured-table-pickcheck {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 10pt;
}

#captured-table-pickcheck th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

#captured-table-pickcheck tr:nth-child(even) {
    background-color: #f2f2f2;
}

#captured-table-pickcheck td, #captured-table-pickcheck th {
    border: 1px solid #ddd;
    padding: 5px;
}

#ipc-search,#ipc-from-date,#ipc-to-date,#ipc-department {
    width: 25%;
}