#documents {
  width: 100%;
  margin-bottom: 0.9em;
}
#documents tr.odd,
#documents tr.odd td {
  background: #fff;
}
#documents tr.even,
#documents tr.even td {
  background: #e2e2e2;
}
th.doctype, 
td.doctype {
  width: 50px;
  text-align: center;
}
th.information,
td.information {
  width: 75%;
  text-align: left;
}
th.filesize,
td.filesize {
  width: 100px;
  text-align: left;
}
th.download, 
td.download {
  width: 100px;
  text-align: center;
}
.doc-title {
	padding: 0.3em 0.5em 0;
  font-weight: bold;
}
.doc-description {
  padding: 0.3em 0.5em;
}
/**
 * specific media queries
 **/
@media only screen and (min-width: 768px) and (max-width: 979px){
/* large tablet */

} /* end min-width:768px; */

@media only screen and (min-width:480px) and (max-width: 767px){
/* small tablet */
	#documents { width: 95%; margin: 0 10px;}
	th.filesize, td.filesize,
	th.doctype, td.doctype { display: none;}
} /* end max-width: 767px */

@media only screen and (max-width: 480px){
/* phones */
	#documents { width: 95%; margin: 0 10px;}
	th.filesize, td.filesize,
	th.doctype, td.doctype { display: none;}
} /* end max-width: 320px */
