/*

Style Sheet for Gear List table

Author: Jess Adams
Date: 8/25/15

*/

table.gear {
    border: 10px outset #331A00;
    border-collapse: collapse;
    width: 100%
}

table.gear th, table.gear td {
  border: 1px solid #331A00;
}

table.gear th {
	background-color: white;
	color: #8A2E00;
}

table.gear td {
	padding: 0px 0px 0px 5px;
}