table.data {
	border: 1px solid #aaa;
	border-collapse: collapse;

	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
             box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

table.data th {
	border:         1px solid #888;
	border-bottom:  1px solid #555;
	padding:        6px;
	font-size:      13px;
	text-align:     left;
	vertical-align: top;

	background: #aaa; /* Old browsers */
	background:    -moz-linear-gradient(top,        #eee 0%, #aaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,        #eee 0%, #aaa 100%); /* Chrome10-25,Safari5.1-6 */
	background:         linear-gradient(to bottom,  #eee 0%, #aaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

table.data td {
	border:         1px solid #ddd;
	padding:        6px;
	vertical-align: top;
}

table.data tr:nth-child(even) {
	background: #f9f9f9;
}

table.data td:first-child, table.data th:first-child {
	border-left: 1px solid #aaa;
}

table.data td:last-child, table.data th:last-child {
	border-right: 1px solid #aaa;
}

table.data tr:first-child th {
	border-top: 1px solid #aaa;
}

table.data tr:last-child td {
	border-bottom: 1px solid #aaa;
}

table.data tr.category {
	background:  #eeeae3;
	color:       #987425;
	font-weight: bold;
}

table.data tr.category:nth-child(2) td div {
	border-top: 0;
}

table.data tr.category td {
	padding: 0;
}

table.data tr.category td div {
	padding:       4px 4px 4px 4px;
	border-top:    1px solid #000;
	border-bottom: 1px solid #000;
	font-size:     12px;
}

