/**
 * Custom Css file.
 */

table#cpt_tbl select {
    width: 100%;
    background-color: #fff;
    padding: 0px 0px;
    border: 0;
    font-size: 1.2em;
    color: #414142;
}

.ddtf-processed th {
    padding: 0 !important;
}
#cpt_tbl th {
    background-color: #033a59;
    color: #fff;
    padding: 10px;
}
#cpt_tbl th select {
    background-color: #033a59;
    color: #fff;
    padding: 10px;
}
#cpt_tbl tr:nth-child(even) {
    background-color: #f2f2f2;
}