#job-items table{width: 100%; border-collapse: collapse;}
#job-items td, #job-items th {padding:7px;border-bottom: solid 1px #CCCCCC;}
#job-items tr.hidden {display:none}
#job-items th {text-align: left;}

#job-statuses {
    display: flex;
    line-height: 40px;
}
#job-statuses .current {
    text-decoration:underline;
}
#job-statuses>div {
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
#job-title {width:500px;min-width:25%;max-width:100%;border:2px solid #253d75;border-radius:5px;margin-bottom:5px}
#open {background-color: #2E4C92;border-radius:5px 0px 0px 5px;}
#closed {background-color: #4D67A2;}
#canceled {background-color: #782B21;}
#all {background-color: #253d75;border-radius:0px 5px 5px 0px;}

.age-editbtns{float:right;line-height:0}
.rzAgeBtn>i{width:25px;height:25px;background:#fff;text-align:center;border-radius:5px;border:1px solid #99F;padding-top:4%;font-size:15px;color:#337ab7}
.rzAgeBtn>i.fa-trash{color:#bb2727;border-color:#bb2727}