@import url("./carnegie.css");
/* 
----------------------------------------------------------
| AP Invoice Status Homepage - Hide Column
----------------------------------------------------------
| This hides 5th column (CP Column) on the AP Invoice Status homepage
|
*/

.widget.widget__custom-perceptive-view table thead tr th:nth-of-type(5),
.widget.widget__custom-perceptive-view table tbody tr td:nth-of-type(5) {
    display: none !important;
}