.table0 { margin: 2em auto; border-collapse: collapse; border-spacing: 0; }

.table1 { width: 100%; margin: 2em auto; border-collapse: collapse; border-spacing: 0; box-shadow: 0 0 10px #AAA; }

.table1 thead th { height: 2em; line-height: 2em; padding-left: 2em; padding-right: 2em; text-align: center; font-size: 1.2em; font-weight: bold; border: 1px solid #AAA; background: #359748; background: linear-gradient(#359748, #316D3D); background: -webkit-linear-gradient(#359748, #316D3D); background: -moz-linear-gradient(#359748, #316D3D); background: -ms-linear-gradient(#359748, #316D3D); background: -o-linear-gradient(#359748, #316D3D); color: #EEE; text-shadow: 0px 1px 1px #111; }

.table1 tbody td { height: 1.5em; line-height: 1.5em; padding-left: 2em; padding-right: 2em; text-align: center; font-size: 1em; border: 1px solid #AAA; color: #333; background: #FCF9E2; }

.table1 tbody td:first-child { text-align: left; }

.table1 .title { background: #C5D8E2; }

.table2 { width: 100%; margin: 2em auto; border-collapse: collapse; border-spacing: 0; box-shadow: 0 0 10px #AAA; background: #D9E0F4; }

.table2 tbody td { height: 1.5em; line-height: 1.5em; padding-left: 2em; padding-right: 2em; text-align: center; font-size: 1em; border: 1px solid #AAA; }

.table2 tbody td.label { font-weight: bold; }

/*# sourceMappingURL=table.css.map */