.tableCol-Case-Id, .tableCol-Case-Hash{
     display: none;
}
.tableCol-Auth-Number a{
     min-width: 150px;
}

.tableCol-Date-Assigned, .tableCol-Cal, .tableCol-Expiration{
     display: table-cell;
}

#user-greeting{
     color: blue;
     font-weight: 400;
}

#rejected-notes-notification, #draft-notes-notification{
     border: 1px solid #ded8d8;
     border-radius: 5px;
     padding: 10px;
}

#rejected-notes-notification h2, #draft-notes-notification h2{
     font-weight: 100;
     font-size: 33px;
     color: red;
     padding-bottom: 5px;
}
  
#rejected-notes-notification .individual-rejection-info{
     border: 1px solid #fff;
     background-color: #c54747;
     color: #fff;
     border-radius: 5px;
     text-align: center;
     padding: 0px;
}

#rejected-notes-notification .individual-rejection-info a{
    color:#fff;
}

#draft-notes-notification .individual-draft-info{
     border: 1px solid #333;
     background-color: #f9dee8;
     color: #333;
     border-radius: 5px;
     text-align: center;
     padding: 0px;
}

#draft-notes-notification .individual-draft-info a{
    color:#333;
}

#header-navbar li.home{
	background-color: #e4e4ff;
    border-radius: 4px;
}

@media screen and (max-width: 992px){
     .tableCol-Date-Assigned, .tableCol-Cal{
          display: none;
     }
}

@media screen and (max-width: 576px){
     .tableCol-Expiration{
          display: none;
     }
}