/*
Copyright 2014, modulex-css@1.0.1
MIT Licensed
build time: Thu, 16 Oct 2014 07:20:06 GMT
*/
/**
 * Table DPL From Bootstrap.
 * @author yiminghe@gmail.com
 */
/**
* Variables to customize the look and feel from Bootstrap.
*
* @author yiminghe@gmail.com
*/
/**
* Snippets of reusable CSS to develop faster and keep code readable from KISSY and Bootstrap.
*
* @author yiminghe@gmail.com
*/
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 24px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 74px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 174px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 224px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 274px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 324px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 374px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 424px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 474px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 574px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 624px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 674px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 724px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 774px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 824px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 874px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 974px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1024px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1074px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1124px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1174px;
  margin-left: 0;
}
