.footable {
    border-collapse: separate !important;
    border-radius: 0.6em 0.6em 0.6em 0.6em !important;
    border-color: #BBBBBB !important;
}

.footable > thead > tr > th, 
.footable > thead > tr > td {
    border-left: 0px !important;
    background-position: 0% 0%;
    box-shadow: none !important;
	font-weight: bold !important;
	color: #333333 !important;
	text-shadow: 0 1px 0 #cccccc !important;
	background-image: linear-gradient( #f8f8f8 , #9f9f9f ) !important;
	background-color: #cccccc !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.footable > tbody > tr > td {
    border-left: 0px !important;
}

.footable > tbody > tr > td.overflow-safe {
    overflow-wrap: anywhere;
}

.footable > thead > tr > th.right-aligned,
.footable > tbody > tr > td.right-aligned {
    text-align: right !important;
}

.footable-empty > thead > tr > th,
.footable-empty > tbody > tr > td {
    border-top: none !important;
}