  .sticky-table {
  
  }
  
  .sticky-table .odd {
    background: #606060;
    border-bottom: solid 1px #282727;
  }
  
  .sticky-table .even {
    background: #4e4e4e;
    border-bottom: solid 1px #282727;
  }
  
  .sticky-table th, .sticky-table td {
    font-size: 11px;
    color: #eeeeee;
  }
  
  .block-region {
    color: #282727; 
  }
  
  .views-entry td, .views-edit-view {
    color: #000;
  }