.block-file-download table { width: 100%; text-align: center; font-size: 16px;}
.block-file-download table td { padding: 1.8%; }
.block-file-download table tr { background-color: #fff; color: #666; }
.block-file-download table td.title { width: 70%; text-align: left; color: #333; } 
.block-file-download table td.date { width: 15%; }
.block-file-download table td.download { width: 15%; }
.block-file-download table td a { color: #333; }
.block-file-download table tr:hover { background-color: #3B82FF; color: #fff;}
.block-file-download table tr:hover a { color: #fff; }
.block-file-download table tr:hover td.title { color: #fff;} 
.block-file-download table tr:hover td {border-color: #fff;}
@media screen and (max-width: 750px){
  .block-file-download table { font-size: 14px; }
  .block-file-download table td { padding: 4% 2%; }
  .block-file-download table td.title { width: 44%;} 
  .block-file-download table td.date { width: 28%; padding-left: 1%; padding-right: 1%;}
  .block-file-download table td.download { width: 28%; }
}