/* 
  author: Jesse Clark
  email: jesse@oqo.com
  description: Rules for styling the downloads pages of the support section.
*/

table#downloads {
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 1px #fefefe;
}

table#downloads th {
	border-bottom: solid 1px #fefefe;
	border-top: solid 1px #fefefe;
	background-color: #4c4f46;
}

table#downloads td, table#downloads th {
	padding: 5px 3px;
}

table#downloads td {
	background-color: #1b1b1b;
	border-bottom: solid 1px #000;
	padding: 3px;
}

td.link_cell, td.version_column  {
 width: 150px;
}

tr.last_row td {
	border-bottom: solid 1px #fefefe;
}

table#downloads td.section_heading {
  background-color: #000;
  padding: 3px 0;
}

