
.footable > thead > tr > th,.footable > thead > tr > td {
  position: relative;
}
.footable > tbody> tr > td {
  color: #000;
  text-align: left;
}
.footable > tbody> tr > td > span {
  color: #000;
  text-align: left;
}
.footable {
  border-spacing: 0;
  width: 100%;
  xborder: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
  font-size: 14px;
  color: #000;
}

.footable.breakpoint > tbody > tr > td.expand {
  background: url('/bundles/zabulumain/images/t-plus.png') no-repeat 5px center;
  padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
  background: url('/bundles/zabulumain/images/t-minus.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
  background: #eee;
}

.footable > tbody > tr:hover {
  background: #fbf8e9;  
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
  xborder-left: 1px solid #ccc;
  xborder-top: 1px solid #ccc;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > thead > tr > th:first-child, .footable > thead > tr > td:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}

.footable > thead > tr > th:last-child, .footable > thead > tr > td:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.footable > thead > tr > th:only-child, .footable > thead > tr > td:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}

.footable > tbody img {
  vertical-align:middle;
}  

.footable .selected {
    background: #fbf8e9;
    }
/*
        table { width: 100%; }
        td, th {text-align: left; xwhite-space: nowrap;}
        td.numeric, th.numeric { text-align: right; }
        #trow_selector {display:none;}
*/
@media only screen and (max-width: 530px) {
        table.hide1 td:nth-child(1),
        table.hide1 th:nth-child(1),
        table.hide2 td:nth-child(2),
        table.hide2 th:nth-child(2),
        table.hide3 td:nth-child(3),
        table.hide3 th:nth-child(3),
        table.hide4 td:nth-child(4),
        table.hide4 th:nth-child(4),
        table.hide5 td:nth-child(5),
        table.hide5 th:nth-child(5),
	table.hide6 td:nth-child(6),
        table.hide6 th:nth-child(6),
        table.hide7 td:nth-child(7),
        table.hide7 th:nth-child(7)  {display: none;}
        #trow_selector {display:block;}
}  



