/* Tables */
.table-default { font-size: inherit }
.table-default.small-font tr { font-size: 80% }
.table-default.spaced-cells td { padding: 8px 10px !important }
.table-default th { text-align: left; font-weight: normal; background:#eeeeee }
.table-default.no-th th { display: none }
.table-default th, .table-default td { padding: 3px 8px }
.table-hover tbody tr:hover>td, .table-striped tbody>tr:hover:nth-child(even)>td { background-color: #65bfff !important }
.table-striped tbody>tr:nth-child(even)>td { background-color: #f9f9f9 }
.table-bordered { border: 1px solid #ddd; border-collapse: separate; *border-collapse: collapse; border-left: 0 }
.table-bordered th, .table-bordered td { border-left: 1px solid #ddd }	 


/* Fixer */

.fixed-header { /*box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.4);*/ }

.table-cover { position: relative;	width:auto; }

.table-cover .table-scroller table { max-width:100% }

.table-cover .table-scroller { height:auto; overflow-y:auto; overflow-x: hidden; border-bottom: 1px solid #e4e4e4 }

.scrollbar-space { padding-right: 20px }
