.table-blue tbody tr *{
    text-transform: inherit;
}
.table-blue thead tr *{
	text-transform: inherit;
}
.table-blue tbody tr td{
    padding-left: 8px;
    padding-right: 8px;
}
.text-left-td{
    text-align: left!important;
}
.text-right-td{
    text-align: right!important;
}
.general-table table{
	margin-bottom: 5px;
}
.general-table table>thead>tr>th{
	line-height: 1.4;
}