/**
*   Custom layout for Census Tract Report
*/
#cta th:nth-child(7),
#cta th:nth-child(8){
    width: 5%;
}
#cta td:nth-child(1){
    padding-left: 40px !important;
}
#cta td:nth-child(2){
    padding-left: 50px !important;
}
#cta td:nth-child(3),
#cta td:nth-child(4),
#cta td:nth-child(6){
    padding-left: 70px !important;
}
#cta td:nth-child(5){
    padding-left: 45px !important;
}
#cta td:nth-child(7),
#cta td:nth-child(8){
    padding-left: 30px !important;
}
