/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Less-Funktionen */
.footable > thead > tr > th {
  background: #bcbbe8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3837a0), color-stop(1, #9695db));
  background: -ms-linear-gradient(bottom, #3837a0, #9695db);
  background: -moz-linear-gradient(center bottom, #3837a0 0%, #9695db 100%);
  background: -o-linear-gradient(#9695db, #3837a0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9695db', endColorstr='#3837a0', GradientType=0);
  color: #ffffff;
}
.footable > thead > tr > td {
  background: none !important;
  color: #000000;
  text-shadow: 0 0 0 #000000;
}
.footable > tbody > tr > td,
.footable > thead > tr > th {
  padding: 5px;
}
.footable > thead > tr > th.footable-sortable > span {
  opacity: .9;
}
