
table.border-gray td {
    /* border: 1px dotted gray; */
    border-collapse: collapse;
}
table.border-gray {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
ul#deptList{
                  list-style: none;
                  padding:  0px;
                  
                }
ul#deptList > li {
  padding-top:5px;
  
}
ul.subset{
  font-weight:normal;
}
a.blue{
  color: blue;
  text-decoration: none !important;
}            
a.hoverEffect{
  color: blue;
  text-decoration: none !important;
}   
a.hoverEffect:hover{
  text-decoration: underline !important;
}
.pointer{
  cursor: pointer;
}                
.groupTitle{
  margin-top: 20px;
  margin-bottom: 0px;
}
