 .matrix-listing{
                  border-collapse: collapse;
                  margin-bottom: 5px;}
                  
  .matrix-listing tr td {
                        padding: 5px;
                        font-size: .95em;
                        vertical-align: top;
                        border-bottom: 1px dotted #CCCCCC;
                        }
  
  .matrix-listing tr.header td {
                        padding-top: 10px;
                        font-size: 1em;
                        background: #008aa4;
                        color: white;
                        font-weight: bold; 
                        vertical-align: bottom;}
  
  .matrix-listing tr:hover {
                              background: #EAEAEA; 
                            }
  
                                
  
  .matrix-listing tr td.title {
                              font-size: 1em;
                              width: 170px;}

  .matrix-listing tr.nohover:hover {
                                    background: #FFFFFF; 
                                    }
