
.table-1 { width:100%; background:#D8D8D8; line-height:26px; border:3px solid rgba(255,255,255,.4);
-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.25);}
.table-1 th { text-align:center; color:#fff; font-weight:normal;
background: -moz-linear-gradient(top,  #cbdb27 0%, #8dc63f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbdb27), color-stop(100%,#8dc63f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cbdb27 0%,#8dc63f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cbdb27 0%,#8dc63f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cbdb27 0%,#8dc63f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cbdb27 0%,#8dc63f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */}
.table-1 td { text-align:center; background:#fff;}
.table-1 td span { display:inline-table; margin:0 7px;}
.table-1 td.title03 { background:#f5faf5; color:#567c00;}
.table-1 td.data { text-align:left; padding:0 5px;}
.table-1 td.green { background:#94ce58; width:20px;}
.table-1 td.blue { background:#1eb1ed; width:20px;}
.table-1 td.yellow { background:#fdbf2d; width:20px;}
.table-1 td.red { background:#fc0d1b; width:20px;}
